Hi everyone
I used hub transport rule of internal exchange server version 2007 SP1
I configuration one rule in transport rule with rule regular expression for check title email and to action something.
I detected some simple regular as
"ab*Finish" : Transport rule handler email with title as: abbbbFinish, abbbFinish
but i rewrite "a\S*Finish": Transport rule does NOT handler email with title as: abbbbFinish, abbbFinish
I followed all operator exchange can support at here : http://technet.microsoft.com/en-us/library/aa997187(v=exchg.80).aspx so I think not correct.
Now i want configuration transport rule with regular "(Ten:)([\S\s])*Finish"
I will check regular with value sample: Ten: caigidungduoc# blad blad Finish title it match with test tool http://regex101.com/ but hub transport rule does not handler email with this title when i sent.
Can you help me change regular for internal exchange accept it.
Thanks for all help