You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2018/09/24 06:24:01 UTC

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

Author: gbechis
Date: Mon Sep 24 06:24:01 2018
New Revision: 1841799

URL: http://svn.apache.org/viewvc?rev=1841799&view=rev
Log:
Sync docs with reality, IP::Country::DB_File does not provide ISP info.

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=1841799&r1=1841798&r2=1841799&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Mon Sep 24 06:24:01 2018
@@ -153,8 +153,8 @@ our @OPTIONAL_MODULES = (
   version => 0,
   desc => 'Used by the RelayCountry plugin (not enabled by default) to
   determine the domain country codes of each relay in the path of an email. 
-  Also used by the URILocalBL plugin (not enabled by default) to provide ISP
-  and Country code based filtering.',
+  Also used by the URILocalBL plugin (not enabled by default) to provide
+  Country code based filtering.',
 },
 {
   module => 'Razor2::Client::Agent',