[Rspamd-Users] multimap.conf extract_from vs filter
Kapetanakis Giannis
bilias at edu.physics.uoc.gr
Fri Oct 24 09:37:49 UTC 2025
Hi,
In multimap.conf there are multiple ways to get some kind of fields
For instance, for mime from address:
type = "header";
header = "from";
filter = "email:addr";
or
type = "from";
extract_from = "mime";
Are these eventually the same? Any difference in performance?
What about mime from domain?
I use:
type = "header";
header = "from";
filter = "email:domain";
Could I use:
type = "from";
extract_from = "mime";
filter = "email:domain";
?
Thanks,
G
More information about the Users
mailing list