Browse Source

[Feature] Add spamhaus DROP dnsbl

tags/1.4.0
Vsevolod Stakhov 7 years ago
parent
commit
86ff659737
2 changed files with 5 additions and 0 deletions
  1. 4
    0
      conf/metrics.conf
  2. 1
    0
      conf/modules.d/rbl.conf

+ 4
- 0
conf/metrics.conf View File

@@ -505,6 +505,10 @@ metric {
weight = 2.0;
description = "From address is listed in zen pbl (Spamhaus list)";
}
symbol "RBL_SPAMHAUS_DROP" {
weight = 7.0;
description = "From address is listed in zen drop bl";
}
symbol "RECEIVED_SPAMHAUS_XBL" {
weight = 3.0;
description = "Received address is listed in zen xbl";

+ 1
- 0
conf/modules.d/rbl.conf View File

@@ -34,6 +34,7 @@ rbl {
RBL_SPAMHAUS_XBL3 = "127.0.0.7";
RBL_SPAMHAUS_PBL = "127.0.0.10";
RBL_SPAMHAUS_PBL1 = "127.0.0.11";
RBL_SPAMHAUS_DROP = "127.0.0.9";
}
}


Loading…
Cancel
Save