diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-04-13 13:44:57 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-04-13 13:44:57 +0200 |
commit | de62ba91589d7363c76b93da6b2130a21ff1d978 (patch) | |
tree | 98a366a400f772b1db7c4f725ee25d660ba460ed /conf | |
parent | ee3c0942b2a74d395f9ebbd44ffd031f5070b34b (diff) | |
download | rspamd-de62ba91589d7363c76b93da6b2130a21ff1d978.tar.gz rspamd-de62ba91589d7363c76b93da6b2130a21ff1d978.zip |
[Minor] Fix configuration example
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/greylist.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |