• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

sa-update.cron problems after update

bob231

Basic Pleskian
Since last plesk 9.5.2 update i get messages from cron that sa-update fail:

Cron <root@vps> /usr/share/spamassassin/sa-update.cron 2>&1 | tee -a /var/log/sa-update.log

Argument "1.39_01" isn't numeric in subroutine entry at /usr/bin/sa-update line 81.

Does someone know how to resolve this issue?

Tnx, best regards, Bob
 
I had the same problem, edit the file /usr/lib/perl5/vendor_perl/5.8.8/Archive/Tar.pm
After $VERSION = "1.39_01";
add $VERSION = eval $VERSION;
 
Back
Top