commit b573d44: Merge pull request #3309 from ricalfieri/patch-1
GitHub
noreply at github.com
Thu Mar 26 15:56:08 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-03-26 15:50:42 +0000
URL: https://github.com/rspamd/rspamd/commit/b573d44518c62df9e449cdf031f0999be163e2ec
Merge pull request #3309 from ricalfieri/patch-1
Update rbl.conf
conf/modules.d/rbl.conf | 1 +
1 file changed, 1 insertion(+)
diff --combined conf/modules.d/rbl.conf
index 7e4c51f42,902a56ee1..3825101ce
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@@ -157,7 -157,6 +157,7 @@@ rbl
RSPAMD_EMAILBL {
ignore_defaults = true;
emails_delimiter = ".";
+ emails = true;
hash_format = "base32";
hash_len = 32;
rbl = "email.rspamd.com";
@@@ -168,9 -167,9 +168,10 @@@
}
}
MSBL_EBL {
+ ignore_whitelist = true;
ignore_defaults = true;
rbl = "ebl.msbl.org";
+ emails = true;
emails_domainonly = false;
replyto = true;
hash = "sha1";
More information about the Commits
mailing list