[Rspamd-Users] Ok another one...

Florian Piekert floppy at floppy.org
Sun Sep 14 16:08:45 UTC 2025


E.g. as in my multimap.conf:

The action directive?

BLACKLIST_HARD_SENDER_BLOCKED {
   extract_from = "mime";
   type = "from";
   filter = "email:addr";
   map = "$LOCAL_CONFDIR/local.d/blacklist.hard.sender.map";
   message = "The sender is in this host's blacklist. Mail is rejected.";
   symbol = "BLACKLISTED_SENDER";
   action = "reject";
   score = 100.0;
   one_shot = true;
}



Am 14.09.2025 um 17:46 schrieb Michelle Sullivan:
> Ok followup...
> 
>> On 14 Sep 2025, at 22:39, Michelle Sullivan <michelle at isux.com> wrote:
>>
>> Ok answering my own question for the record.
>>
>>> On 14 Sep 2025, at 09:08, Michelle Sullivan <michelle at isux.com> wrote:
>>>
>>>
>>>
>>>> On 14 Sep 2025, at 07:44, Michelle Sullivan <michelle at isux.com> wrote:
>>>>
>>>>
>>>>
>>>>> On 14 Sep 2025, at 01:29, Vsevolod Stakhov <vsevolod at rspamd.com> wrote:
>>>>>
>>>>> On 13/09/2025 15:30, Michelle Sullivan wrote:
>>>>>> PD_FROM_CHECK is my module.. but there is also the issue with the bayes module so I am leaning it’s a config issue…
> 
> 
> It seems I can’t return a custom action unless it’s defined in actions.conf .. that’s all good, however it appears that applying a score to those actions results in the actions only working when the score is reached.
> 
> I was under the impression that task:set_pre_result would allow one to set the action regardless of the score..(and flags)
> 
> Is there a way to force an action regardless of score?


More information about the Users mailing list