]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Add RBL_VIRUSFREE RBL
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Jul 2018 17:18:32 +0000 (18:18 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 13 Jul 2018 17:18:32 +0000 (18:18 +0100)
conf/modules.d/rbl.conf
conf/scores.d/rbl_group.conf

index 8a5b2dab8cde302e7758e3a05efd97e4a1a7cb95..41d5ac802f1f67eff332daa6ef5d6e80c08ddb93 100644 (file)
@@ -115,6 +115,16 @@ rbl {
                 DNSWL_BLOCKED = "127.0.0.255";
             }
         }
+
+        # Provided by https://virusfree.cz
+        virusfree {
+            symbol = "RBL_VIRUSFREE_UNKNOWN";
+            rbl = "bip.virusfree.cz";
+            ipv6 = true;
+            returncodes {
+                RBL_VIRUSFREE_BLACK = "127.0.0.1";
+            }
+        }
     }
 
     .include(try=true,priority=5) "${DBDIR}/dynamic/rbl.conf"
index be145e350c0151d6fd5f22978914e7e1f2b2ff72..09ea72414ad68d400e995cb1669beba4a2c2a2a3 100644 (file)
@@ -149,4 +149,9 @@ symbols = {
         weight = 1.0;
         description = "Address is listed in Spameatingmonkey RBL (ipv6)";
     }
+
+    "RBL_VIRUSFREE_BLACK" {
+        weight = 2.0;
+        description = "From address is listed in virusfree.cz BL";
+    }
 }