2 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: (no subject)
FromSent OnAttachments
AnthonyNov 26, 2002 3:13 am 
Sam VarshavchikNov 26, 2002 4:46 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:[maildropl] Re: (no subject)Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Nov 26, 2002 4:46:42 am
List:net.sourceforge.lists.courier-maildrop

Anthony writes:

I used the following maildroprc file to block some sender.

---------------------------------------------------- if (/^From:.*@hotmail\.com/ || /^From:.*@yahoo.com/) { echo "Drop by Maildrop" EXITCODE=77 exit }

---------------------------------------------------- exitcode=77 will return a message to sender.

But I want to drop it silently. what is the correct Exitcode.

Get rid of the echo, and don't set exitcode. Just use exit.