Matthias Häker schreef:
Ruud:
Matthias Häker:
BADWORDS = "(\
bad1|\
bad2|\
bad3|\
$V$S$I+$S$A+$S$G$S$R$S$A)"
ITYM:
BADWORDS = "(\
bad1|\
bad2|\
bad3|\
($V$S$I+$S$A+$S$G$S$R$S$A))"
please explain the benefit's of the brackets inside this badword list
i have testet it without and it works fine.
You are right that it can work fine without them, but that depends on
the actual values of the used variables.
The benefit is that with the enclosing (), any non-()-enclosed "|"
inside the variables-expression is "localized".
That's why I prefer to defensively put the () there.
--
Groet, 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