aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-02-19 16:45:16 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-02-19 16:45:16 +0000
commit402d6f778857a13c7a42802550bbe21be48dfb11 (patch)
tree878edc75604f9b7cf577ba2e8cd758b464948d56 /conf/scores.d
parent98fc96ac699fd75eeb650e04a30649a5d582dfa9 (diff)
downloadrspamd-402d6f778857a13c7a42802550bbe21be48dfb11.tar.gz
rspamd-402d6f778857a13c7a42802550bbe21be48dfb11.zip
[Conf] Rename Rambler BLs as they are now Rspamd's ones
Diffstat (limited to 'conf/scores.d')
-rw-r--r--conf/scores.d/fuzzy_group.conf8
-rw-r--r--conf/scores.d/surbl_group.conf8
2 files changed, 8 insertions, 8 deletions
diff --git a/conf/scores.d/fuzzy_group.conf b/conf/scores.d/fuzzy_group.conf
index ecce1b495..fad2a370c 100644
--- a/conf/scores.d/fuzzy_group.conf
+++ b/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";
}
} \ No newline at end of file
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf
index 6f5ba4302..429d021f6 100644
--- a/conf/scores.d/surbl_group.conf
+++ b/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;
}