• 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 error

F

funky123

Guest
i am trying to update spamassasin rule son pelsk 8.2.0.1 and when i run sa-update wuth nogpg or gpg it errors saying C:\Program Files\SWsoft\Plesk\admin>sa-update
Argument "1.26_01" isn't numeric in subroutine entry at c:\PROGRA~1\SWsoft\Plesk\ADDITI~1\Perl\bin\s
a-update line 91.
error: gpg required but not found!

C:\Program Files\SWsoft\Plesk\admin>


what is correct way to make it work , i didnt find any documentation to fix thsi default behaviour of plesk SA

also i dont to break anythi ng in existing installed componenets on plesk as server is inprodution
 
seems noone ever updated SA rules in windows ?

i am a newbie when it comes to spam issues.

reecently we noticed that client is getting lots of spam mails so i thought of upadting SA rules?

am i on right opath?

SA is marking one mail as spam out of 100 odd mails say.
 
I guess
someone in plesk support team should have addressed this thread by now?
 
I realize this is an old thread, but there were no updates, so here is the solution I found. There is no gpg.exe in the bin folder and rather than going through the huge hassle of finding a gpg binary and installing it (or finding one already installed in one of the miriad of folders that Plesk for Win uses), I just disabled GPG update in the sa-update.bat file.

Look on line 139:

my $GPG_ENABLED = 1;

Change that to 0 and you should be all set. No more errors.
 
Back
Top