diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-17 14:54:49 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-17 14:55:08 +0100 |
commit | d4c6a71149ca4ea3e710dd9abf90f7ae6b6c60f8 (patch) | |
tree | a124cb5a0ac9241cec9f830741b8002948d4a44a /doc | |
parent | 1253549c661de23119627a90c5a0477687ab607b (diff) | |
download | rspamd-d4c6a71149ca4ea3e710dd9abf90f7ae6b6c60f8.tar.gz rspamd-d4c6a71149ca4ea3e710dd9abf90f7ae6b6c60f8.zip |
[Doc] Add documentation for the new ratelimit option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/ratelimit.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/markdown/modules/ratelimit.md b/doc/markdown/modules/ratelimit.md index 9c20c16d7..c36017461 100644 --- a/doc/markdown/modules/ratelimit.md +++ b/doc/markdown/modules/ratelimit.md @@ -19,6 +19,7 @@ the value of this option is 'postmaster, mailer-daemon' - `whitelisted_ip` - a map of ip addresses or networks whitelisted - `max_rcpts` - do not apply ratelimit if it contains more than this value of recipients (5 by default). This option allows to avoid too many work for setting buckets if there are a lot of recipients in a message). +- `max_delay` - maximum lifetime for any limit bucket (1 day by default) - `rates` - a table of allowed rates in form: type = [burst,leak]; |