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 2019/07/05 17:40:10 UTC

svn commit: r1862625 - /spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Author: gbechis
Date: Fri Jul  5 17:40:10 2019
New Revision: 1862625

URL: http://svn.apache.org/viewvc?rev=1862625&view=rev
Log:
sync dependencies check with reality

Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm?rev=1862625&r1=1862624&r2=1862625&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Fri Jul  5 17:40:10 2019
@@ -125,6 +125,14 @@ our @OPTIONAL_MODULES = (
   address forgery and make it easier to identify spams.',
 },
 {
+  module => 'GeoIP2::Database::Reader',
+  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.',
+},
+{
   module => 'Geo::IP',
   version => 0,
   desc => 'Used by the RelayCountry plugin (not enabled by default) to determine
@@ -132,6 +140,14 @@ our @OPTIONAL_MODULES = (
   the URILocalBL plugin to provide ISP and Country code based filtering.',
 },
 {
+  module => 'IP::Country::DB_File',
+  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
+  Country code based filtering.',
+},
+{
   module => 'Net::CIDR::Lite',
   version => 0,
   desc => 'Used by the URILocalBL plugin to process IP address ranges.',
@@ -263,6 +279,18 @@ our @OPTIONAL_MODULES = (
   desc => 'BSD::Resource provides BSD process resource limit and priority 
   functions.  It is used by the optional ResourceLimits Plugin.',
 },
+{
+  module => 'Archive::Zip',
+  version => 0,
+  desc => 'Archive::Zip provides an interface to ZIP archive files.
+  It is used by the optional OLEMacro Plugin.',
+},
+{
+  module => 'IO::String',
+  version => 0,
+  desc => 'IO::String emulates file interface for in-core strings.
+  It is used by the optional OLEMacro Plugin.',
+},
 );
 
 our @BINARIES = ();