aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/rbl.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2023-12-12 22:53:23 +0200
committerAndrew Lewis <nerf@judo.za.org>2023-12-12 22:53:23 +0200
commitd06fc3bea376118d912821d106cf50ba03588ffa (patch)
tree11423b5ab0716f1bdcee6c0e5c92bf5d2e19c727 /conf/modules.d/rbl.conf
parenta639c5fae0943ce758e9dc36cb57a2e81849c933 (diff)
downloadrspamd-d06fc3bea376118d912821d106cf50ba03588ffa.tar.gz
rspamd-d06fc3bea376118d912821d106cf50ba03588ffa.zip
[Feature] rbl: support disabling or replacing url_whitelist per RBL
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r--conf/modules.d/rbl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index dcb5661c0..79dfc84ea 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -167,6 +167,7 @@ rbl {
RSPAMD_EMAILBL {
ignore_whitelist = true;
+ ignore_url_whitelist = true;
ignore_defaults = true;
exclude_users = false;
emails_delimiter = ".";
@@ -182,6 +183,7 @@ rbl {
MSBL_EBL {
ignore_whitelist = true;
+ ignore_url_whitelist = true;
ignore_defaults = true;
exclude_users = false;
rbl = "ebl.msbl.org";