[Rspamd] Disable spoofed sender check

master
André 2017-10-26 10:29:13 +02:00
parent 819124c86e
commit 4156b4cdf8
1 changed files with 6 additions and 6 deletions

View File

@ -21,9 +21,9 @@ KEEP_SPAM {
action = "accept";
}
SPOOFED_SENDER {
type = "rcpt";
filter = "email:domain:tld";
map = "redis://DOMAIN_MAP";
require_symbols = "AUTH_NA | !RCVD_VIA_SMTP_AUTH";
}
#SPOOFED_SENDER {
# type = "rcpt";
# filter = "email:domain:tld";
# map = "redis://DOMAIN_MAP";
# require_symbols = "AUTH_NA | !RCVD_VIA_SMTP_AUTH";
#}