procmail
[Top] [All Lists]

Re: what does 1^0 mean ?

2001-12-20 20:55:38
in message 
<003b01c189cb$d1559da0$fb080142(_at_)cpe6618251(_dot_)il(_dot_)sprintbbd(_dot_)net>,
 
wrote David W. Tamkin thusly...

Back to parv's original example,

There isn't a general way to mix ANDs and ORs, but usually something can be
figured out.  For that example, where an action should be executed if both A
and B are true, or if C, D, or E is true,

 :0 flags
 * 2147483647^0 C
 * 2147483647^0 D
 * 2147483647^0 E
 * -1^0
 * 1^0 A
 * 1^0 B
 action

thanks david w. t. and don h. for giving me ideas on how to add OR 
and AND in the same recipe.  i understand that it may be not be
always desirable or possible.

  - parv

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