11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Deleting an email in ...
FromSent OnAttachments
Timothy HaApr 13, 2006 4:07 am 
Devin RubiaApr 13, 2006 6:36 am 
Timothy HaApr 13, 2006 6:49 am 
Jay LeeApr 13, 2006 7:12 am 
moussApr 14, 2006 3:40 am 
Clive DoveApr 14, 2006 5:55 am 
Jay LeeApr 14, 2006 8:16 am 
Clive DoveApr 14, 2006 9:13 am 
Jay LeeApr 14, 2006 10:16 am 
Clive DoveApr 14, 2006 1:02 pm 
moussApr 14, 2006 1:48 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] Deleting an email in maildrop after virus checkingActions...
From:Devin Rubia (dev@thezone.net)
Date:Apr 13, 2006 6:36:41 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Apr 13, 2006 at 03:07:20PM +0400, Timothy Ha wrote:

Thank you very much for your prompt help yesterday. It seems like my maildrop is working now and tagging spam and viruses correctly. My /etc/maildroprc has a section to pass the email through spamassassin and clamassassin.

Now I would like to automatically remove all viruses. So should I add a check for "X-Virus-Status: Yes" and write

to "/dev/null"

Where does this come from? Why do people keep doing this?

Sorry, pet peeve of mine. You can just use:

EXITCODE=0 exit

and maildrop will terminate processing as if it had delivered the message. 'to "/dev/null"' just wastes memory bandwidth and processing time shuffling the message into the bitbucket.