procmail
[Top] [All Lists]

Re: condition matching from a file

1997-01-21 15:52:59
A slight correction to the second condition line I offered.

For being a bit more discriminating in matching certain header
fields: 

* $^From:.*$"`cat word.list | awk '(NR>1){printf("|")};{printf($1)}'`"

probably should be:

* $^From:.*"`cat word.list | awk '(NR>1){printf("|")};{printf($1)}'`"

I still don't understand the proper use $, !, ?, <, and > in special
conditions, but I'm working on it.
David