• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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