diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-25 16:43:52 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-25 16:43:52 +0000 |
commit | b020e80f68bab35d1eb19d81eea4730d9d40b75b (patch) | |
tree | 27166aba8ce48b339e877202841e48cbce5c98e1 /conf | |
parent | 1fa88bcd56301f2f41319b987ac89909c87b6d0b (diff) | |
download | rspamd-b020e80f68bab35d1eb19d81eea4730d9d40b75b.tar.gz rspamd-b020e80f68bab35d1eb19d81eea4730d9d40b75b.zip |
[Conf] RBL: Add missing emails = true option
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/rbl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |