summaryrefslogtreecommitdiffstats
path: root/conf/modules.d/ratelimit.conf
diff options
context:
space:
mode:
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"
}