aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/rbl.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-29 17:41:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-10-29 17:41:17 +0000
commit993c4a75520121da554575b9abbbd140825a5855 (patch)
tree85e91529625754a632760f6f57ae28f2032e6053 /conf/modules.d/rbl.conf
parent82834075cb20e59f4467160396a9709bd6081bd6 (diff)
downloadrspamd-993c4a75520121da554575b9abbbd140825a5855.tar.gz
rspamd-993c4a75520121da554575b9abbbd140825a5855.zip
[Conf] Add DWL support in the default configuration
Diffstat (limited to 'conf/modules.d/rbl.conf')
-rw-r--r--conf/modules.d/rbl.conf19
1 files changed, 18 insertions, 1 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 27db68f71..17d76aed9 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -126,7 +126,7 @@ rbl {
}
}
- nixspam {
+ nixspam {
symbol = "RBL_NIXSPAM";
rbl = "ix.dnsbl.manitu.net";
ipv6 = true;
@@ -146,6 +146,23 @@ rbl {
from = false;
ignore_whitelists = true;
}
+
+ dnswl_dwl {
+ symbol = "DWL_DNSWL";
+ rbl = "dwl.dnswl.org";
+ dkim = true;
+ dkim_domainonly = false;
+ dkim_match_from = true;
+ unknown = false;
+
+ returncodes {
+ DWL_DNSWL_NONE = "127.0.%d+.0";
+ DWL_DNSWL_LOW = "127.0.%d+.1";
+ DWL_DNSWL_MED = "127.0.%d+.2";
+ DWL_DNSWL_HI = "127.0.%d+.3";
+ DWL_DNSWL_BLOCKED = "127.0.0.255";
+ }
+ }
}
.include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"