From 2e59a01088786fec012792e383d5a006687aeebe Mon Sep 17 00:00:00 2001 From: dehnli Date: Sun, 12 Feb 2017 20:37:10 +0400 Subject: [PATCH] [Minor] Fix `max_data_len` --- conf/modules.d/greylist.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5