7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filtering on Spamassa...
FromSent OnAttachments
PollywogJul 28, 2004 6:46 pm 
Michael BrennenJul 28, 2004 7:07 pm 
Ron JohnsonJul 28, 2004 7:14 pm 
Thorsten HaudeJul 29, 2004 2:30 pm 
PollywogJul 29, 2004 4:28 pm 
Ron JohnsonJul 30, 2004 1:57 am 
Thorsten HaudeJul 30, 2004 10:10 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] filtering on Spamassassin headersActions...
From:Michael Brennen (mich@fishnet.us)
Date:Jul 28, 2004 7:07:39 pm
List:net.sourceforge.lists.courier-maildrop

On Wed, 28 Jul 2004, Pollywog wrote:

I am getting many spams with Spamassassin headers much like the one shown below:

X-Spam-Status: Yes, hits=8.4 required=3.0 tests=AWL,DEAR_SOMETHING,FROM_ENDS_IN_NUMS,MIME_LONG_LINE_QP, NIGERIAN_BODY,US_DOLLARS,US_DOLLARS_3 version=2.53

Is there a way to put each of the SA test headers in a file and have maildrop filter on the contents of the file?

This is one I'm using.

if (/^X-Spam-Flag: YES$/) { to ".spam" }

-- Michael