Version Deviation in SpamAssassin

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
I am showing two different installs of SpamAssassin on a server:


spamassassin -V
SpamAssassin version 3.4.1
running on Perl version 5.10.1

/usr/local/cpanel/3rdparty/bin/spamd -V
SpamAssassin Server version 3.4.0
running on Perl 5.14.4

How can I rectify this?

Note, /scripts/perlinstaller --force Mail::SpamAssassin only updates the first one and not the cPanel one.
 

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Hmmm, I went ahead and just performed the following:


cd /usr/local/bin/
rm spamassassin -f
ln -s /usr/local/cpanel/3rdparty/bin/spamd ./spamassassin
 

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Unfortunately this is still causing version discrepancies all over the place. Anyone?

Hmmm, I went ahead and just performed the following:


cd /usr/local/bin/
rm spamassassin -f
ln -s /usr/local/cpanel/3rdparty/bin/spamd ./spamassassin
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Unfortunately this is still causing version discrepancies all over the place. Anyone?
Hello :)

Could you provide an example of an error message you see, and the action you preform when noticing the error?

Thank you.
 

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Corrected via support ticket. Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Corrected via support ticket. Thank you.
I am happy to see the issue is now resolved. Would you mind sharing the solution or ticket number?

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

To update, this issue was addressed after moving /usr/bin/spamassassin to /usr/bin/spamassassin.bak and creating a symlink from /usr/loca/cpanel/3rdparty/bin/spamassassin to /usr/bin/spamassassin.

Thank you.