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 2008/04/25 12:30:25 UTC

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

Author: jm
Date: Fri Apr 25 03:30:22 2008
New Revision: 651565

URL: http://svn.apache.org/viewvc?rev=651565&view=rev
Log:
bug 5890: pick 0.28 as a reasonable minimum version for Mail::DKIM

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?rev=651565&r1=651564&r2=651565&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Fri Apr 25 03:30:22 2008
@@ -160,11 +160,13 @@
 },
 {
   module => 'Mail::DKIM',
-  version => '0.00',
+  version => '0.28',
   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.  (New versions of this module
-  support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.)'
+  support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.
+  versions prior to 0.28 are buggy and non-compliant with IETF
+  DKIM signing policies.)'
 },
 {
   module => 'DBI',