diff options
Diffstat (limited to 'conf/modules.d')
-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 902a56ee1..3825101ce 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"; @@ -170,6 +171,7 @@ rbl { ignore_whitelist = true; ignore_defaults = true; rbl = "ebl.msbl.org"; + emails = true; emails_domainonly = false; replyto = true; hash = "sha1"; |