]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix `max_data_len` 1414/head
authordehnli <dehnli@gmail.com>
Sun, 12 Feb 2017 16:37:10 +0000 (20:37 +0400)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2017 16:37:10 +0000 (20:37 +0400)
conf/modules.d/greylist.conf

index ecbd42aec458079c9a20c2c8a96d67dd121921ec..4d489a3fdd1d9925a9a0c9e207220942e42cdd8d 100644 (file)
@@ -22,7 +22,7 @@ greylist {
   expire = 1d; # 1 day by default
   timeout = 5m; # 5 minutes by default
   key_prefix = "rg"; # default hash name
-  max_data_len = "10k"; # default data limit to hash
+  max_data_len = 10k; # default data limit to hash
   message = "Try again later"; # default greylisted message
   #symbol = 'GREYLIST'; # Symbol to insert
   action = "soft reject"; # default greylisted action