5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] filtering problem
FromSent OnAttachments
J.Feb 27, 2007 11:03 am 
moussFeb 28, 2007 4:22 pm 
J.Feb 28, 2007 9:30 pm 
moussMar 1, 2007 2:40 pm 
J.Mar 1, 2007 4:25 pm 
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 problemActions...
From:J. (swee@yahoo.com)
Date:Mar 1, 2007 4:25:33 pm
List:net.sourceforge.lists.courier-maildrop

--- mouss <mlis@free.fr> wrote:

so I see no X-Spam-Level header there. maybe the message matches some of your rules. In particular, the QCPC rule seems risky...

Try using if ( /X-Spam-Status: Yes/ ) ... (well, you lose per-user score limit, but do you really need that?).

you can run maildrop (manually) with -V to see what it does # maildrop -V 6 -d fo@example.com < message.eml

Yeah, the X-Spam-Level only shows up if the number is positive I think and then the plus signs follow. I already have a filter grabbing the Status: Yes email, but unfortunatly we get enough spam that scores around two that we also grab anything above two into a "check this spam out" folder to manually look through.

I have a few problem emails in a debug folder so I will try that manual command and see what happens (assuming I can understand the results). Thanks also for the brief SA rule making tutorial, that will help.

-Jason