procmail
[Top] [All Lists]

RE: if this - than that - else this and that ;) - X-Priority - HI GH

2001-07-16 05:46:31

can someone give me a little example for

IF "X-Priority: 3" was found PLEASE check if 
"X-MSMail-Priority: Normal" is also found..

does anyone have an idea howto grep the "important" mails ??


You could use procmail scoring for this.. something like

:0
* -1^0
* 1^0 ^X-Priority: 3
* 1^0 ^X-MSMail-Priority: Normal
/dev/null

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