Spam Rating Support forum spam_rating Check whether a message is spam using spamassassin 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 ...
spamc Support forum spamc Test if a message is spam with SpamAssassin server This class can be used to test whether a message may be spam accessing a SpamAssassin server. It connects to a SpamAssassin server and passes the contents of an e-mail message and send a request to evaluate the message ...