Search results for "module:Mail::SpamAssassin"

Mail::SpamAssassin - Spam detector and markup engine River stage two • 13 direct dependents • 18 total dependents

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::Spamd River stage two • 13 direct dependents • 18 total dependents

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

AAAA::Mail::SpamAssassin - making Mail::SpamAssassin installable River stage one • 1 direct dependent • 2 total dependents

For some reason dependency resolution via the CPAN toolchains does not work very well for Mail::SpamAssassin. To install it without manual work you need dependencies installed beforehand. "AAAA::Mail::SpamAssassin" is a Task-style distribution that m...

SCHWIGON/AAAA-Mail-SpamAssassin-0.002 - 14 Dec 2012 08:28:05 UTC

Mail::SpamAssassin::Conf - SpamAssassin configuration file River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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::GeoDB - unified interface for geoip modules River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Bayes - support for learning classifiers River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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

Mail::SpamAssassin::Client - Client for spamd Protocol River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin::Client is a module which provides a perl implementation of the spamd protocol....

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Logger - SpamAssassin logging module River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Message - decode, render, and hold an RFC-2822 message River stage two • 13 direct dependents • 18 total dependents

This module encapsulates an email message and allows access to the various MIME message parts and message metadata. The message structure, after initiating a parse() cycle, looks like this: Message object, also top-level node in Message::Node tree | ...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Timeout - safe, reliable timeouts in perl River stage two • 13 direct dependents • 18 total dependents

This module provides a safe, reliable and clean API to provide alarm(2)-based timeouts for perl code. Note that $SIG{ALRM} is used to provide the timeout, so this will not interrupt out-of-control regular expression matches. Nested timeouts are suppo...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::AICache - provide access to cached information for ArchiveIterator River stage two • 13 direct dependents • 18 total dependents

This module allows ArchiveIterator to use cached atime information instead of having to read every message separately....

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::SpamCopURI - blacklist checking of URLs in email River stage zero No dependents

The first checks that SpamCopURI does is against the whitelist/blacklist. If the URL's host appears in the whitelist, then the test is an immediate miss. If the URL's host is in the blacklist, then the test is an immediate hit. This currently only ch...

EAK/Mail-SpamAssassin-SpamCopURI-0.24 - 06 Mar 2005 09:59:16 UTC

Mail::SpamAssassin::AsyncLoop - scanner asynchronous event loop River stage two • 13 direct dependents • 18 total dependents

An asynchronous event loop used for long-running operations, performed "in the background" during the Mail::SpamAssassin::check() scan operation, such as DNS blocklist lookups....

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Conf::SQL - load SpamAssassin scores from SQL database River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blocklists. This class is used internally by SpamAssassin to load scores from an SQL database. Please refer to the "Mail::SpamAssassin" documentat...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::BayesStore - Storage Module for default Bayes classifier River stage two • 13 direct dependents • 18 total dependents

This is the public API for the Bayesian store methods. Any implementation of the storage module for the default Bayes classifier must implement these methods....

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Conf::LDAP - load SpamAssassin scores from LDAP database River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blocklists. This class is used internally by SpamAssassin to load scores from an LDAP database. Please refer to the "Mail::SpamAssassin" documenta...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::DnsResolver - DNS resolution engine River stage two • 13 direct dependents • 18 total dependents

This is a DNS resolution engine for SpamAssassin, implemented in order to reduce file descriptor usage by Net::DNS and avoid a response collision bug in that module....

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Plugin::AWL - Normalize scores via auto-welcomelist River stage two • 13 direct dependents • 18 total dependents

This plugin module provides support for the auto-welcomelist. It keeps track of the average SpamAssassin score for senders. Senders are tracked using a combination of their From: address and their IP address. It then uses that average score to reduce...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
156 results (0.052 seconds)