Forum Discussion
fostocopy
Dec 07, 2018Copper Contributor
Exchange admin center, mail flow rules, condition word subject
Hi, In exchange online admin center, mail flow I'd like to create a rules with : if external sender it's : blabla1@test.com and Subject include this word : _TECHOPS_ then transfer to blab...
Brian Reid
Dec 07, 2018MVP
Your example string does not contain the word you are looking for. Words have spaces or other delineation in them. If you want to look for a sequence of characters in a string rather than a word in a series of words, you need to use regex matching
- fostocopyDec 08, 2018Copper Contributor
Ok brian, i trying regex.
thx