Forum Discussion
robert grahame
Nov 16, 2017Copper Contributor
Rule using wildcard (or domain) for handling incoming emails
In line with the email security best practices recommended at Ignite this year, we are blocking our staff from using auto-forwarding rules in Outlook/Exchange Online. However there are valid scenari...
waikeong
Mar 31, 2021Copper Contributor
Not sure if this is still applicable to you but i hope i can help anyone out there whose having the same issue as i am.
I've just discovered that you could use Regex to manipulate those dynamic information. For example, to exclude email addresses that consist "ups" from being attached with disclaimer when sending out, i added an except condition ("The sender address matches") with the value of \W*((?i)ups(?-i))\W*
You could use this http://regexstorm.net/tester to test your Regular Expression.