commit b020e80: [Conf] RBL: Add missing emails = true option
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Mar 25 16:49:07 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-03-25 16:43:52 +0000
URL: https://github.com/rspamd/rspamd/commit/b020e80f68bab35d1eb19d81eea4730d9d40b75b (HEAD -> master)
[Conf] RBL: Add missing emails = true option
---
conf/modules.d/rbl.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 56f92b429..7e4c51f42 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -157,6 +157,7 @@ rbl {
RSPAMD_EMAILBL {
ignore_defaults = true;
emails_delimiter = ".";
+ emails = true;
hash_format = "base32";
hash_len = 32;
rbl = "email.rspamd.com";
@@ -169,6 +170,7 @@ rbl {
MSBL_EBL {
ignore_defaults = true;
rbl = "ebl.msbl.org";
+ emails = true;
emails_domainonly = false;
replyto = true;
hash = "sha1";
More information about the Commits
mailing list