Re: SA 3.01 DCC and Pyzor

2004-11-24 Thread Chris
On Wednesday 24 November 2004 01:02 pm, Chris wrote: > On Monday 22 November 2004 11:59 pm, Matt Kettler wrote: > > So something like this in your local.cf would do it: > > > > clear_report > > report this is spam > > report _SUMMARY_ > > report DCC results are _DCCR_ > > report DCC brand is _DCCB

Re: sa-learn -- Memory fault

2004-11-24 Thread Matt Kettler
At 05:11 PM 11/24/2004, Chad M Stewart wrote: # sa-learn --showdots --mbox --spam /tmp/junk ...Memory fault # ulimit -a time(cpu-seconds)unlimited file(blocks) unlimited coredump(blocks) 0 data(kbytes) 1048576 stack(kbytes)32768 lockedmem(kbytes)unlimited

sa-learn -- Memory fault

2004-11-24 Thread Chad M Stewart
# uname -a OpenBSD bia.amotken.com 3.5 GENERIC#34 i386 # grep "^From " /tmp/junk |wc -l 1022 # sa-learn --showdots --mbox --spam /tmp/junk ...Memory fault # ulimit -a time(cpu-seconds)unlimited file(blocks) unlimited coredump(blocks) 0 data(kbytes) 1048576 stack(

Re: ALL_TRUSTED problems

2004-11-24 Thread David B Funk
On Wed, 24 Nov 2004, Justin Mason wrote: > Kevin Sullivan writes: [snip.] > > But I still get *lots* of mail incorrectly triggering ALL_TRUSTED. I'm > > running spamassassin from a milter. It looks like the milter runs before > > sendmail adds its own Received: line, so much mail comes in with n

Re: sa-learn ham

2004-11-24 Thread Matt Barton
Gustafson, Tim wrote: How do you keep your ntokens so low? Mine averages ((nspam + nham) * 10). Yours is basically (nspam + nham). Do you run some job that expires tokens or something? I'm running sa-learn --force-expire once a day (and it takes about 2-3 minutes to run) but the ntokens never see

Re: SA 3.01 DCC and Pyzor

2004-11-24 Thread Chris
On Monday 22 November 2004 11:59 pm, Matt Kettler wrote: > So something like this in your local.cf would do it: > > clear_report > report this is spam > report _SUMMARY_ > report DCC results are _DCCR_ > report DCC brand is _DCCB_ > report autolearn status is _AUTOLEARN_ > report relays- trusted

Re: Drastic reduction in Phishing scores from 2.63 -> 3.01?

2004-11-24 Thread Matt Kettler
At 01:26 PM 11/24/2004, Greg Earle wrote: mipl:1:46 [/tmp] # spamassassin -D < SunTrust_spam |& egrep -i received\|records\|Relays debug: received-header: parsed as [ ip=137.78.38.32 rdns=mipl.jpl.nasa.gov helo=mipl.jpl.nasa.gov by=miplnew.JPL.NASA.GOV ident= envfrom= intl=0 id=000269AE.41A2E06E

Re: Drastic reduction in Phishing scores from 2.63 -> 3.01?

2004-11-24 Thread Greg Earle
On Nov 23, 2004, at 5:05 PM, [EMAIL PROTECTED] wrote: At 07:43 PM 11/23/2004, Greg Earle wrote: Neither mailserver is NAT'ed. What could I have misconfigured? Not sure.. dump a message through spamassassin -D and see how it's handling your Received: headers Lines like these are relevant (this se

Re: ALL_TRUSTED problems

2004-11-24 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Sullivan writes: > I've set the trusted networks manually: > > clear_trusted_networks > trusted_networks 127/8 > trusted_networks 205.201.9.33/32 > trusted_networks 10.30/16 > clear_internal_networks > internal_networks 127/8 205.201.9.33/32 10

RE: sa-learn ham

2004-11-24 Thread Gustafson, Tim
How do you keep your ntokens so low? Mine averages ((nspam + nham) * 10). Yours is basically (nspam + nham). Do you run some job that expires tokens or something? I'm running sa-learn --force-expire once a day (and it takes about 2-3 minutes to run) but the ntokens never seems to go down. :\ T

Re: sa-learn ham

2004-11-24 Thread Matt Barton
Gustafson, Tim wrote: 0.000 0 2 0 non-token data: bayes db version 0.000 0 88033 0 non-token data: nspam 0.000 0 15592 0 non-token data: nham 0.000 01729756 0 non-token data: ntokens 0.000 0

RE: sa-learn ham

2004-11-24 Thread Gary W. Smith
Ronan, I have a cronjob that does the learning for me #!/bin/sh sa-learn --spam --mbox /home/fizzle/spam > /dev/null 2>&1 :> /home/fizzle/spam sa-learn --ham --mbox /home/fizzle/ham > /dev/null 2>&1 :> /home/fizzle/ham #Root likes to lock the file (owner of cronjob), now reset it. chown filter.

ALL_TRUSTED problems

2004-11-24 Thread Kevin Sullivan
I've set the trusted networks manually: clear_trusted_networks trusted_networks 127/8 trusted_networks 205.201.9.33/32 trusted_networks 10.30/16 clear_internal_networks internal_networks 127/8 205.201.9.33/32 10.30/16 But I still get *lots* of mail incorrectly triggering ALL_TRUSTED. I'm running

Re: sa-learn ham

2004-11-24 Thread hamann . w
>> >> hi all. >> for those of you running large volume servers you no doubt have an >> abundance of spam to feed into sa-learn, and i suppose that goes for all >> sizes of volumes. >> but one question. how do you manage to match the same number with hams / >> real messages. how do you go about

RE: sa-learn ham

2004-11-24 Thread Gustafson, Tim
> ahh yeah hit reply instead of reply-all. > > anyone out there see anything major or minorly wrong with the output below?? For what it's worth, here's my output: [EMAIL PROTECTED] sa-learn --dump magic 0.000 0 2 0 non-token data: bayes db version 0.000 0

RE: sa-learn ham

2004-11-24 Thread Gustafson, Tim
Autolearn fails a lot of the time because your sendmail and/or SpamAssassin process doesn't have write access to the bayes_* files. Make sure that you chown and chmod these files accordingly. :) I had a big problem with this originally, and file permissions fixed it for me. Tim Gustafson MEI Te

Re: sa-learn ham

2004-11-24 Thread Ronan
Jim Maul wrote: Ronan wrote: so it doesnt make a difference if you have inordinately larger amounts of one than the other?? I would have thought it would've worked better with more ham... i read somewhere on the list thats its best to balance. you'll get conflicting answers to this question. T

Re: sa-learn ham

2004-11-24 Thread Jim Maul
Ronan wrote: so it doesnt make a difference if you have inordinately larger amounts of one than the other?? I would have thought it would've worked better with more ham... i read somewhere on the list thats its best to balance. you'll get conflicting answers to this question. The only real answ

Re: sa-learn ham

2004-11-24 Thread Jim Maul
Ronan wrote: Jim Maul wrote: Ronan wrote: hi all. for those of you running large volume servers you no doubt have an abundance of spam to feed into sa-learn, and i suppose that goes for all sizes of volumes. but one question. how do you manage to match the same number with hams / real messages.

Re: need testers for a new memory patch

2004-11-24 Thread Dawn Keenan
> So, I have a new patch that should greatly improve memory usage > if you have a low memory situation (where "low" == "< 100MB of > free RAM", typically ;) > > It should apply cleanly to 3.0.0. I'd be very interested in > feedback from people trying it... here it is: > > http://bugzilla.spam

Re: sa-learn ham

2004-11-24 Thread Ronan
Jim Maul wrote: Ronan wrote: hi all. for those of you running large volume servers you no doubt have an abundance of spam to feed into sa-learn, and i suppose that goes for all sizes of volumes. but one question. how do you manage to match the same number with hams / real messages. how do you g

Re: sa-learn ham

2004-11-24 Thread Jim Maul
Ronan wrote: hi all. for those of you running large volume servers you no doubt have an abundance of spam to feed into sa-learn, and i suppose that goes for all sizes of volumes. but one question. how do you manage to match the same number with hams / real messages. how do you go about bumping u

sa-learn ham

2004-11-24 Thread Ronan
hi all. for those of you running large volume servers you no doubt have an abundance of spam to feed into sa-learn, and i suppose that goes for all sizes of volumes. but one question. how do you manage to match the same number with hams / real messages. how do you go about bumping up the numbers

x_headers 1.19 lint fail for SA 3.xx

2004-11-24 Thread Alan Munday
Brent - for information: Version line: # $Revision: 1.19 $ Lint output: warning: description for BCS_XMFLAG_AUTH is over 50 chars Unless x_headers should not be used in 3.xx? Alan

Re: Weird Memory Problem

2004-11-24 Thread Will Kruss
Thanks Guys, I'm definitely running 3.0.1 and have removed the custom rulesets that are included in SpamAssassin3. The problem isn't with the rulesets though as I was running SpamD2.64 prior with the same rulesets and had no issues. I have written a script which simply monitors the spamd process

Re: Weird Memory Problem

2004-11-24 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and try using the patch I posted recently at http://bugzilla.spamassassin.org/show_bug.cgi?id=3983 , - --j. Daniel Quinlan writes: > "Will Kruss" <[EMAIL PROTECTED]> writes: > > > We do have some custom rules from SARE and a couple of others = > >

Re: Weird Memory Problem

2004-11-24 Thread Daniel Quinlan
"Will Kruss" <[EMAIL PROTECTED]> writes: > We do have some custom rules from SARE and a couple of others = > (chickenpox/antidrug/weeds2/bogusviruswarnings). Some of these can require a lot of memory, they have not been through the SpamAssassin development process. Also, antidrug is included in

Re: Geez, I'm confused now

2004-11-24 Thread Matt Kettler
At 10:03 PM 11/23/2004 -0600, Chris wrote: Matt, I've been playing with this off and on ever since I got your reply. Something just ain't right or else I'm just too old and dense to see what I'm doing wrong. As I said earlier I put your suggestions in my local.cf, saved, restarted spamd, ran --lin

Re[2]: selected rulesets for better performance

2004-11-24 Thread Matt Kettler
At 12:16 AM 11/24/2004, Robert Menschel wrote: Which brings up another point which has been mentioned on the list before -- the BAYES_99 score is too low for well-trained systems. I have never seen a BAYES_99 hit on any non-spam. Yeah, it's kind of suspect.. take a look at the STATISTICS.txt data f

Re[2]: selected rulesets for better performance

2004-11-24 Thread Robert Menschel
Hello Matt, Tuesday, November 23, 2004, 7:32:05 PM, you wrote: MK> At 09:51 PM 11/23/2004, Robert Menschel wrote: >>R> 70_sare_bayes_poison_nxm.cf >>I personally don't use this -- I personally verify 75%+ of all mail >>that goes through SA's analysis on three domains, and I feed 100% of >>that ma

Re: Bayes question

2004-11-24 Thread Rakesh
Austin Weidner wrote: Really trying to figure out bayes. Auto learn is set up, and my headers are showing autolearn=spam However, when I do sa-learn --dump magic, there are zero spams and zero hams. By using the -D (debug) option, I can see sa-learn is looking at: debug: bayes: 17216 tie-ing to DB

Fwd: Geez, I'm confused now

2004-11-24 Thread Chris
Matt, I've been playing with this off and on ever since I got your reply. Something just ain't right or else I'm just too old and dense to see what I'm doing wrong. As I said earlier I put your suggestions in my local.cf, saved, restarted spamd, ran --lint, no problems. Nothing for DCC/Pyzor show

Re: selected rulesets for better performance

2004-11-24 Thread Matt Kettler
At 09:51 PM 11/23/2004, Robert Menschel wrote: R> 70_sare_bayes_poison_nxm.cf I personally don't use this -- I personally verify 75%+ of all mail that goes through SA's analysis on three domains, and I feed 100% of that mail (excepting lists like this) into SA-Learn. IMO there is no bayes poison, o

Re: selected rulesets for better performance

2004-11-24 Thread Robert Menschel
Hello Ronan, Tuesday, November 23, 2004, 7:14:18 AM, you wrote: R> im running 3.0.1 with the SURIBLS R> but im starting to get the load related R> spam acl condition: spamd connection to 127.0.0.1, port 783 failed: R> Connection timed out R> which of the following could i cut back on or does it d

Re: Drastic reduction in Phishing scores from 2.63 -> 3.01?

2004-11-24 Thread Matt Kettler
At 07:43 PM 11/23/2004, Greg Earle wrote: Neither mailserver is NAT'ed. What could I have misconfigured? Not sure.. dump a message through spamassassin -D and see how it's handling your Received: headers Lines like these are relevant (this set illustrates the bug): debug: received-header: parsed

Re: Drastic reduction in Phishing scores from 2.63 -> 3.01?

2004-11-24 Thread Greg Earle
On Nov 23, 2004, at 1:05 PM, [EMAIL PROTECTED] wrote: Greg Earle wrote: 2 identical Phishing scams came in yesterday: ... My 2.63 production machine scored them at 11.5: ... I'm sure the "ALL_TRUSTED" isn't helping any, but that doesn't completely explain the 6.2 drop in score. Did all the tests t

RE: 80K file attachments

2004-11-24 Thread Bret Miller
> >> Spam? Virus! :) > >> > >> > Is anyone else seeing this, and is there a rule set that > I could put > >> > into place to take care of it? > >> > >> Your virus scanner should take care of them, most likely its > >> W32/[EMAIL PROTECTED] > > > Well, my email doesn't get any further than my Linux

Re: uridnsbl_max_domains config is broken

2004-11-24 Thread Jeff Chan
On Tuesday, November 23, 2004, 10:56:37 AM, Larry wrote: > Also, there is a handy-looking option called uridnsbl_skip_domain. Does > this option have any default values? If not, can anybody suggest a good > list to start with? So far I have > uridnsbl_skip_domain aol.com comcast.net comcast.com