root@M1-2:~# grep -Fr '$sa_local_tests_only' /etc/amavis/conf.d
/etc/amavis/conf.d/20-debian_defaults:$sa_local_tests_only = 0; # only
tests which do not require internet access?
root@M1-2:~#
I assume 0 = false
This one was in a bunch in today,
X-Spam-Flag: NO
X-Spam-Score: 0.311
X-Spam-Level:
X-Spam-Status: No, score=0.311 required=4 tests=[BAYES_99=3.5,
DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
DKIM_VALID_EF=-0.1, DKIM_VERIFIED=-3, HTML_MESSAGE=0.001,
T_REMOTE_IMAGE=0.01] autolearn=no autolearn_force=no
Here is the replay to:
Reply-To: [email protected]
0.311 ?
On 8/6/19 12:54 AM, Dominic Raferd wrote:
On Mon, 5 Aug 2019 at 23:15, Bob D <[email protected]
<mailto:[email protected]>> wrote:
Well, I am still getting some sneaking in and it still seems
funny, here is one from today.
This is the header as it came in:
...
There was some time difference between the message in and the command line
run, but still big difference.
Also I am wondering why the preceding "Content analysis details:" are not
included in the original amavis header ?
Is there a way to get amavis to include this detail ?
I wonder if I still have a config issue ?
Am I performing an equivilent SA call via the command line ?
Maybe you have amavis set to allow spamassassin only to run local
tests? Try this:
grep -Fr '$sa_local_tests_only' /etc/amavis/conf.d
If you make a change you then need to reload or restart amavis.