User Profile
waikeong
Copper Contributor
Joined Mar 30, 2021
User Widgets
Recent Discussions
Re: Rule using wildcard (or domain) for handling incoming emails
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.201KViews0likes0Comments
Recent Blog Articles
No content to show