12 messages in net.sourceforge.lists.courier-maildrop[maildropl] Automatically drop Spam
FromSent OnAttachments
mi...@palmspringairlines.usOct 13, 2005 2:24 pm 
Jay LeeOct 13, 2005 2:40 pm 
Rolan YangOct 13, 2005 5:40 pm 
Jay LeeOct 13, 2005 6:27 pm 
moussOct 13, 2005 6:37 pm 
PollywogOct 14, 2005 8:07 am 
moussOct 14, 2005 3:38 pm 
Chris PetersenOct 15, 2005 3:40 pm 
PollywogOct 15, 2005 5:18 pm 
Chris PetersenOct 15, 2005 7:17 pm 
David PeckMar 29, 2007 11:43 am 
David PeckMar 29, 2007 12:41 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:[maildropl] Automatically drop SpamActions...
From:mi...@palmspringairlines.us (mi@palmspringairlines.us)
Date:Oct 13, 2005 2:24:05 pm
List:net.sourceforge.lists.courier-maildrop

Hi,

I'm using RH4 with qmail 1.05, vpopmail 5.4, courier-imap 4.0.4, spamassassin 3.1, with maildrop 1.8.1. I like to allow automatic delete for all email tagged with SPAM.

Problem is that it's not dropping any SPAM tagged emails.

In script /etc/maildroprc

**********************************

if (/^X-Spam-Status:.*YES/) { echo "Your email was REJECTED by our SPAM filter." DELTAG=1 } **********************************

Also tried

********************************** if (/^X-Spam-Status: *YES/) { echo "Your email was REJECTED by our SPAM filter." EXITCODE=100 }

*********************************

What am I doing wrong??

Thanks,

M.J.