You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2007/01/29 23:39:31 UTC

svn commit: r501210 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Author: jm
Date: Mon Jan 29 14:39:30 2007
New Revision: 501210

URL: http://svn.apache.org/viewvc?view=rev&rev=501210
Log:
bug 5308: also list Mail::DKIM and Mail::DomainKeys version information in the --lint --debug 'diag:' output

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm?view=diff&rev=501210&r1=501209&r2=501210
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Mon Jan 29 14:39:30 2007
@@ -135,6 +135,20 @@
   more precisely in spamd.',
 },
 {
+  module => 'Mail::DomainKeys',
+  version => '0.00',
+  desc => 'If this module is installed, and you enable the DomainKeys plugin,
+  SpamAssassin will perform Domain Key lookups when Domain Key
+  information is present in the message headers.'
+},
+{
+  module => 'Mail::DKIM',
+  version => '0.00',
+  desc => 'If this module is installed, and you enable the DKIM plugin,
+  SpamAssassin will perform DKIM lookups when a DKIM-Signature header is
+  present in the message headers.'
+},
+{
   module => 'DBI',
   version => '0.00',
   desc => 'If you intend to use SpamAssassin with an SQL database backend for