[Rspamd] Disable spoofed sender check
parent
819124c86e
commit
4156b4cdf8
|
@ -21,9 +21,9 @@ KEEP_SPAM {
|
||||||
action = "accept";
|
action = "accept";
|
||||||
}
|
}
|
||||||
|
|
||||||
SPOOFED_SENDER {
|
#SPOOFED_SENDER {
|
||||||
type = "rcpt";
|
# type = "rcpt";
|
||||||
filter = "email:domain:tld";
|
# filter = "email:domain:tld";
|
||||||
map = "redis://DOMAIN_MAP";
|
# map = "redis://DOMAIN_MAP";
|
||||||
require_symbols = "AUTH_NA | !RCVD_VIA_SMTP_AUTH";
|
# require_symbols = "AUTH_NA | !RCVD_VIA_SMTP_AUTH";
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Reference in New Issue