You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2009/08/18 14:43:48 UTC

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

Author: mmartinec
Date: Tue Aug 18 12:43:47 2009
New Revision: 805388

URL: http://svn.apache.org/viewvc?rev=805388&view=rev
Log:
DependencyInfo.pm: updated text for modules Mail::DKIM and IO::Socket::INET6

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=805388&r1=805387&r2=805388&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Tue Aug 18 12:43:47 2009
@@ -128,8 +128,8 @@
   module => 'IO::Socket::INET6',
   version => '0.00',
   desc => 'This is required if the first nameserver listed in your IP
-  configuration or /etc/resolv.conf file is available only via
-  an IPv6 address.',
+  configuration or /etc/resolv.conf file is available only via an
+  IPv6 address. Also used by a DCC plugin to access dccifd over network.',
 },
 {
   module => 'IO::Socket::SSL',
@@ -150,11 +150,11 @@
 {
   module => 'Mail::DKIM',
   version => '0.31',
-  desc => 'If this module is installed, and you enable the DKIM plugin,
+  desc => '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
-  when a mail message does not contain a valid author domain signature.
-  Version 0.35 or later is recommended.'
+  (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.'
 },
 {
   module => 'DBI',