procmail
[Top] [All Lists]

Re: [soleil] - Unable to filter list

2001-08-01 00:02:22
On Tue, Jul 31, 2001 at 10:54:37PM -0700, John Merryweather Cooper wrote:
On 2001.07.31 22:32 Odhiambo Washington wrote:
I am subscribed to bind-users mailing list, which seems to have multiple
names. I must admit that all attempts at filtering mail from this list
into one folder has defeated me.

Here are some headers from that list:
<trimmed>

Someone can tell me why I match NOTHING ??

Because your recipe is too restrictive . . .

I'd use something like
:0:
* (^TObind|^Return-Path:.*bind)
* ^(From|Sender):(_dot_)*SW(_at_)bad\(_dot_)demons\(_dot_)com
BIND

As someone else pointed out, these two conditions would be AND'd. Any message
that matches the first criteria, but is not From:, or has a Sender: of
(_dot_)*SW(_at_)bad(_dot_)demons(_dot_)com would fail.

:0:
* 
(^TObind|^Return-Path:.*bind)|(^From|^Sender):(_dot_)*sw(_at_)bad\(_dot_)demons\(_dot_)com
BIND

-- 
Andrew Edelstein        -       andrew(_at_)pure-chaos(_dot_)com
http://andrew.pure-chaos.com
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>