Browse Source

[Rspamd] Disable spoofed sender check

André 8 years ago
parent
commit
4156b4cdf8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      data/conf/rspamd/local.d/multimap.conf

+ 6 - 6
data/conf/rspamd/local.d/multimap.conf

@@ -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";
+#}