Hi,
I would like to block all email arriving to admin@example.com and spam@example2.com where sender is not example3.com or example4.com
I've tried to do like the following under who-object but looks like doesn't work
(^[fF][rR][oO][mM]).*@(?!example3.com|example4.com).*([tT][oO]).*(admin@example.com|spam@example2.com).*
Do I use it wrong ?
Many thanks for your help.
I would like to block all email arriving to admin@example.com and spam@example2.com where sender is not example3.com or example4.com
I've tried to do like the following under who-object but looks like doesn't work
(^[fF][rR][oO][mM]).*@(?!example3.com|example4.com).*([tT][oO]).*(admin@example.com|spam@example2.com).*
Do I use it wrong ?
Many thanks for your help.