https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5881
Summary: dependency checker should understand the Mail::SPF /
Mail::SPF::Query scenario
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Libraries
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
perl Makefile.PL PREFIX=/usr/local/spamassassin
...
checking module dependencies and their versions...
***************************************************************************
NOTE: the optional Mail::SPF::Query module is not installed.
Used to check DNS Sender Policy Framework (SPF) records to fight email
address forgery and make it easier to identify spams. (Mail::SPF is
preferred instead of this module.)
***************************************************************************
NOTE: the optional IP::Country module is not installed.
Used by the RelayCountry plugin (not enabled by default) to determine
the domain country codes of each relay in the path of an email.
***************************************************************************
NOTE: the optional Razor2 (version 2.61) module is not installed.
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 .
***************************************************************************
NOTE: the optional Net::Ident module is not installed.
If you plan to use the --auth-ident option to spamd, you will need
to install this module.
***************************************************************************
NOTE: the optional Mail::DomainKeys module is not installed.
If this module is installed, and you enable the DomainKeys plugin,
SpamAssassin will perform DomainKey lookups when DomainKey
information is present in the message headers. (Note that new versions
of Mail::DKIM render this module superfluous.)
***************************************************************************
NOTE: the optional Encode::Detect module is not installed.
If you plan to use the normalize_charset config setting to detect
charsets and convert them into Unicode, you will need to install
this module.
optional module missing: Mail::SPF::Query
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: Mail::DomainKeys
optional module missing: Encode::Detect
now, here's the thing -- I have Mail::SPF and Mail::DKIM installed, so
I don't actually need to install Mail::SPF::Query or
Mail::DomainKeys. the warning should omit those modules.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.