procmail
[Top] [All Lists]

Re: How to express OR in procmail?

2010-11-15 02:54:41
On 2010-11-14 17:11, Udi wrote:

OR:

:0
* 1^0 condition1
* 1^0 condition2
* 1^0 condition3
action

That misses out on shortcutting.


  OR = '9876543210^0'

  :0
  * $ $OR condition1
  * $ $OR condition2
  * $ $OR condition3
  action

--
Ruud
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)de
http://mailman.rwth-aachen.de/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>