• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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