From: Andrew Lewis Date: Thu, 13 Apr 2017 11:44:57 +0000 (+0200) Subject: [Minor] Fix configuration example X-Git-Tag: 1.5.6~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=de62ba91589d7363c76b93da6b2130a21ff1d978;p=rspamd.git [Minor] Fix configuration example --- 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