rspamd: Added DQS RBLs when key is set

This commit is contained in:
DerLinkman
2024-06-06 10:30:59 +02:00
parent ab2abda8cc
commit 4b400eadb1
3 changed files with 450 additions and 1 deletions
+5 -1
View File
@@ -2,6 +2,7 @@ rbls {
interserver_ip {
symbol = "RBL_INTERSERVER_IP";
rbl = "rbl.interserver.net";
from = true;
ipv6 = false;
returncodes {
RBL_INTERSERVER_BAD_IP = "127.0.0.2";
@@ -19,4 +20,7 @@ rbls {
RBL_INTERSERVER_BAD_URI = "127.0.0.2";
}
}
}
.include(try=true,priority=5) "$LOCAL_CONFDIR/custom/dqs-rbl.conf"
}