Does the function antispam_api_cmd_spam_check() detect email injection headers for body, mail, name fields?

I would like to use it for validation for the tell a friend module.

Comments

pixture’s picture

mail and name field should be just text strings of author's email address and author's name. body field can contain anything (entire email message, or any other text data). Only the body field is inspected and name and mail are used as a supplemental information to determine if the content of body field is spam or not.

AntiSpam module just send these information to external antispam services and get the verdict. It's totally up to external antispam module what to look and how to determine if the content is spam or not.

Check the Akismet, Defensio, or Typepad AntiSpam sites to find out more.

Everett Zufelt’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.