Image Tag Example

Spammers often put images into messages to hide the text from the content filter. Images are characterized by the following HTML code:

<img src=”http://ipswitch.com/sla/logo.gif”>

Since there are no words outside the HTML tag in the above example, you would only see a graphic when you open the message.  The statistical filter alone would not decipher this HTML code, because all words are included within the HTML tag. But the HTML parser will decode the HTML to see if it contains any Image tags.

If you want all messages containing IMG SRC tags to be considered spam, select this option under Feature Filtering.

If you want the domain name in such a tag to be considered a spam indicator, place the domain name in the URL Domain Black List. The HTML parser examines IMG SRC tags, like the one above and compares the domain name (in this case, ipswitch.com) to the URL Domain Black List. If the domain name is listed, the e-mail is identified as spam.