5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Filter doesn't work. ...
FromSent OnAttachments
Jim GiffordMar 5, 2003 10:05 pm 
Luc BrouardMar 6, 2003 3:16 am 
Payal RathodMar 6, 2003 5:28 am 
Mark WeinemMar 8, 2003 7:09 pm 
Devin RubiaMar 10, 2003 5:08 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:Re: [maildropl] Filter doesn't work. Please tell me whyActions...
From:Devin Rubia (dev@thezone.net)
Date:Mar 10, 2003 5:08:50 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Mar 06, 2003 at 10:41:38PM +0100, Mark Weinem wrote:

On Wed, 05 Mar 2003, Jim Gifford wrote:

if (/^(To|[Cc][Cc][Mail-Followup-to]):.*Netfilter*/)

if (/^(To|[Cc][Cc]|Mail-Followup-to):.*Netfilter*/)

Seeing as how maildrop does case insensitive matches unless told otherwise, you could probably further shorten that to:

if (/^(To|cc|Mail-Followup-to):.*Netfilter*/)