]> source.dussan.org Git - rspamd.git/commitdiff
[Enhancement] Query HELOs, PTRs, and Reply-To's against SURBL and URIBL as well 4141/head
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Sat, 9 Apr 2022 14:36:35 +0000 (14:36 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Sat, 9 Apr 2022 14:36:35 +0000 (14:36 +0000)
conf/modules.d/rbl.conf

index dd3c0f5f9e34aede2440aea46028424c88fdd0b5..453f18b76547da1a86fb5d47ee67887de5658140 100644 (file)
@@ -192,7 +192,7 @@ rbl {
     "SURBL_MULTI" {
       ignore_defaults = true;
       rbl = "multi.surbl.org";
-      checks = ['emails', 'dkim', 'urls'];
+      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
       emails_domainonly = true;
 
       returnbits = {
@@ -207,7 +207,7 @@ rbl {
     "URIBL_MULTI" {
       ignore_defaults = true;
       rbl = "multi.uribl.com";
-      checks = ['emails', 'dkim', 'urls'];
+      checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
       emails_domainonly = true;
 
       returnbits {