Hi there,
I've some problem with soft whielisting :
Latest version installed: 2.6.1-r1
A piece of my /etc/amavisd.conf:
@score_sender_maps = ({
'.' => [
'myaddr...@mydomain' => -15.0,
],
});
in the log i get:
lookup (score_sender), 1 matches for "myaddr...@mydomain'", results:
"."=>["myaddr...@mydomain'","-15"]
so the lookup works fine but this "boost" is not added to the final spam
score:
CALLING SA check
...
headers CLUSTERING: NEW CLUSTER <myaddr...@mydomain>: score=4.182,
tag=1, tag2=0, local=1, bl=, s=[*** SPAM Possible ***:4.182] , mangle=
It should be: 4.182 + (-15.0) = -10.818
Does anyone have an idea?
/X
------------------------------------------------------------------------------
_______________________________________________
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/