Forum Moderators: phranque

Message Too Old, No Replies

Help with Procmail Recipe

         

Frank_Rizzo

11:17 am on Dec 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How can I send all emails to beginning with j to dev null except joe@widgets.com and john@widgets.com

At the moment I have:

:0
* ^TO_j.*@widgets\.com
/dev/null

which does what it should - trashes any email sent to the widgets domain which begins with the letter j.

But I would like joe@widgets.com and john@widgets.com to be delivered.

I guess I need a check for joe@widgets.com before the dev/null section?