4 messages in net.sourceforge.lists.courier-usersRE: [courier-users] maildroprc filter...
FromSent OnAttachments
Bowie BaileyApr 27, 2005 8:44 am 
PollywogApr 27, 2005 8:54 am 
Gordon MessmerApr 27, 2005 9:29 am 
Bowie BaileyApr 27, 2005 12:31 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] maildroprc filtering with spamassassin questi onActions...
From:Bowie Bailey (Bowi@BUC.com)
Date:Apr 27, 2005 12:31:26 pm
List:net.sourceforge.lists.courier-users

From: Pollywog [mailto:lin@shadypond.com]

On Wednesday 27 April 2005 03:41 pm, Bowie Bailey wrote:

if ((/^X-Spam-Flag: YES/))

Why double parentheses?

I don't believe those are needed. That is something that was left over from when I was trying to figure out the syntax.

This is what I am using and it is not working, though it seemed to work until recently:

if (/^X-Spam-Level: *\*\*\*\*\*\*\*/) { exception { to "/dev/null" } }

Use the "exit" command instead of delivering to /dev/null.

Bowie