Mail-SpamAssassin
view release on metacpan or search on metacpan
lib/Mail/SpamAssassin/Util/DependencyInfo.pm view on Meta::CPAN
and Country code based filtering.',
},
{
module => 'Geo::IP',
version => 0,
desc => 'Used by the RelayCountry plugin (not enabled by default) to
determine the domain country codes of each relay in the path of an email.
Also used by the URILocalBL plugin (not enabled by default) to provide ISP
and Country code based filtering.',
},
{
module => 'IP::Country::DB_File',
version => 0,
desc => 'Used by the RelayCountry plugin (not enabled by default) to
determine the domain country codes of each relay in the path of an email.
Also used by the URILocalBL plugin (not enabled by default) to provide
Country code based filtering.',
},
{
module => 'IP::Country::Fast',
version => 0,
desc => 'Used by the RelayCountry plugin (not enabled by default) to
determine the domain country codes of each relay in the path of an email.
Also used by the URILocalBL plugin (not enabled by default) to provide
Country code based filtering.',
},
{
module => 'Razor2::Client::Agent',
alt_name => 'Razor2',
version => '2.61',
desc => 'Used to check message signatures against Vipul\'s Razor collaborative
filtering network. Razor has a large number of dependencies on CPAN
modules. Feel free to skip installing it, if this makes you nervous;
SpamAssassin will still work well without it.
More info on installing and using Razor can be found
at http://wiki.apache.org/spamassassin/InstallingRazor .',
},
{
module => 'IO::Socket::IP',
version => 0.09,
desc => 'Installing this module is recommended if spamd is to listen
on IPv6 sockets or if DNS queries should go to an IPv6 name server.
If IO::Socket::IP is not available, using an older module
IO::Socket::INET6 will be attempted, and in its absence the support
for IPv6 will not be available. Some plugins and underlying
modules may also prefer IO::Socket::IP over IO::Socket::INET6.',
},
{
module => 'IO::Socket::INET6',
version => 0,
desc => 'This module is a deprecated alternative to IO::Socket::IP.
Spamd, as well some underlying modules, will fall back to using
IO::Socket::INET6 if IO::Socket::IP is unavailable. One or the other
module is required to support IPv6 (e.g. in spamd/spamc protocol,
for DNS lookups or in plugins like DCC). Some plugins or underlying
modules may still require IO::Socket::INET6 for IPv6 support even
if IO::Socket::IP is available.',
},
{
module => 'IO::Socket::SSL',
version => 1.76,
desc => 'If you wish to use SSL encryption to communicate between spamc and
spamd (the --ssl option to spamd), you need to install this
module. (You will need the OpenSSL libraries and use the
ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
compatible spamc.)',
},
{
module => 'Compress::Zlib',
version => 0,
desc => 'If you wish to use the optional zlib compression for communication
between spamc and spamd (the -z option to spamc), you need to install
this module.',
},
{
module => 'Mail::DKIM',
version => '0.31',
recommended_min_version => '0.37',
desc => 'If this module is installed and the DKIM plugin is enabled,
SpamAssassin will perform DKIM signature verification when DKIM-Signature
header fields are present in the message headers, and check ADSP rules
(e.g. anti-phishing) when a mail message does not contain a valid author
domain signature. Version 0.37 or later is needed to fully support ADSP.'
},
{
module => 'DBI',
version => 0,
desc => 'If you intend to use SpamAssassin with an SQL database backend for
user configuration data, Bayes storage, or other storage, you will need
to have these installed; both the basic DBI module and the DBD driver for
your database.',
},
{
module => 'DBD::SQLite',
version => 1.59,
desc => 'If you intend to use SpamAssassin with SQLite as the SQL database
backend for the DBI module, this is the DBD driver required. Version 1.59_01
or later is needed to provide SQLite 3.25.0 or later.',
},
{
module => 'LWP::Protocol::https',
version => 0,
desc => 'The "sa-update" program can use this module to make HTTPS requests.
Also used by DecodeShortURLs plugin.',
},
{
module => 'LWP::UserAgent',
version => 0,
desc => 'The "sa-update" program can use this module to make HTTP requests.
Also used by DecodeShortURLs plugin.',
},
{
module => 'Encode::Detect::Detector',
version => 0,
desc => 'If normalize_charset decoding of message parts from their
declared character set into Unicode fails, the Encode::Detect::Detector
module (when available) may be consulted to provide an alternative guess
on a character set of a problematic message part.',
},
{
( run in 2.366 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )