[Rspamd-Users] Regex in Multimap does not work

Nihad @ RSPAMD maillist rspamd-mlist-user-qa at eminovic.ba
Tue Nov 30 13:34:22 UTC 2021


Your map should look something like this.
Important parts I think should be type=header and header=subject… please note i am no expert in this either…

test_map {
 type = "header";
 header = "subject";
 map = "${LOCAL_CONFDIR}/local.d/maps.d/test.map";
 regexp = true;
}

your test.map file should then contain

/Re:/i TEST:8



/Nihad


More information about the Users mailing list