summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2022-12-18 19:29:25 +0000
committerVsevolod Stakhov <vsevolod@rspamd.com>2022-12-18 19:29:25 +0000
commit86c71a657499e1c9b2f6080c61823598b64cde8f (patch)
tree832fd6165091fda648b13e6c25b1c5d241c4c8c6 /conf
parent644f6cb4382860cd77c1f1697a6bb310f6a67567 (diff)
downloadrspamd-86c71a657499e1c9b2f6080c61823598b64cde8f.tar.gz
rspamd-86c71a657499e1c9b2f6080c61823598b64cde8f.zip
[Conf] RBL: Fix selector
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/rbl.conf3
1 files changed, 2 insertions, 1 deletions
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 = {