[Rspamd] Disable spoofed sender check
parent
819124c86e
commit
4156b4cdf8
|
@ -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";
|
||||
#}
|
||||
|
|
Loading…
Reference in New Issue