Browse Source

[Conf] Add RBL_VIRUSFREE RBL

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

+ 10
- 0
conf/modules.d/rbl.conf View 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"

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

Loading…
Cancel
Save