procmail
[Top] [All Lists]

Re: spawning an external app

2001-02-17 21:30:28
Justin Shore wrote,

| * !^X-Loop: $VIRUSADDR

In addition to Philip's suggestion, you need to put the "$" modifier on that
condition to get the variable substituted; otherwise procmail will take the
dollar sign and the variable's name to represent a newline plus the literal
text "virusaddr" (insensitively to case, because there is no `D' flag).

It should be (the spaces around "$" and "!" are just my own preference)

  * $ ! ^X-Loop: $VIRUSADDR

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