aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2020-07-15 15:43:04 +0200
committerAndrew Lewis <nerf@judo.za.org>2020-07-15 15:43:04 +0200
commit3f428ace443b067087dfa0d547456eac5764236f (patch)
treefcacde53686813f0828c7048bc26c149fd58c6a2 /conf
parentec474468904ddd56716e3574e3cc8e7ceaeed812 (diff)
downloadrspamd-3f428ace443b067087dfa0d547456eac5764236f.tar.gz
rspamd-3f428ace443b067087dfa0d547456eac5764236f.zip
[Minor] ratelimit: remove max_rcpt from config
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/ratelimit.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf
index f168f0261..d1a91d3d0 100644
--- a/conf/modules.d/ratelimit.conf
+++ b/conf/modules.d/ratelimit.conf
@@ -37,7 +37,6 @@ ratelimit {
#info_symbol = "R_RATELIMIT_INFO";
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"