From: dehnli Date: Sun, 12 Feb 2017 16:37:10 +0000 (+0400) Subject: [Minor] Fix `max_data_len` X-Git-Tag: 1.5.0~126^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e59a01088786fec012792e383d5a006687aeebe;p=rspamd.git [Minor] Fix `max_data_len` --- diff --git a/conf/modules.d/greylist.conf b/conf/modules.d/greylist.conf index ecbd42aec..4d489a3fd 100644 --- a/conf/modules.d/greylist.conf +++ b/conf/modules.d/greylist.conf @@ -22,7 +22,7 @@ greylist { expire = 1d; # 1 day by default timeout = 5m; # 5 minutes by default key_prefix = "rg"; # default hash name - max_data_len = "10k"; # default data limit to hash + max_data_len = 10k; # default data limit to hash message = "Try again later"; # default greylisted message #symbol = 'GREYLIST'; # Symbol to insert action = "soft reject"; # default greylisted action