diff options
author | Slavko <5506544+slavkoja@users.noreply.github.com> | 2024-08-29 11:16:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 11:16:28 +0200 |
commit | 83dfc30368fca0d01167b90f4e01e56f4fda88cf (patch) | |
tree | de1ae6572d702e5de372214fec401b8fcf2a185f /conf | |
parent | 850a70f3f187c402e7ca33dc1ea59a00d42516a5 (diff) | |
download | rspamd-83dfc30368fca0d01167b90f4e01e56f4fda88cf.tar.gz rspamd-83dfc30368fca0d01167b90f4e01e56f4fda88cf.zip |
Update surbl_group.conf
Diffstat (limited to '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"]; |