From: Carsten Rosenberg Date: Thu, 24 May 2018 13:18:30 +0000 (+0200) Subject: [Minor] Ratelimit - improve config file X-Git-Tag: 1.7.6~107^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2264%2Fhead;p=thirdparty%2Frspamd.git [Minor] Ratelimit - improve config file --- diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf index 08109b8205..521bdb1a88 100644 --- a/conf/modules.d/ratelimit.conf +++ b/conf/modules.d/ratelimit.conf @@ -30,6 +30,10 @@ ratelimit { #} # If symbol is specified, then it is inserted instead of setting result #symbol = "R_RATELIMIT"; + + # 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;