[Rspamd] Improve spoofing detection

This commit is contained in:
andryyy
2019-04-14 20:37:38 +02:00
parent cd88165282
commit 9f00d956f1
2 changed files with 12 additions and 0 deletions

View File

@@ -83,3 +83,11 @@ GLOBAL_RCPT_BL {
prefilter = true;
action = "reject";
}
UNAUTH_MAILCOW_DOMAIN {
type = "header";
header = "from";
filter = "email:domain";
nflags = ["authenticated"];
map = "redis://DOMAIN_MAP";
}