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 2005/02/18 22:34:45 UTC

svn commit: r154354 - spamassassin/trunk/INSTALL

Author: felicity
Date: Fri Feb 18 13:34:44 2005
New Revision: 154354

URL: http://svn.apache.org/viewcvs?view=rev&rev=154354
Log:
document perl modules needed for sa-update

Modified:
    spamassassin/trunk/INSTALL

Modified: spamassassin/trunk/INSTALL
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/INSTALL?view=diff&r1=154353&r2=154354
==============================================================================
--- spamassassin/trunk/INSTALL (original)
+++ spamassassin/trunk/INSTALL Fri Feb 18 13:34:44 2005
@@ -250,8 +250,8 @@
   - Net::DNS (from CPAN)
 
     Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
-    perform MX checks, and is also used when manually reporting spam to
-    SpamCop.  Recommended.
+    perform MX checks, used when manually reporting spam to SpamCop,
+    and used by sa-update to gather version information.  Recommended.
 
     If this is installed and you are using network tests of any variety
     (which is the default), then you need to make sure the Net::DNS
@@ -320,6 +320,21 @@
     user configuration data, Bayes storage, or other storage, you will need
     to have these installed; both the basic DBI module and the driver for
     your database.
+
+
+  - LWP (from CPAN)
+
+    Used by sa-update to retrieve update archives.
+
+
+  - IO::Zlib (from CPAN)
+
+    Used by sa-update to uncompress update archives.
+
+
+  - Archive::Tar (from CPAN)
+
+    Used by sa-update to expand update archives.
 
 
 Optional Programs