From b020e80f68bab35d1eb19d81eea4730d9d40b75b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 25 Mar 2020 16:43:52 +0000 Subject: [PATCH] [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"; -- 2.39.5