Innovation Award
 November 2008
Number 5 |
Many spam filter solutions only consider patterns of the text to be analyzed to determine whether it is spam or not.
This class provides a spam analyzer solution in pure PHP. It considers not only the patterns of the text to be analyzed, but also other factors such as the submitter e-mail and IP address.
Manuel Lemos |
This class can be used to determine whether a message can be spam.
It takes as arguments the title, text, e-mail address and IP address of the submitter.
The class analyses the supplied arguments according to several built-in rules and returns an array with an overall score that can be used to determine whether the message should be treated as spam.
The result array also details how the message scored in different types of rules that were evaluated.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.