Răsfoiți Sursa

[Rspamd] Set bounce_to ratelimit to 10 / 1m to hopefully reduce backscatter spam

andryyy 5 ani în urmă
părinte
comite
96324aa4b5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      data/conf/rspamd/override.d/ratelimit.conf

+ 1 - 1
data/conf/rspamd/override.d/ratelimit.conf

@@ -4,7 +4,7 @@ rates {
     to_ip = "100 / 1s";
     to_ip_from = "100 / 1s";
     bounce_to = "100 / 1h";
-    bounce_to_ip = "100 / 1h";
+    bounce_to_ip = "10 / 1m";
 }
 whitelisted_rcpts = "postmaster,mailer-daemon";
 max_rcpt = 25;