From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:25:52 +0000 (+0000) Subject: [Minor] Increase RDNS_NONE score to 2.0 X-Git-Tag: 3.9.0~71^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4916%2Fhead;p=rspamd.git [Minor] Increase RDNS_NONE score to 2.0 --- diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf index c9b078c5a..1c70ca588 100644 --- a/conf/scores.d/headers_group.conf +++ b/conf/scores.d/headers_group.conf @@ -51,7 +51,7 @@ symbols = { description = "One received header in a message"; } "RDNS_NONE" { - weight = 1.0; + weight = 2.0; description = "Cannot resolve reverse DNS for sender's IP"; } "RDNS_DNSFAIL" {