]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] ratelimit: remove max_rcpt from config
authorAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2020 13:43:04 +0000 (15:43 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Wed, 15 Jul 2020 13:43:04 +0000 (15:43 +0200)
conf/modules.d/ratelimit.conf

index f168f0261839b429973326c9625e39b957052f0c..d1a91d3d0d3f679a85c5a3501e94b33c1751518a 100644 (file)
@@ -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"