From: Vsevolod Stakhov Date: Wed, 23 Mar 2022 20:18:52 +0000 (+0000) Subject: [Minor] Add max scores for some groups X-Git-Tag: 3.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=182e382558783e2eddd7980852b03e0d7b32a65f;p=thirdparty%2Frspamd.git [Minor] Add max scores for some groups --- diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf index 83048ea286..56a8f7f3d6 100644 --- a/conf/scores.d/headers_group.conf +++ b/conf/scores.d/headers_group.conf @@ -16,6 +16,7 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details description = "Various headers checks"; +max_score = 8.0; symbols = { "FORGED_SENDER" { diff --git a/conf/scores.d/mime_types_group.conf b/conf/scores.d/mime_types_group.conf index 4e95f68351..2453ba6f73 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -16,6 +16,9 @@ # See https://rspamd.com/doc/tutorials/writing_rules.html for details description = "Mime attachments rules"; +# Define some limit for this group +max_score = 10.0; + symbols = { "MIME_GOOD" {