procmail
[Top] [All Lists]

Re: rules be or'ed instead anded

2001-09-28 23:55:59
On Sat, Sep 29, 2001 at 01:48:00PM -0700, Timothy J. Luoma wrote:
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
---end quoted text---
Ok, thanks. But, isn't realy a way to not make them or'ed?
'cose doing this way is bad to add a, eg, subject comparassion..

and no problem about the lockfile.. :)
-- 
Marcelo R Leitner <mrl(_at_)matrix(_dot_)com(_dot_)br>
ICQ #: 29966851
Kill'em All ... And Justice For All.
_______________________________________________
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>