summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-02-13 10:24:38 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-02-13 10:24:38 +0200
commit6e1607e8f5aa2158ac7c96e89ecc914adc9ff139 (patch)
treee5d854f1899cde8d05d0227f374ca22bcf46dc32 /conf
parent63cb04ff34cfd1a9ed818c5685634fa8725bed83 (diff)
downloadrspamd-6e1607e8f5aa2158ac7c96e89ecc914adc9ff139.tar.gz
rspamd-6e1607e8f5aa2158ac7c96e89ecc914adc9ff139.zip
[Minor] Fix time specification
Reported-by: @dehnli
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/greylist.conf2
1 files changed, 1 insertions, 1 deletions
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