Explorar el Código

[Conf] Add RBL_VIRUSFREE RBL

tags/1.7.9
Vsevolod Stakhov hace 6 años
padre
commit
f37c712c6e
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. 10
    0
      conf/modules.d/rbl.conf
  2. 5
    0
      conf/scores.d/rbl_group.conf

+ 10
- 0
conf/modules.d/rbl.conf Ver fichero

@@ -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 Ver fichero

@@ -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";
}
}

Cargando…
Cancelar
Guardar