SpamAssassin 3.0.4 released!

Robin,

Do you know if we can use this procedure to upgrade some systems directly from 2.x?

Thanks.

Jeff
 
What about podman ?

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] [email protected]

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,
 
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.
 
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 :)
 
Back
Top