Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Solido Spam Filter 4.0 build 86 (Default branch) Post 302158949 by Linux Bot on Wednesday 16th of January 2008 07:00:10 PM
Old 01-16-2008
Solido Spam Filter 4.0 build 86 (Default branch)

Solido Spam Filter is a high performance, zeromaintenance spam filter.License: Other/Proprietary License with Free TrialChanges:
A SpamAssassin-compliant score has been implemented. A SpamAssassin spamc drop replacement has been added. Minor improvements include better total score calculation and small performance improvements.Image

More...
 
Mail::SpamAssassin::AutoWhitelist(3)			User Contributed Perl Documentation		      Mail::SpamAssassin::AutoWhitelist(3)

NAME
Mail::SpamAssassin::AutoWhitelist - auto-whitelist handler for SpamAssassin SYNOPSIS
(see Mail::SpamAssassin) DESCRIPTION
Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blacklists. This class is used internally by SpamAssassin to manage the automatic whitelisting functionality. Please refer to the "Mail::SpamAssassin" documentation for public interfaces. METHODS
$meanscore = awl->check_address($addr, $originating_ip, $signedby); This method will return the mean score of all messages associated with the given address, or undef if the address hasn't been seen before. If $originating_ip is supplied, it will be used in the lookup. awl->count(); This method will return the count of messages used in determining the whitelist correction. awl->add_score($score); This method will add half the score to the current entry. Half the score is used, so that repeated use of the same From and IP address combination will gradually reduce the score. awl->add_known_good_address($addr); This method will add a score of -100 to the given address -- effectively "bootstrapping" the address as being one that should be whitelisted. awl->add_known_bad_address($addr); This method will add a score of 100 to the given address -- effectively "bootstrapping" the address as being one that should be blacklisted. perl v5.16.3 2011-06-06 Mail::SpamAssassin::AutoWhitelist(3)
All times are GMT -4. The time now is 04:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy