[Rspamd] Disable IPv6 for interserver ip bl, enable full host lookup for uribl

master
andryyy 2020-10-12 09:23:41 +02:00
parent 39a33c4b6d
commit 7da3b91bd7
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,7 @@ rbls {
interserver_ip {
symbol = "RBL_INTERSERVER_IP";
rbl = "rbl.interserver.net";
ipv6 = false;
returncodes {
RBL_INTERSERVER_BAD_IP = "127.0.0.2";
}
@ -37,7 +38,6 @@ rbls {
no_ip = true;
dkim = true;
emails = true;
emails_domainonly = true;
urls = true;
returncodes = {
RBL_INTERSERVER_BAD_URI = "127.0.0.2";