浏览代码

add more Spamhaus RBL results to received IPs

tags/1.7.6
Peter Müller 6 年前
父节点
当前提交
291afeea36
共有 2 个文件被更改,包括 25 次插入1 次删除
  1. 4
    0
      conf/modules.d/rbl.conf
  2. 21
    1
      conf/scores.d/rbl_group.conf

+ 4
- 0
conf/modules.d/rbl.conf 查看文件

@@ -43,8 +43,12 @@ rbl {
from = false;
ignore_whitelists = true;
returncodes {
RECEIVED_SPAMHAUS_SBL = "127.0.0.2";
RECEIVED_SPAMHAUS_CSS = "127.0.0.3";
RECEIVED_SPAMHAUS_XBL = ["127.0.0.4", "127.0.0.5",
"127.0.0.6", "127.0.0.7"];
RECEIVED_SPAMHAUS_PBL = ["127.0.0.10", "127.0.0.11"];
RECEIVED_SPAMHAUS_DROP = "127.0.0.9";
}
}


+ 21
- 1
conf/scores.d/rbl_group.conf 查看文件

@@ -69,11 +69,31 @@ symbols = {
weight = 7.0;
description = "From address is listed in zen drop bl";
}
"RECEIVED_SPAMHAUS_SBL" {
weight = 1.0;
description = "Received address is listed in zen sbl";
one_shot = true;
}
"RECEIVED_SPAMHAUS_CSS" {
weight = 1.0;
description = "Received address is listed in zen css";
one_shot = true;
}
"RECEIVED_SPAMHAUS_XBL" {
weight = 3.0;
description = "Received address is listed in zen xbl";
one_shot = true;
}
"RECEIVED_SPAMHAUS_PBL" {
weight = 0.0;
description = "Received address is listed in pbl (ISP list)";
one_shot = true;
}
"RECEIVED_SPAMHAUS_DROP" {
weight = 6.0;
description = "Received address is listed in zen drop bl";
one_shot = true;
}

"RBL_SENDERSCORE" {
weight = 2.0;
@@ -129,4 +149,4 @@ symbols = {
weight = 1.0;
description = "Address is listed in Spameatingmonkey RBL (ipv6)";
}
}
}

正在加载...
取消
保存