Re: [SAtalk] FORGED_*_RCVD scores low?

2002-04-19 Thread Nathan Neulinger
e forged received header tests is that it triggers on ebay mailings from members asking about auctions. -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fa

Re: [SAtalk] Spamassassin with Qmail

2002-04-24 Thread Nathan Neulinger
ecial flag exists in user dir indicating they want spam blocking support enabled, otherwise I just pass through as is.) I can provide more details if interested. -- Nathan ---- Nathan Neulinger EMail: [EMAIL PROTECTED] U

Re: [SAtalk] AWL verses early-terminate

2002-05-03 Thread Nathan Neulinger
for this sort of thing, as we could completely > run the rules in the right order. > > The only problem is things like AWL that don't have a static score. > Those sort of things should probably be run first, but don't seem to be. > And I can't remember why they aren

Re: [SAtalk] Re: Ick Viruses!

2002-05-04 Thread Nathan Neulinger
nt to do minimalist worm scanning to reinvent the wheel, stick some samples that work in a contrib area. -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED] University of Miss

Re: [SAtalk] Re: Thinking of performance

2002-05-12 Thread Nathan Neulinger
in parallel, at worst, you spend > x seconds, not some unknown and unbounded amount of time. What about using the bgsend/bgisready functionality in Net::DNS? That should allow multiple queries in the background in parallel. -- Nathan -------

Re: [SAtalk] Bad numbering in this version

2002-05-27 Thread Nathan Neulinger
ontains numbers mixed in with letters > >SPAM: Hit! (1.0 point) Subject is an eBay question > >SPAM: Hit! (0.6 points) From: does not include a real name > >SPAM: Hit! (2.0 points) Subject contains a unique ID number > >SPAM: >

Re: [SAtalk] Options to automate updating rulebase?

2002-05-28 Thread Nathan Neulinger
p; HAND > > :-D > -- > David T-G * It's easier to fight for one's principles > (play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie > (work) [EMAIL PROTECTED] > http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprap

Re: [SAtalk] SQL Options

2002-05-29 Thread Nathan Neulinger
g list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/spamassassin-talk -- Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services

Re: [SAtalk] large numbers of tiny scores = SPAM!

2002-05-29 Thread Nathan Neulinger
; Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______ > Spamassassin-talk mailing list > [EMAIL PROTECTED] > https://lists.sourc

RE: [SAtalk] An amusing spamfooter

2002-06-01 Thread Nathan Neulinger
re throat." -- Katharine > Whitehorn > > > ___ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > ___ >

[SAtalk] Patch to make some config options privileged

2003-01-03 Thread Nathan Neulinger
the security of the system. There's also a suggested change to INSTALL doc, and some .cvsignore addons. -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573

[SAtalk] [Fwd: texascom714@163.com]

2003-01-04 Thread Nathan Neulinger
-- Nathan -------- Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 --- Begin Message --- To: \braze.txt, \appl

[SAtalk] Mailman admin moderation messages should have a test

2003-01-05 Thread Nathan Neulinger
They currently tend to score too high because of the subject addresses/etc. Would be nice if there were test for this to lower the score by a few points. -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED

Re: [SAtalk] spamd only forking single child

2003-01-06 Thread Nathan Neulinger
.159 > diff -u -r1.159 spamd.raw > --- spamd.raw 1 Jan 2003 17:06:37 - 1.159 > +++ spamd.raw 6 Jan 2003 16:16:41 - > @@ -988,7 +988,7 @@ >my $kid; >do { > $kid = waitpid(-1,&WNOHANG); > - } until $kid == -1; > +