Hello one of my boxes uses latest CPanel release updates to SpamAssassin 3.1.5 and other one that is completely the same CentOS 3.8 and latest Release is not updating and say that Spamassassin is up to date (SpamAssassin 3.1.4) ?
Thanks.
Hello one of my boxes uses latest CPanel release updates to SpamAssassin 3.1.5 and other one that is completely the same CentOS 3.8 and latest Release is not updating and say that Spamassassin is up to date (SpamAssassin 3.1.4) ?
Thanks.
You can download the Mail::SpamAssassin from cpan and install it.
Its likely that you are using some cached cpan mirrors or information. Remove the old cpan files for CPanel's perl module installer:
rm -rf /home/.cpan
Then force an update to SpamAssassin:
/scripts/realperlinstaller --force Mail::SpamAssassin
As always be extremely careful when using rm -rf
rm -rf /home/.cpan really hepled
Thanks.