[Rspamd-Users] multimap check fails - why?

Johannes Rohr johannes at rohr.org
Thu Aug 8 09:40:08 UTC 2024


Am 08.08.24 um 10:36 schrieb Albrecht Backhaus via Users:
> Maybe it is the typo in your map entry ....
>                  The map entry is "somekuser at gmail.com".
> The email you sent from is  "someuser at gmail.com".
>
No, it is not.

First because I only grepped for the letter "s"

and second the actual address listed in the file is different.

The core issue seems to be that rspamd grep does not work as it should:

Shouldn't rspamadm grep yield the same result as plain grep? I've now 
created the file test.map.inc containing only the line "somestring"

Here:

root at ida:/etc/rspamd/local.d/maps.d# grep -s somestring test.map.inc
somestring
root at ida:/etc/rspamd/local.d/maps.d# rspamadm grep -s somestring 
test.map.inc

Why does rspamadm grep fail where grep works as expected?

Johannes



More information about the Users mailing list