aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-19 08:41:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-07-19 08:41:23 +0100
commit32059ed6a7cbb9379ec0068b14f1e16f5097dbda (patch)
tree7e2e81deeb525726d2b0ed1a0d50f972f798244d /conf/modules.d
parent801abed417cf39fc3d2f31162eb2649ed8ee049e (diff)
downloadrspamd-32059ed6a7cbb9379ec0068b14f1e16f5097dbda.tar.gz
rspamd-32059ed6a7cbb9379ec0068b14f1e16f5097dbda.zip
[Feature] Add EBL to the default config
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/emails.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/modules.d/emails.conf b/conf/modules.d/emails.conf
index eb1c69230..8a458e6a2 100644
--- a/conf/modules.d/emails.conf
+++ b/conf/modules.d/emails.conf
@@ -20,8 +20,16 @@ emails {
encoding = "base32";
hashlen = 32;
dnsbl = "email.rspamd.com";
+ check_replyto = true;
hash = "blake2";
}
+ MSBL_EBL {
+ dnsbl = "ebl.msbl.org";
+ domain_only = false;
+ check_replyto = true;
+ hash = "sha1";
+ expect_ip = "127.0.0.2";
+ }
}
.include(try=true,priority=5) "${DBDIR}/dynamic/emails.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/emails.conf"