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: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2264%2Fhead;p=rspamd.git [Minor] Ratelimit - improve config file --- diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf index 08109b820..521bdb1a8 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;