11-30-2016 12:09 PM
Hello,
is there a way to write a message filter condition for when the current recipient mail address is in the URL?
for example:
From: <badguy@malicious.org>
To: <john.doe@example.org>
with the following link in it:
http://example.org/test.php?id=john.doe@example.org
can I somehow put the recipient address into a variable and use it in combination with regex?
thank you
best regards
Daniel
Solved! Go to Solution.
11-30-2016 01:55 PM
Hi Daniel,
The body contains condition allows usage of regular expression, however currently does not allow action variables which can be used to match the envelope recipient/sender.
You can however, use a dictionary to find a specific term.
Thanks
Libin Varghese
11-30-2016 01:55 PM
Hi Daniel,
The body contains condition allows usage of regular expression, however currently does not allow action variables which can be used to match the envelope recipient/sender.
You can however, use a dictionary to find a specific term.
Thanks
Libin Varghese
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide