From 86c71a657499e1c9b2f6080c61823598b64cde8f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 18 Dec 2022 19:29:25 +0000 Subject: [Conf] RBL: Fix selector --- conf/modules.d/rbl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/modules.d') diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index a27f60c4a..c904511db 100644 --- a/conf/modules.d/rbl.conf +++ b/conf/modules.d/rbl.conf @@ -218,7 +218,8 @@ rbl { rbl = "hashbl.surbl.org"; ignore_defaults = true; random_monitored = true, - selector = "specific_urls_filter_map('surbl_hashbl_map'):apply_methods('get_host', 'get_path').join_tables('/')", + # TODO: make limit more configurable maybe? + selector = "specific_urls_filter_map('surbl_hashbl_map', {limit = 10}):apply_methods('get_host', 'get_path').join_tables('/')", hash = 'md5'; hash_len = 32; returncodes = { -- cgit v1.2.3