diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-05-24 15:18:30 +0200 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-05-24 15:18:30 +0200 |
commit | 6c329fc735a1b71b1aeebfc96406f29e36c7b3ab (patch) | |
tree | 4e09ae49c816c70707aa815ad85bcbc4f4eed476 /conf/modules.d | |
parent | b40d20d104dd0e6c624db7b1c14c1457558e958c (diff) | |
download | rspamd-6c329fc735a1b71b1aeebfc96406f29e36c7b3ab.tar.gz rspamd-6c329fc735a1b71b1aeebfc96406f29e36c7b3ab.zip |
[Minor] Ratelimit - improve config file
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/ratelimit.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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; |