Răsfoiți Sursa

[Rspamd] Disable spoofed sender check

André 7 ani în urmă
părinte
comite
4156b4cdf8
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  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";
   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";
+#}