Browse Source

[Minor] Fix configuration example

tags/1.5.6
Andrew Lewis 7 years ago
parent
commit
de62ba9158
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      conf/modules.d/greylist.conf

+ 1
- 1
conf/modules.d/greylist.conf View File

@@ -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

Loading…
Cancel
Save