8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] xfilter?
FromSent OnAttachments
Mitch VincentMar 25, 2004 9:51 am 
Jeremy KitchenMar 25, 2004 10:16 am 
Mitch VincentMar 25, 2004 10:26 am 
Brook HumphreyMar 25, 2004 10:56 am 
Jeremy KitchenMar 25, 2004 11:07 am 
Jeremy KitchenMar 25, 2004 11:09 am 
Brook HumphreyMar 25, 2004 11:53 am 
Sam VarshavchikMar 25, 2004 4:43 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] xfilter?Actions...
From:Jeremy Kitchen (kitc@scriptkitchen.com)
Date:Mar 25, 2004 11:07:42 am
List:net.sourceforge.lists.courier-maildrop

On Thu, 2004-03-25 at 12:56, Brook Humphrey wrote:

On Thursday 25 March 2004 10:25 am, Mitch Vincent wrote:

From the Spamassassin man page :

-e, --exit-code Exit with a non-zero exit code if the tested message was spam

.. Perhaps spamc doesn't support that. I could swear I had it set up like that before but that was several months ago...

With your script can I just

if (/^X-Spam-Flag:[:space:]*YES/) to /dev/null

yes you can.

you might not be able to, as maildrop might treat that as a Maildir delivery and try to change into the /dev/null directory, or try to write to /dev/null/tmp, etc.

I don't know enough about the mail filters to be able to tell you what to put to have it just thrown away, I keep messages marked as spam so I can forward them to the proper place, and so I can screen for false positives.

-Jeremy