12-09-2005, 12:05 PM -
The best way is using regular expressions. For example:
This regular expression is true for all strings:
And false if email or name is others. I've prepared small utility reTest. You can play with it to build regular expressions and test them on the some strings.
In the Mail Monitor the search function must be Contain/Does not contain regular expression.
Here you can find syntax for regular expressions.
I hope this helps.
Code:
\"(Yuri Kobets|[[:print:]]*Kobets)\" <truesoft@penza.net>
This regular expression is true for all strings:
Code:
"Y.Kobets" <truesoft@penza.net>
"Yuri Kobets" <truesoft@penza.net>
"Kobets" <truesoft@penza.net>
In the Mail Monitor the search function must be Contain/Does not contain regular expression.
Here you can find syntax for regular expressions.
I hope this helps.
The TORDEX Team
http://www.tordex.com
http://www.tordex.com