5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] How to correctly ...
FromSent OnAttachments
Eric LivingstonDec 21, 2003 6:19 pm 
Mirko ZeibigDec 22, 2003 6:35 am 
Joe LaffeyDec 22, 2003 12:31 pm 
dick hoogendijkDec 22, 2003 12:59 pm 
Mitch (WebCob)Dec 22, 2003 1:12 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: [courier-users] How to correctly drop messages in .mailfilterActions...
From:Mirko Zeibig (mirk@zeibig.net)
Date:Dec 22, 2003 6:35:40 am
List:net.sourceforge.lists.courier-users

On Sun, Dec 21, 2003 at 09:18:39PM -0500, Eric Livingston wrote:

Simple question, but one I can't seem to find a direct answer to:

How do you send a message into the abyss using .mailfilter rules? I use SpamAssassin, and would like to auto-delete messages with scores over a certain threshold.

Is "to /dev/null" the best bet, or is there some explicit action? I've noticed that some other mail processors have "drop" actions that explicitly kill a message - does maildrop?

Hello Eric,

I struggled with this as well a while ago, sending mails to /dev/null will not work. Instead I have sth. like this in my .mailfilter: if ( /^X-Spam-Level: \*\*\*\*\*\*\*\*/ ) { EXITCODE=99 exit }

Regards Mirko