From: moisseev Date: Fri, 12 Jul 2024 06:38:14 +0000 (+0300) Subject: Update comments in ratelimit.conf example X-Git-Tag: 3.9.0~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2a1de43b1d7eef463285ae3cf8cb8f8b671a430b;p=rspamd.git Update comments in ratelimit.conf example --- diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf index d1a91d3d0..e5df5be68 100644 --- a/conf/modules.d/ratelimit.conf +++ b/conf/modules.d/ratelimit.conf @@ -18,7 +18,7 @@ ratelimit { #to = { # bucket = { # burst = 100; - # rate = 0.01666666666666666666; # leak 1 message per minute + # rate = 0.01666666666666666666; # 1 message per minute # } #} # or define it with selector @@ -26,7 +26,7 @@ ratelimit { # selector = 'rcpts:addr.take_n(5)'; # bucket = { # burst = 100; - # rate = "1 / 1m"; # leak 1 message per minute + # rate = "1 / 1m"; # 1 message per minute # } #} #}