diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-11 16:24:15 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-11 16:24:15 +0000 |
commit | 18ce449e3accfaeea83a808801857832133fa502 (patch) | |
tree | 83b75505b3f009883e18cd665b890b29aadff191 /conf | |
parent | e6bb277ab61fd919c20774dcbe2742e4ddc429d4 (diff) | |
download | rspamd-18ce449e3accfaeea83a808801857832133fa502.tar.gz rspamd-18ce449e3accfaeea83a808801857832133fa502.zip |
[Conf] Relax some uribl rules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/surbl_group.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 61d0da5cc..176608fa5 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -153,25 +153,30 @@ symbols = { "URIBL_SBL" { weight = 6.5; description = "A domain in the message body resolves to an IP listed in Spamhaus SBL"; + one_shot = true; } "URIBL_SBL_CSS" { weight = 6.5; description = "A domain in the message body resolves to an IP listed in Spamhaus SBL CSS"; + one_shot = true; } "URIBL_XBL" { - weight = 6.5; + weight = 1.5; description = "A domain in the message body resolves to an IP listed in Spamhaus XBL"; + one_shot = true; } "URIBL_PBL" { weight = 0.01; description = "A domain in the message body resolves to an IP listed in Spamhaus PBL"; } "URIBL_DROP" { - weight = 8.0; + weight = 5.0; description = "A domain in the message body resolves to an IP listed in Spamhaus DROP"; + one_shot = true; } "RBL_SARBL_BAD" { weight = 2.5; description = "A domain in the message body is blacklisted in SARBL"; + one_shot = true; } } |