spamassassin updated but still shows old version

rmackay

Well-Known Member
Nov 26, 2002
75
0
156
Hello,

Yesterday I did an update on my cPanel server which included updating spamassassin 3.1.0 to 3.1.7.

When I do a /spamassassin -V I get returned v 3.1.7.

However, when I look at the header of a spam message that I get from the server it shows:

"X-Spam-Checker-Version: SpamAssassin 3.1.0"

I still get a lot more spam then I should be lately but why is it showing 3.1.0 instead of 3.1.7?

Any help is much appreciated.

Thanks
 

ujr

Well-Known Member
Mar 19, 2004
290
0
166
What's the cpanel version you're running.

I'd suggest that you update it, perhaps using

/scripts/upcp --force

and make sure your perl is also up to date.

wget http://layer1.cpanel.net/perl587installer.tar.gz
tar zxf perl587installer.tar.gz
cd perl587installer
./install

then run

/scripts/eximup --force

if you're running spamd, you can may also want to do this...

/scripts/perlinstaller Digest::SHA1
/scripts/perlinstaller --force Mail::SpamAssassin
/etc/rc.d/init.d/exim restart
/scripts/restartsrv spamd