| SpamMonkey documentation | view source | Contained in the SpamMonkey distribution. |
SpamMonkey::Result - Result object for spam test
if ($result->is_spam) {
$result->rewrite;
print $result->email->as_string;
}
This class provides utility methods for dealing with the results of a SpamMonkey test.
Returns true if the message scores more than the required threshold.
Returns a list of the names of rules that matched.
Returns a list of the descriptions of rules that matched.
Returns the score for this test.
| SpamMonkey documentation | view source | Contained in the SpamMonkey distribution. |