Search results for "dist:Mail-SpamAssassin"
spamc - client for spamd
Spamc is the client half of the spamc/spamd pair. It should be used in place of "spamassassin" in scripts to process mail. It will read the mail from STDIN, and spool it to its connection to spamd, then read the result back and print it to STDOUT. Sp...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
spamassassin - simple front-end filtering script for SpamAssassin
spamassassin is a simple front-end filter for SpamAssassin. Using the SpamAssassin rule base, it uses a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited bulk email. Once identified, the mail is...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin - Spam detector and markup engine
Mail::SpamAssassin is a module to identify spam using several methods including text analysis, internet-based realtime blocklists, statistical analysis, and internet-based hashing algorithms. Using its rule base, it uses a wide range of heuristic tes...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Conf - SpamAssassin configuration file
SpamAssassin is configured using traditional UNIX-style configuration files, loaded from the "/usr/share/spamassassin" and "/etc/mail/spamassassin" directories. The following web page lists the most important configuration settings used to configure ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Util - utility functions
A general class for utility functions. Please use this for functions that stand alone, without requiring a $self object, Portability functions especially. NOTE: The functions in this module are to be considered private. Their API may change at any po...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Spamd
This module contains a skeleton for handling client request in spamd implementation. Must not be used directly, but subclassed. An instance should have lifetime of a single request. Interface is likely to change. See the source code of spamd(1) and M...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::GeoDB - unified interface for geoip modules
SIDNEY/Mail-SpamAssassin-4.0.0
-
17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Bayes - support for learning classifiers
This is the general class used to train a learning classifier with new samples of spam and ham mail, and classify based on prior training. Prior to version 3.3.0, the default Bayes implementation was here; if you're looking for information on that, i...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Plugin - SpamAssassin plugin base class
This is the base class for SpamAssassin plugins; all plugins must be objects that implement this class. This class provides no-op stub methods for all the callbacks that a plugin can receive. It is expected that your plugin will override one or more ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC