View Full Version : SpamAssassin 3.0.4 released!
robin
06-07-2005, 06:00 AM
2005-06-06: SpamAssassin 3.0.4 released!
http://spamassassin.apache.org/
For updating:
[unzip/untar the archive]
cd Mail-SpamAssassin-*
perl Makefile.PL
make
make install [as root]
I've updated without any problems from 3.0.3 to 3.0.4 on FC2.
See changelog here (http://wiki.apache.org/spamassassin/changes304)
jlasman
06-07-2005, 06:28 AM
Robin,
Do you know if we can use this procedure to upgrade some systems directly from 2.x?
Thanks.
Jeff
robin
06-07-2005, 06:40 AM
Originally posted by jlasman
Robin,
Do you know if we can use this procedure to upgrade some systems directly from 2.x?
Thanks.
Jeff
I've updated 2.6 to 3.0 successfully with the same procedure couple of months ago.
Here will you find some important notes for upgrading from 2.x to 3.x. (http://svn.apache.org/repos/asf/spamassassin/branches/3.0/UPGRADE)
But I had to rebuild the Bayes Database with:
sa-learn --rebuild &
sa-learn --sync
jlasman
06-07-2005, 07:50 AM
Thanks!
Jeff
sander815
06-08-2005, 05:45 AM
Originally posted by robin
I've updated 2.6 to 3.0 successfully with the same procedure couple of months ago.
Here will you find some important notes for upgrading from 2.x to 3.x. (http://svn.apache.org/repos/asf/spamassassin/branches/3.0/UPGRADE)
But I had to rebuild the Bayes Database with:
sa-learn --rebuild &
sa-learn --sync
the lastpart is the only thing you had to do?
robin
06-08-2005, 06:06 AM
Yep
interfasys
06-08-2005, 01:38 PM
It's now in ports.
vandal
06-08-2005, 03:28 PM
note the proper changelog link is:
http://wiki.apache.org/spamassassin/changes304
kamino
06-09-2005, 03:18 AM
Hello,
What about pod2man ?
I got this error at "perl Makefile.PL" step, saying that pod2man can't be found, but it exists actually:
[root@XXXXX Mail-SpamAssassin-3.0.4]# perl Makefile.PL
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] support@kamino.eu.com
Check network rules during 'make test' (test scripts may fail due to
network problems)? (y/n) [n] y
Checking if your kit is complete...
Looks good
Warning: prerequisite Digest::SHA1 0 not found.
Warning: I could not locate your pod2man program. Please make sure,
your pod2man program is in your PATH before you execute 'make'
Writing Makefile for Mail::SpamAssassin
Makefile written by ExtUtils::MakeMaker 6.03
[root@XXXXX Mail-SpamAssassin-3.0.4]# which pod2man
/usr/bin/pod2man
[root@XXXXX Mail-SpamAssassin-3.0.4]# echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin
[root@XXXXX Mail-SpamAssassin-3.0.4]# file /usr/bin/pod2man
/usr/bin/pod2man: a /usr/bin/perl script text executable
Can we ignore this ?
Best Regards,
robin
06-09-2005, 03:33 AM
Which OS are you running?
Maybe you can try the fix from: http://wiki.apache.org/spamassassin/Pod2ManRedHat?highlight=%28pod2man%29
kamino
06-09-2005, 03:38 AM
Yes it is redhat 9.
I will try as suggested in the link right now.
Thanks,
kamino
06-09-2005, 03:40 AM
LANG=C perl Makefile.PL works fine for me.
Thanks a million robin ;)
I've updated 3.0.2 to 3.0.4 successfully.
on RH Enterprise.
Just:
wget http://apache.ipv4networks.com/spamassassin/source/Mail-SpamAssassin-3.0.4.tar.gz
tar -zxvf Mail-SpamAssassin-3.0.4.tar.gz
cd Mail-SpamAssassin-3.0.4
LANG=C perl Makefile.PL
make
make install
Titam
06-29-2005, 03:46 PM
Any problem for FC3 ?
netbit
08-16-2005, 05:51 PM
When a try to update from version 3.0.2 to 3.0.4, the make show this error:
/usr/bin/perl spamc/configure.pl --prefix="/usr" --sysconfdir="/etc/mail/spamassassin" --datadir="/usr/share/spamassassin" --enable-ssl="no"
cd spamc
/usr/bin/perl version.h.pl
version.h.pl: creating version.h
./configure --prefix=/usr --sysconfdir=/etc/mail/spamassassin --datadir=/usr/share/spamassassin --enable-ssl=no
Can't exec "./configure": Permission denied at spamc/configure.pl line 82.
make: *** [spamc/Makefile] Error 127
Can anybody help me?
Im trying to update as root in a FC3 box.
Wouter
08-16-2005, 11:09 PM
Try updating using the following method:
# vi /usr/local/directadmin/scripts/spamd.sh
Edit the version number at the top of the file to 3.0.4 and exit and save.
# /usr/local/directadmin/scripts/spamd.sh
That should be working :)
xcobaltdude
08-16-2005, 11:30 PM
Does this upgrade address any of the issues we saw from this thread:
http://www.directadmin.com/forum/showthread.php?threadid=8116&perpage=20&pagenumber=1
I'd like to get spamassassin up and running again but can't risk our clients losing email because of spamassassin going beserk again.....
sander815
08-17-2005, 01:45 AM
any1 succesfully upgraded van 2.x to 3.x?
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.