You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by sp...@incubator.apache.org on 2004/09/22 18:53:27 UTC

[SpamAssassin Wiki] Updated: SingleUserUnixInstall

   Date: 2004-09-22T09:53:27
   Editor: DanKohn <da...@dankohn.com>
   Wiki: SpamAssassin Wiki
   Page: SingleUserUnixInstall
   URL: http://wiki.apache.org/spamassassin/SingleUserUnixInstall

   Updated for release version

Change Log:

------------------------------------------------------------------------------
@@ -10,7 +10,7 @@
 
 = Overview =
 
-We're going to install SpamAssassin 3.0.0-pre4, and add in SPF, Razor, Pyzor, and DCC.  We're going to set up a mistake-based Bayesian learner (including forwarding the mail to another account), as described at ProcmailToForwardMail.  This assumes that your system already has procmail installed, and has a new enough Perl and Python to work with this software, plus a number of the standard Perl modules, such as Net::DNS and DB_File.  You need these two installed to use DNSBLs and Bayes, both of which are important for good performance.
+We're going to install SpamAssassin 3.0.0, and add in SPF, Razor, Pyzor, and DCC.  We're going to set up a mistake-based Bayesian learner (including forwarding the mail to another account), as described at ProcmailToForwardMail.  This assumes that your system already has procmail installed, and has a new enough Perl and Python to work with this software, plus a number of the standard Perl modules, such as Net::DNS and DB_File.  You need these two installed to use DNSBLs and Bayes, both of which are important for good performance.
 
 = Setting up your path =
 
@@ -46,8 +46,8 @@
 cd $HOME
 mkdir src
 cd src
-wget http://spamassassin.org/released/Mail-SpamAssassin-3.0.0-pre4.tar.gz
-tar xvzf Mail-SpamAssassin-3.0.0-pre4.tar.gz
+wget http://www.apache.org/dist/spamassassin/Mail-SpamAssassin-current.tar.gz
+tar xvzf Mail-SpamAssassin-3.0.0.tar.gz
 cd Mail-SpamAssassin-3.0.0
 perl Makefile.PL PREFIX=$HOME && make && make install
 }}}