-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello.
I'm running Spamassassin 4.01
I installed according to your manual, but the manual for 4.0+ is missing an instruction which causes not fully good results when testing. There were 2 things not validated. First one was pbl-dqs-ip.
So I checked these files because they don't need to be copied.
cp SH.pm /etc/mail/spamassassin
cp sh.pre /etc/mail/spamassassin
In sh.pre it said if loadplugin Mail::SpamAssassin::Plugin::Shortcircuit is loaded in v320.pre you could disable it there.
Just for fun I enabled this line in v320.pre in my 4.01 setup and ran a new test.
This time the pbl-dqs-ip was validated.
So the installation manual for SA 4.0+ misses the instruction to enable this plugin in the v320.pre file.
However there was another one not validated.
The second one is the zrd-dqs-ehlo.
How an it be fix so that one will be validated too?