On Tue, Jan 06, 2004 at 08:03:59AM +0100, John Wilcock 
carved this out of pure phosphors:
> On Sun, 4 Jan 2004 13:35:30 -0700, Anthony Martinez wrote:
> > In the spam that has deliberate bayes-busters (three lines of random words), the
> > X-Mailer header is totally bogus, like this
> > 
> > X-Mailer: cyan exiting space
> > 
> > header XMAILERBOGUS             X-Mailer =~ /^[^A-Z0-9]*$/
> > describe XMAILERBOGUS           X-Mailer header has NO uppercase letters, NO 
> > numbers... How do you expect me to believe that
> > score XMAILERBOGUS              0.5
> > 
> > I *think* this would work but I'm not going to implement it without running this
> > by the list - my regexp skills aren't top-notch.
> 
> It seems to work fine - hits all those bayes-buster spams. However, it
> also hits messages with no X-Mailer header at all - which I suspect
> may lead to FPs. To exclude this, I've changed it to:

Heh. That's happened with both of my rules so far. Thanks for the help

> 
> header local_XMAILER_BOGUS    X-Mailer =~ /^[a-z][^A-Z0-9]*$/
> 
> which seems to work fine. 
> 
> John.
> 
> -- 
> -- Over 2000 webcams from ski resorts around the world - www.snoweye.com
> -- Translate your technical documents and web pages    - www.tradoc.fr
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
> Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

-- 
printk("Illegal format on cdrom.  Pester manufacturer.\n"); 
        2.2.16 /usr/src/linux/fs/isofs/inode.c


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to