]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Rename and fix RBL_VIRUSFREE symbol
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 16 Jul 2018 11:55:55 +0000 (12:55 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 16 Jul 2018 12:04:14 +0000 (13:04 +0100)
conf/modules.d/rbl.conf
conf/scores.d/rbl_group.conf

index 41d5ac802f1f67eff332daa6ef5d6e80c08ddb93..f3373c2ae35af16fa1184eedbd62fc85e3d240b3 100644 (file)
@@ -122,7 +122,7 @@ rbl {
             rbl = "bip.virusfree.cz";
             ipv6 = true;
             returncodes {
-                RBL_VIRUSFREE_BLACK = "127.0.0.1";
+                RBL_VIRUSFREE_BOTNET = "127.0.0.2";
             }
         }
     }
index 09ea72414ad68d400e995cb1669beba4a2c2a2a3..6c48cf3bb525bd22ad6fc63763bb904c3873ade7 100644 (file)
@@ -150,8 +150,8 @@ symbols = {
         description = "Address is listed in Spameatingmonkey RBL (ipv6)";
     }
 
-    "RBL_VIRUSFREE_BLACK" {
+    "RBL_VIRUSFREE_BOTNET" {
         weight = 2.0;
-        description = "From address is listed in virusfree.cz BL";
+        description = "Source IP is listed in virusfree.cz BL";
     }
 }