Innovation Award
 December 2007
Number 6 |
Determining whether a message is spam is not a trivial task.
Fortunately, there are very good dedicated tools to help in that process, like for instance spamassassin.
This class provides an integrated solution to let PHP scripts use spamassassin to analyze messages and determine whether they can be spam or not.
Manuel Lemos |
This is a simple class that can be used to check whether an e-mail message is spam.
It takes a text string with the whole contents of a message and stores it in a temporary file.
The class invokes the spamassassin program to make it evaluate the message file in order to determine whether it can be spam or not.
| 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.
| File |
Role |
Description |
spamchk.php |
Class |
Spam rating class using SpamAssassin |
Sample |
Application.html |
Output |
you can use this class to create similiar applicaitons |