• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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