• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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