I need a solution
Hi,
Could you help me creating a rule to filter HTML hyperlinks on SMSDOM 8.0.9.151?
I have received a lot of phishing spam, with link to "http://ge.tt/api........", but I´m not having success on filter strings inside HTML tags.
I can create rules for filter plain text of the mail and send to Quarentine but I'm trying to create a rule that filter all emails with links that contain "http://ge.tt" without success. I think that is someting wrong with my regular expression syntax.
Following, some lines of the raw text of the email body.
<html><body>
.....
Click following: </font><a href=3D"http://ge.tt/api/1/files/3VFtroA1/0/blob" target=3D"_blank"><font size=3D"3" color=3D"#1155CC" face=3D"serif"><u>Some text to trick users</u></font></a>
.....
</body></html>
Thanks a lot.