From de62ba91589d7363c76b93da6b2130a21ff1d978 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 13 Apr 2017 13:44:57 +0200 Subject: [PATCH] [Minor] Fix configuration example --- 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 04e3b8205..70c5a642c 100644 --- a/conf/modules.d/greylist.conf +++ b/conf/modules.d/greylist.conf @@ -24,7 +24,7 @@ greylist { key_prefix = "rg"; # default hash name max_data_len = 10k; # default data limit to hash message = "Try again later"; # default greylisted message - #symbol = 'GREYLIST'; # Symbol to insert + #symbol = "GREYLIST"; # Symbol to insert action = "soft reject"; # default greylisted action ipv4_mask = 19; # Mask bits for ipv4 ipv6_mask = 64; # Mask bits for ipv6 -- 2.39.5