[Rspamd-Users] Multimap authenticated nflag matches despite being authenticated
Marcel Menzel
mail at mcl.gg
Fri Nov 22 13:53:11 UTC 2024
Hello list,
looking really close at the documentation again, I might've
misunderstood the configuration and those flags only apply to type
"received".
I've changed the rule to:
BAD_HOSTNAMES {
type = "received";
filter = "real_hostname";
map = "${CONFDIR}/custom/badhostnames.map";
regexp = true;
score = 4.0;
nflags = ["authenticated"];
}
This should do, I hope.
Kind regards,
Marcel Menzel
More information about the Users
mailing list