From: Vsevolod Stakhov Date: Mon, 12 Aug 2019 12:52:01 +0000 (+0100) Subject: [Minor] Add descriptions to the groups X-Git-Tag: 2.0~448 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3bddfea281147dab005940558a61a4c23f259ba;p=thirdparty%2Frspamd.git [Minor] Add descriptions to the groups --- diff --git a/conf/scores.d/fuzzy_group.conf b/conf/scores.d/fuzzy_group.conf index fad2a370cb..bc2f9498a6 100644 --- a/conf/scores.d/fuzzy_group.conf +++ b/conf/scores.d/fuzzy_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Fuzzy hashes group"; + symbols = { "FUZZY_UNKNOWN" { weight = 5.0; diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf index 8a6ebef096..ac7d05da3d 100644 --- a/conf/scores.d/headers_group.conf +++ b/conf/scores.d/headers_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Various headers checks"; + symbols = { "FORGED_SENDER" { weight = 0.3; diff --git a/conf/scores.d/hfilter_group.conf b/conf/scores.d/hfilter_group.conf index de446deebc..09fcfcd8db 100644 --- a/conf/scores.d/hfilter_group.conf +++ b/conf/scores.d/hfilter_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "SMTP envelope filter"; + symbols = { "HFILTER_HELO_BAREIP" { weight = 3.0; diff --git a/conf/scores.d/mime_types_group.conf b/conf/scores.d/mime_types_group.conf index 7a2847b1ef..3a13cde79b 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Mime attachments rules"; + symbols = { "MIME_GOOD" { weight = -0.1; diff --git a/conf/scores.d/mua_group.conf b/conf/scores.d/mua_group.conf index b912a854a2..18ca0131ef 100644 --- a/conf/scores.d/mua_group.conf +++ b/conf/scores.d/mua_group.conf @@ -15,6 +15,7 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "MUA forgeries"; symbols = { "FORGED_MUA_MAILLIST" { diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index e3e4a55900..c1e9255e4b 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Phishing in emails"; + max_score = 10.0; symbols = { diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index e432053ec6..cecb242190 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "SPF, DKIM, DMARC, ARC"; + symbols = { # SPF "R_SPF_FAIL" { diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 39e77dc4a9..c86dba8675 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "IP DNS lists"; + symbols = { "DNSWL_BLOCKED" { diff --git a/conf/scores.d/statistics_group.conf b/conf/scores.d/statistics_group.conf index d6cee8eb56..b46fa7adc9 100644 --- a/conf/scores.d/statistics_group.conf +++ b/conf/scores.d/statistics_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Statistical symbols"; + symbols = { "BAYES_SPAM" { weight = 5.1; diff --git a/conf/scores.d/subject_group.conf b/conf/scores.d/subject_group.conf index d151e0401d..3e47161a29 100644 --- a/conf/scores.d/subject_group.conf +++ b/conf/scores.d/subject_group.conf @@ -15,6 +15,8 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "Subject filters"; + symbols = { } diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 4f27a3501a..271f911c5f 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -15,6 +15,7 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "URL DNS lists"; max_score = 12.5; diff --git a/conf/scores.d/whitelist_group.conf b/conf/scores.d/whitelist_group.conf index 900aa36801..7bce636914 100644 --- a/conf/scores.d/whitelist_group.conf +++ b/conf/scores.d/whitelist_group.conf @@ -15,6 +15,7 @@ # # See https://rspamd.com/doc/tutorials/writing_rules.html for details +description = "White lists group"; max_score = 10.0;