https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6246
--- Comment #12 from Mark Martinec <[email protected]> 2009-12-14 17:32:11 UTC --- Ok, here is the output of the new DependencyInfo.pm (to be attached). Playing with modules Archive::Tar (required) and Mail::DKIM (optional): 1)====================== $ perl Makefile.PL [...] checking module dependencies and their versions... *************************************************************************** ERROR: the required Archive::Tar module is not installed, minimum required version is 1.23. The "sa-update" program requires this module to access tar update archive files. *************************************************************************** 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::DKIM module is not installed, minimum required version is 0.31, recommended version is 0.37 or higher. 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.36_5 or later is needed to fully support ADSP. REQUIRED module missing: Archive::Tar optional module missing: Net::Ident optional module missing: Mail::DKIM warning: some functionality may not be available, please read the above report before continuing! 2)====================== $ perl Makefile.PL [...] checking module dependencies and their versions... *************************************************************************** ERROR: the required Archive::Tar module is installed (1.22), but is below the minimum required version 1.23, some functionality will not be available. The "sa-update" program requires this module to access tar update archive files. *************************************************************************** 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::DKIM module is installed (0.29), but is below the minimum required version 0.31, some functionality will not be available. Recommended version is 0.37 or higher. 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.36_5 or later is needed to fully support ADSP. REQUIRED module out of date: Archive::Tar optional module missing: Net::Ident optional module out of date: Mail::DKIM warning: some functionality may not be available, please read the above report before continuing! 3)====================== $ perl Makefile.PL [...] checking module dependencies and their versions... *************************************************************************** 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::DKIM module is installed (0.35), but is below the recommended version 0.37, some functionality may not be available, and some of the tests in the SpamAssassin test suite may fail. 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.36_5 or later is needed to fully support ADSP. optional module missing: Net::Ident optional module older than recommended: Mail::DKIM warning: some functionality may not be available, please read the above report before continuing! Writing Makefile for Mail::SpamAssassin Makefile written by ExtUtils::MakeMaker 6.55 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
