diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-21 12:04:42 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-21 12:04:42 +0000 |
commit | 326d5b37a3ce99c256fe109c004640c18b73f50b (patch) | |
tree | 0ac25a7bfd3843a04eefee76096555273ffcedca /conf/modules.d/rbl.conf | |
parent | 532701a530a30fee3dfb120472e6d4a97f533fc6 (diff) | |
download | rspamd-326d5b37a3ce99c256fe109c004640c18b73f50b.tar.gz rspamd-326d5b37a3ce99c256fe109c004640c18b73f50b.zip |
[Conf] Fix hashbl
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index c904511db..107a81a25 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -219,7 +219,7 @@ rbl { ignore_defaults = true; random_monitored = true, # TODO: make limit more configurable maybe? - selector = "specific_urls_filter_map('surbl_hashbl_map', {limit = 10}):apply_methods('get_host', 'get_path').join_tables('/')", + selector = "specific_urls_filter_map('surbl_hashbl_map', {limit = 10}).apply_methods('get_host', 'get_path').join_tables('/')", hash = 'md5'; hash_len = 32; returncodes = { |