procmail
[Top] [All Lists]

Re: How to setup multiple From in .procmailrc

2002-03-29 11:25:21
frbn skribis:


this should work fine (not the finest)

:0
* ^From.*yahoo.com
* ^From.*aol.com
{
  :0c:
  temp
}

That is not equivalent to what Tony coded. The 'c' means 'copy', 
so the message is still not delivered after this recipe. The 
two test are AND-ed, so only messages from addresses like: 
yahoo-com-aol-com(_at_)host(_dot_)tld or like: "yahoo com" 
<someone(_at_)aol-com(_dot_)tld> 
would be matched.

Maybe something like this (also not the finest):

:0
* ! ^From.*(aol|hotmail|msn|yahoo)\.com
* ! ^From.*(12move|hetnet|zonnet)\.nl
{ }
:0E:
temp
 
Ruud


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