]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Feature] Add spamhaus DROP dnsbl
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 28 Aug 2016 16:35:46 +0000 (17:35 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 28 Aug 2016 16:35:46 +0000 (17:35 +0100)
conf/metrics.conf
conf/modules.d/rbl.conf

index 44600b5bcef95016446e51c883f674b11d69ec68..8a4eef978a32d17ae1ecf78e0c64237d956550df 100644 (file)
@@ -505,6 +505,10 @@ metric {
             weight = 2.0;
             description = "From address is listed in zen pbl (Spamhaus list)";
         }
+        symbol "RBL_SPAMHAUS_DROP" {
+            weight = 7.0;
+            description = "From address is listed in zen drop bl";
+        }
         symbol "RECEIVED_SPAMHAUS_XBL" {
             weight = 3.0;
             description = "Received address is listed in zen xbl";
index 20f3ca41be6778059646ba3545678647032263b0..dc2b2bdcc03c6655a2e43ae140602dd2c5b5f43e 100644 (file)
@@ -34,6 +34,7 @@ rbl {
                 RBL_SPAMHAUS_XBL3 = "127.0.0.7";
                 RBL_SPAMHAUS_PBL = "127.0.0.10";
                 RBL_SPAMHAUS_PBL1 = "127.0.0.11";
+                RBL_SPAMHAUS_DROP = "127.0.0.9";
             }
         }