Heh! I tried that, but put it first as:
* ()\/$ADDEE ?? (a[abjoqwx]|\ ... etc.)
:) Oh well. And thanks for the note about \\/
I should be set now!
- fleet -
On Sun, 28 Mar 2004, Don Hammond wrote:
When the \ in \/ is the first character of the condition, it needs to
be protected from being interpreted as a backwhack. Either use
* $ADDEE ?? \\/(a[abjoqwx]|\ ... etc.)
or the (more?) idiomatic
* $ADDEE ?? ()\/(a[abjoqwx]|\ ... etc.)
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail