[SOLVED] SHPlugin: local tests only, disabled

Aug 26, 2020
7
1
3
39
I get "local test only, disabled" error on all plugins. How can I fix it

Code:
Aug 26 22:41:58.957 [3468] dbg: plugin: loading Mail::SpamAssassin:Plugin::SH from /etc/mail/spamassassin/SH.pm
Aug 26 22:41:58.964 [3468] dbg: SHPlugin: local tests only, disabled
Aug 26 22:41:58.966 [3468] dbg: plugin: loading Mail::SpamAssassin:Plugin::SpamCop from @INC
Aug 26 22:41:58.968 [3468] dbg: reporter: local tests only, disabling SpamCop
Aug 26 22:41:58.973 [3468] dbg: plugin: loading Mail::SpamAssassin:Plugin::Razor2 from @INC
Aug 26 22:41:58.975 [3468] dbg: razor2: local tests only, skipping Razor
 
local rules also do not have a record. The same error is received after zero installation and update.
By making a new installation and updating. You can see the error when you run "spamassassin -D --lint" command.
 
You can see the error
as said this is not an error - linting simply does not enable networking ...

if you want to test some plugin - try:
Code:
echo "test" | spamassassin -D 2>&1
 
It does - if configured.
In PMG context this means that it does network tests if you've enabled RBL Checks in GUI->Configuration->Spam Detector
 
  • Like
Reactions: aykutnet
Glad that worked - please mark the thread as 'SOLVED' - this helps others with similar questions

Thanks!