Hello, I use @score_sender_maps for soft-whitelisting mails from some senders to some recipients (Amavis 2.10.1). Here is an example:
@score_sender_maps = ({
'[email protected]' => [{'[email protected]' => -10.0}],
'[email protected]' =>
[{'[email protected]' => -10.0}],
});
The first one works (AM.WBL=-10 is set), but the second one does not work. Any
ideas?
Regards,
Christian
