Pages: 1
RSS
Regex to find one email in the TO line
 
Is there a way to make this macro work if there are other addresses on the to: line?

%SetPattRegExp="my-friend@gmail.com"%-%RegExpBlindMatch="%ToAddr"%-  %_match=%SubPatt(0)%-  %IF:"%_match"="my-friend@gmail.com":%RCPTCONFIRM
Pages: 1