From: Vsevolod Stakhov Date: Wed, 25 Mar 2020 16:43:52 +0000 (+0000) Subject: [Conf] RBL: Add missing emails = true option X-Git-Tag: 2.5~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b020e80f68bab35d1eb19d81eea4730d9d40b75b;p=thirdparty%2Frspamd.git [Conf] RBL: Add missing emails = true option --- diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf index 56f92b429c..7e4c51f429 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";