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 blabla2@test.com
When i received a mail to blabla1@test.com with the subject is "Ok_GO_TECHOPS_START" the word not match with my rules.
Could you help me to settings "my subject include this word" for match for all subject with this string "_TECHOPS_"
Thanx
- 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
- fostocopyCopper Contributor
Ok brian, i trying regex.
thx