procmail
[Top] [All Lists]

RE: [*] [soleil] - Unable to filter list

2001-07-31 22:53:55

:0:
* ^To:.*bind
* ^To:.*isc.org
* ^From(_dot_)*SW(_at_)bad\(_dot_)demons\(_dot_)com  # This guy sends to 
undisclosed-recipients
BIND

Someone can tell me why I match NOTHING ??


Because you are telling procmail to match messages which match ALL THREE of
the above criteria, which will never happen.

There's no Sender: line or X-Header that you could match?

If not, then the easier, albeit not most exact, way of doing this would be:

:0:
*
^(To|Cc|From):.*(comp-protocols-dns-bind(_at_)moderators\(_dot_)isc\(_dot_)org|bind-users(_at_)isc
\.org|SW(_at_)bad\(_dot_)demons\(_dot_)com)
BIND


_______________________________________________
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>