[Rspamd-Users] instead of rejecting spam mail, want deliver it to mailbox
Alexander Moisseev
moiseev at mezonplus.ru
Tue Aug 2 12:18:21 UTC 2022
On 02.08.2022 14:46, Ralf Kania wrote:
> I want to tag a mail for some recipients as spam with rspamd, and deliver it
> to mailbox.
>
> But the global option is reject.
>
> Have tried it with multimap, and also with settings.conf. But in this case
> the Score is set to 0.
Instead of setting the "accept" action, you should change (disable) the reject threshold for the certain recipients with Settings like:
apply {
actions {
reject = null;
}
}
More information about the Users
mailing list