procmail
[Top] [All Lists]

Re: rules be or'ed instead anded

2001-09-28 22:42:48
Hi,

I'm trying to get the rules of a recipient get or'ed instead and'ed,
and I'm having troubles with that..

:0
* ^From:.*(email1|email2|email3)
friends.in

Can anyone help me with this, even telling me how to put the regexp in
multi-lines..?


:0:
* ^From:.*(email1|\
email2|\
email3)
friends.in

Put a |\ at the end of each line, and a ( and ) around the whole thing.

Don't forget the :0: not :0 to use a lockfile

TjL



-- 
The timestamp on this message is probably fast.  If this annoys you, please 
email support(_at_)peak(_dot_)org and add your complaint.  I've already sent 
mine.


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