[Rspamd-Users] multimap check fails - why?

Johannes Rohr johannes at rohr.org
Thu Aug 8 10:15:11 UTC 2024


Am 08.08.24 um 10:58 schrieb Benny Pedersen:

> Johannes Rohr skrev den 2024-08-08 10:02:
>> Update: even rspamadm grep -s s 
>> /etc/rspamd/local.d/maps.d/local_bl_from.map.inc
>>  returns an empty result.
>>
>> Shouldn't it return the line that contains "someuser at gmail.com"?
>
> rspamadm configdump | less
>
> i dont use rspamd :)

yes, the output looks find, including the paragraph:

    local_bl_from {
         score = 8;
         filter = "email:addr";
         map = "/etc/rspamd/local.d/maps.d/local_bl_from.map.inc";
         type = "from";
         symbol = "LOCAL_BL_FROM";
         description = "Local from blacklist";
         regexp = "false";
     }

And

ls -la "/etc/rspamd/local.d/maps.d/local_bl_from.map.inc"

shows that the file exists, yet it doesn't work, and

rspamadm grep -s [string] "/etc/rspamd/local.d/maps.d/local_bl_from.map.inc"

returns an empty output, whereas

grep -s [string] "/etc/rspamd/local.d/maps.d/local_bl_from.map.inc"

returns the matching lines.

Why is that?

Johannes



More information about the Users mailing list