瀏覽代碼

[Conf] Rename Rambler BLs as they are now Rspamd's ones

tags/1.7.0
Vsevolod Stakhov 6 年之前
父節點
當前提交
402d6f7788
共有 4 個文件被更改,包括 10 次插入10 次删除
  1. 1
    1
      conf/modules.d/emails.conf
  2. 1
    1
      conf/modules.d/surbl.conf
  3. 4
    4
      conf/scores.d/fuzzy_group.conf
  4. 4
    4
      conf/scores.d/surbl_group.conf

+ 1
- 1
conf/modules.d/emails.conf 查看文件

@@ -15,7 +15,7 @@

emails {
rules {
RAMBLER_EMAILBL {
RSPAMD_EMAILBL {
delimiter = ".";
encoding = "base32";
hashlen = 32;

+ 1
- 1
conf/modules.d/surbl.conf 查看文件

@@ -43,7 +43,7 @@ surbl {
URIBL_RED = 8;
}
}
"RAMBLER_URIBL" {
"RSPAMD_URIBL" {
suffix = "uribl.rspamd.com";
process_script =<<EOD
function(url, suffix)

+ 4
- 4
conf/scores.d/fuzzy_group.conf 查看文件

@@ -18,18 +18,18 @@
symbols = {
"FUZZY_UNKNOWN" {
weight = 5.0;
description = "Generic fuzzy hash match";
description = "Generic fuzzy hash match, bl.rspamd.com";
}
"FUZZY_DENIED" {
weight = 12.0;
description = "Denied fuzzy hash";
description = "Denied fuzzy hash, bl.rspamd.com";
}
"FUZZY_PROB" {
weight = 5.0;
description = "Probable fuzzy hash";
description = "Probable fuzzy hash, bl.rspamd.com";
}
"FUZZY_WHITE" {
weight = -2.1;
description = "Whitelisted fuzzy hash";
description = "Whitelisted fuzzy hash, bl.rspamd.com";
}
}

+ 4
- 4
conf/scores.d/surbl_group.conf 查看文件

@@ -39,15 +39,15 @@ symbols = {
weight = 4.0;
description = "SURBL: cracked site";
}
"RAMBLER_URIBL" {
"RSPAMD_URIBL" {
weight = 4.5;
description = "Rambler uribl";
description = "Rspamd uribl, bl.rspamd.com";
one_shot = true;
}

"RAMBLER_EMAILBL" {
"RSPAMD_EMAILBL" {
weight = 9.5;
description = "Rambler emailbl";
description = "Rspamd emailbl, "bl.rspamd.com;
one_shot = true;
}


Loading…
取消
儲存