diff options
Diffstat (limited to 'conf/scores.d/surbl_group.conf')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 89579ca15..255c03214 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -214,13 +214,13 @@ symbols = { groups = ["uribl"]; } "URIBL_RED" { - weight = 3.5; + weight = 0.5; description = "A domain in the message is listed in URIBL.com red"; one_shot = true; groups = ["uribl"]; } "URIBL_GREY" { - weight = 1.5; + weight = 2.5; description = "A domain in the message is listed in URIBL.com grey"; one_shot = true; groups = ["uribl"]; |