aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/ratelimit.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-01 21:57:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-06-01 21:57:42 +0100
commit5cf3b2a834524a012019659793cccbd1cd789f3b (patch)
tree045c01d9bbb35580c914776f2bc07f43c9a88153 /conf/modules.d/ratelimit.conf
parenta6da5d459fa4c06566d66a757783c777b61ff7aa (diff)
downloadrspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.tar.gz
rspamd-5cf3b2a834524a012019659793cccbd1cd789f3b.zip
[Minor] Fix tabulation
Diffstat (limited to 'conf/modules.d/ratelimit.conf')
-rw-r--r--conf/modules.d/ratelimit.conf50
1 files changed, 25 insertions, 25 deletions
diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf
index c7f415583..9007c77e9 100644
--- a/conf/modules.d/ratelimit.conf
+++ b/conf/modules.d/ratelimit.conf
@@ -14,33 +14,33 @@
# See https://rspamd.com/doc/tutorials/writing_rules.html for details
ratelimit {
- #rates {
- # Predefined ratelimit
- #to = {
- # bucket = {
- # burst = 100;
- # rate = 0.01666666666666666666; # leak 1 message per minute
- # }
- #}
- # or define it with selector
- #other_limit_alt = {
- # selector = 'rcpts:addr.take_n(5)';
- # bucket = {
- # burst = 100;
- # rate = "1 / 1m"; # leak 1 message per minute
- # }
- #}
+ #rates {
+ # Predefined ratelimit
+ #to = {
+ # bucket = {
+ # burst = 100;
+ # rate = 0.01666666666666666666; # leak 1 message per minute
+ # }
#}
- # If symbol is specified, then it is inserted *instead* of setting result to soft reject
- #symbol = "R_RATELIMIT";
+ # or define it with selector
+ #other_limit_alt = {
+ # selector = 'rcpts:addr.take_n(5)';
+ # bucket = {
+ # burst = 100;
+ # rate = "1 / 1m"; # leak 1 message per minute
+ # }
+ #}
+ #}
+ # If symbol is specified, then it is inserted *instead* of setting result to soft reject
+ #symbol = "R_RATELIMIT";
- # If info_symbol is specified, then it is inserted next to set the result
- #info_symbol = "R_RATELIMIT_INFO";
+ # If info_symbol is specified, then it is inserted next to set the result
+ #info_symbol = "R_RATELIMIT_INFO";
- whitelisted_rcpts = "postmaster,mailer-daemon";
- max_rcpt = 5;
+ whitelisted_rcpts = "postmaster,mailer-daemon";
+ max_rcpt = 5;
- .include(try=true,priority=5) "${DBDIR}/dynamic/ratelimit.conf"
- .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/ratelimit.conf"
- .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/ratelimit.conf"
+ .include(try=true,priority=5) "${DBDIR}/dynamic/ratelimit.conf"
+ .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/ratelimit.conf"
+ .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/ratelimit.conf"
}