From 6e1607e8f5aa2158ac7c96e89ecc914adc9ff139 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 13 Feb 2017 10:24:38 +0200 Subject: [PATCH] [Minor] Fix time specification Reported-by: @dehnli --- 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 4d489a3fd..04e3b8205 100644 --- a/conf/modules.d/greylist.conf +++ b/conf/modules.d/greylist.conf @@ -20,7 +20,7 @@ greylist { ]; expire = 1d; # 1 day by default - timeout = 5m; # 5 minutes by default + timeout = 5min; # 5 minutes by default key_prefix = "rg"; # default hash name max_data_len = 10k; # default data limit to hash message = "Try again later"; # default greylisted message -- 2.39.5