diff options
-rw-r--r-- | conf/modules.d/rbl.conf | 3 |
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 = { |