procmail
[Top] [All Lists]

Re: Faulty Recipe?

2002-08-05 22:46:12
in message 
<37105(_dot_)142(_dot_)167(_dot_)132(_dot_)184(_dot_)1028580163(_dot_)squirrel(_at_)mail(_dot_)maurand(_dot_)com>,
wrote Curtis Maurand thusly...


Forgive my naivete, I may be wrong, but isn't the recipe below an
"anded" recipe instead of an "or" recipe?

Shouldn't it be something like:

:0:
* ^(to|from|cc)(_dot_)*procmail(_at_)lists\(_dot_)RWTH-Aachen\(_dot_)DE
  ^(to|from|cc)(_dot_)*procmail-users(_at_)procmail\(_dot_)org
Proc


it would be an AND recipe if add another '*'...

  :0:
  * ^(to|from|cc).*blah
  * ^(to|from|cc).*junk
  folder

...or an OR (at least in one way)...

  :0:
  * 9876543210^0  ^(to|from|cc).*blah
  * 9876543210^0  ^(to|from|cc).*junk
  folder


--

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