Hello,
Gary V wrote:
> $sa_auto_whitelist = 1; has no effect when used with SpamAssassin
versions
> greater than 2.64. You would set use_auto_whitelist in local.cf in
newer
> versions.
>
> I think the setting you were after is $sa_local_tests_only = 0;
Of course, sorry. That is the setting I meant, and it is set to zero,
which should be allowing all tests. Since yesterday that's been
resolved. All tests are now being properly applied and spam is getting
properly scored.
There is still a problem however, in that $sa_kill_level_deflt = 15; but
all spam is getting passed regardless of it's score where previously if
it scored over 15 it was deleted. I've figured out why (see below) but
not how to fix it.
Thanks very much for pointing out the thread on upgrading perl as well.
Mark Martinec wrote:
> # amavisd debug-sa
> ... is a good start for looking into SA problems.
> This should be the first thing to see after an upgrade, even if things
> appear to be working. Most problems are reported by SA during amavisd
> startup.
Thanks very much, I tried this against the situation noted above and saw
nothing in the SA-debug output that might explain why it didn't delete
messages that scored over 15. It just grabbed the message, ran it's
tests, assigned a score and moved on to the next message. No indidcation
that it thought there was any problems at all, so I expect it's up to
amavis to delete the message.
Ok, I reran amavisd using the debug flag, and found that when amavis
checks if the recipient is a spam lover the check always returns true.
This is the releveant config option: @spam_lovers_maps = qw( entice.ca
);
The owner of the entice.ca domain is a spam lover, he wants all mail for
his domain delivered regardless of it's content. This had been working
previously, can anyone suggest why now the spam lover check always
returns true, instead of just returning true for addresses at entice.ca?
Cheers,
Sean
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/