Forum Moderators: phranque
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?