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:Luc Brouard (mail@slortar.net)
Date:Mar 6, 2003 3:16:42 am
List:net.sourceforge.lists.courier-maildrop

Jim Gifford wrote:

Here is the header information.

[most header snipped]

List-Id: General discussion and user questions <netfilter.lists.netfilter.org>

[most header snipped]

This header is the one to use and is enough.

Here is my .mailfilter for that section # IPTables # if (/^(To|[Cc][Cc][Mail-Followup-to]):.*Netfilter*/) to "$DEFAULT/.IPTables/"

if (/^(To|[Cc][Cc][Mail-Followup-to]):.*netfilter*/) to "$DEFAULT/.IPTables/"

if (/^(To|[Cc][Cc][Mail-Followup-to]):.*netf@lists.netfilter.org*/) to "$DEFAULT/.IPTables/"

Try something like that : if ( /^List-Id: General discussion and user questions <netfilter.lists.netfilter.org>/ ) to "$DEFAULT/.IPTables/"

With the if all in one line (this is wrapped by my MUA).

Luc