You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/05/02 00:19:34 UTC

svn commit: rev 10485 - in incubator/spamassassin/trunk: . lib/Mail/SpamAssassin/Plugin

Author: felicity
Date: Sat May  1 15:19:32 2004
New Revision: 10485

Modified:
   incubator/spamassassin/trunk/INSTALL
   incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm
Log:
bug 3341: added documentation that IP::Country::Fast is required if using the optional pluging RelayCountry.

Modified: incubator/spamassassin/trunk/INSTALL
==============================================================================
--- incubator/spamassassin/trunk/INSTALL	(original)
+++ incubator/spamassassin/trunk/INSTALL	Sat May  1 15:19:32 2004
@@ -336,6 +336,7 @@
 	install Net::DNS
 	quit
 
+
   - Mail::SPF::Query     (from CPAN)
 
     Used to check DNS Sender Policy Framework (SPF) records to fight email
@@ -343,6 +344,13 @@
 
     Net::DNS version 0.34 or higher is required to use Mail::SPF::Query.
 
+
+  - IP::Country::Fast    (from CPAN)
+
+    Used by the RelayCountry plugin (not enabled by default) to determine
+    the domain country codes of each relay in the path of an email.
+
+
   - Razor           http://razor.sourceforge.net/
 
     Used to check message signatures against Vipul's Razor collaborative
@@ -474,8 +482,8 @@
 
   - Time::HiRes    (from CPAN)
 
-    If this module is installed, the processing times are logged more
-    precisely by spamd.
+    If this module is installed, the processing times are logged/reported
+    more precisely.
 
 
   - DBI *and* DBD driver/modules for your database  (from CPAN)

Modified: incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm
==============================================================================
--- incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm	(original)
+++ incubator/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm	Sat May  1 15:19:32 2004
@@ -6,6 +6,10 @@
 
   loadplugin     Mail::SpamAssassin::Plugin::RelayCountry
 
+=head1 REQUIREMENT
+
+This plugin requires the IP::Country::Fast module from CPAN.
+
 =cut
 
 package Mail::SpamAssassin::Plugin::RelayCountry;