Closed (fixed)
Project:
AntiSpam
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2010 at 18:10 UTC
Updated:
18 Mar 2012 at 16:00 UTC
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
Comment #1
pixture commentedmail 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.
Comment #2
Everett Zufelt commented