]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix time specification 1418/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 13 Feb 2017 08:24:38 +0000 (10:24 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 13 Feb 2017 08:24:38 +0000 (10:24 +0200)
Reported-by: @dehnli
conf/modules.d/greylist.conf

index 4d489a3fdd1d9925a9a0c9e207220942e42cdd8d..04e3b82057797093f81977dc9a4030d5e4841018 100644 (file)
@@ -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