Browse Source

[Conf] Rename and fix RBL_VIRUSFREE symbol

tags/1.7.9
Vsevolod Stakhov 5 years ago
parent
commit
1b096b8696
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      conf/modules.d/rbl.conf
  2. 2
    2
      conf/scores.d/rbl_group.conf

+ 1
- 1
conf/modules.d/rbl.conf View 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";
}
}
}

+ 2
- 2
conf/scores.d/rbl_group.conf View 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";
}
}

Loading…
Cancel
Save