summaryrefslogtreecommitdiffstats
path: root/conf/scores.d
diff options
context:
space:
mode:
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;
}