]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] RBL: Add missing emails = true option
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Mar 2020 16:43:52 +0000 (16:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 25 Mar 2020 16:43:52 +0000 (16:43 +0000)
conf/modules.d/rbl.conf

index 56f92b429cb4a8e2aad91e3d2bda2062bf8db7f8..7e4c51f4294cd7a98ce7a8dadf3526589d8b760b 100644 (file)
@@ -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";