procmail
[Top] [All Lists]

Re: recipe help: to me OR to ONE list (should be simple)

1996-10-16 13:15:07
On Wed, 16 Oct 1996, Alan K. Stebbens wrote:

If you wish to use regular expressions instead of strings, then use
"egrep" instead (but be sure to use regular expressions):

  :0
  * ! ? egrep -s -f accept
  BOUNCE-ACTION

        So, 'accept' is a text file containing expressions??

        Can you give an example?

        Thanks.