Browse Source

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

tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
402d6f7788

+ 1
- 1
conf/modules.d/emails.conf View File

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

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

+ 1
- 1
conf/modules.d/surbl.conf View File

@@ -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 View File

@@ -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 View File

@@ -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…
Cancel
Save