diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-19 17:18:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-05-19 17:18:43 +0100 |
commit | 13a13b60f155603393c5575ccfdeaa877cb613b6 (patch) | |
tree | 50d47f0d708d1b41dedb758928c7073f29c9a105 /conf/options.inc | |
parent | a102caecf7ab481bf4f3f5f4a233a5e64467e4d2 (diff) | |
download | rspamd-13a13b60f155603393c5575ccfdeaa877cb613b6.tar.gz rspamd-13a13b60f155603393c5575ccfdeaa877cb613b6.zip |
[Minor] Add `max_recipients` config knob
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index 8338a89cc..f305bcfcb 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -29,6 +29,7 @@ check_all_filters = false; dns_max_requests = 64; max_lua_urls = 1024; max_urls = 10240; +max_recipients = 1024; dns { timeout = 1s; |