procmail
[Top] [All Lists]

variable expansion in conditions

1998-01-06 06:45:22
Guy Geens suggested to Donald Hammond,

| I think you need to write it like this:
| 
| * ? $ test $HOUR -le 12
| 
| The `$' at the start tells procmail to expand variables in the
| condition line.

That should not be necessary in an exitcode ("* ? command") condition.
It is for regexp (and negaated regexp) conditions.