[Rspamd] Fix spoofing detection

This commit is contained in:
andryyy
2019-05-20 15:14:42 +02:00
parent 1f365f5cff
commit ba14f0f113
2 changed files with 8 additions and 1 deletions

View File

@@ -89,3 +89,10 @@ SIEVE_HOST {
map = "$LOCAL_CONFDIR/custom/dovecot_trusted.map";
symbols_set = ["SIEVE_HOST"];
}
MAILCOW_DOMAIN_HEADER_FROM {
type = "header";
header = "from";
filter = "email:domain";
map = "redis://DOMAIN_MAP";
}