https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6246
--- Comment #2 from Mark Martinec <[email protected]> 2009-12-05 05:50:13 UTC --- > > or C) see a warning > > from the Makefile.PL advising they upgrade if not require it before I +1. Attached is a patch to DependencyInfo.pm. It introduces a tag 'recommended_min_version', and issues a warning if a module does not meet it. Please see if this meets our needs. In case of an old Mail::DKIM, it would look like: $ perl Makefile.PL [...] *************************************************************************** NOTE: the optional Mail::DKIM (version 0.31) module is installed (0.31), but is below the recommended version 0.37, some functionality will not be available. 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 optional module missing: DBI warning: some functionality may not be available, please read the above report before continuing! -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
