]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add descriptions to the groups
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Aug 2019 12:52:01 +0000 (13:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 12 Aug 2019 12:52:01 +0000 (13:52 +0100)
12 files changed:
conf/scores.d/fuzzy_group.conf
conf/scores.d/headers_group.conf
conf/scores.d/hfilter_group.conf
conf/scores.d/mime_types_group.conf
conf/scores.d/mua_group.conf
conf/scores.d/phishing_group.conf
conf/scores.d/policies_group.conf
conf/scores.d/rbl_group.conf
conf/scores.d/statistics_group.conf
conf/scores.d/subject_group.conf
conf/scores.d/surbl_group.conf
conf/scores.d/whitelist_group.conf

index fad2a370cbc6ac07701dd15f1666f2141032f7f4..bc2f9498a67e7ba24ae531811e6ca3a818bac6dc 100644 (file)
@@ -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;
index 8a6ebef0964bc95ca19038d374c802d301e12765..ac7d05da3df643dc89ad88ad864113ca31ac446f 100644 (file)
@@ -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;
index de446deebc5f811962485fac27a213cf59453103..09fcfcd8db31091ac04fa4121b65f6c0406e99d8 100644 (file)
@@ -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;
index 7a2847b1ef6d82a47191fce6c6e859fef659aedb..3a13cde79b95bd96f5bd5b2682f18024ea6e7141 100644 (file)
@@ -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;
index b912a854a2aa2bb8ef6055fb27b12a115217e580..18ca0131ef298b2863213f9254fc2960404ed67b 100644 (file)
@@ -15,6 +15,7 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "MUA forgeries";
 
 symbols = {
     "FORGED_MUA_MAILLIST" {
index e3e4a55900b2766e623796c0b6eb010d30da5750..c1e9255e4b27af93c8289e50cda62987d5dd998b 100644 (file)
@@ -15,6 +15,8 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "Phishing in emails";
+
 max_score = 10.0;
 
 symbols = {
index e432053ec6d3d64d1e23ecc552d19834fada1505..cecb242190bce3c96ea254b52bb6f93aa105780f 100644 (file)
@@ -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" {
index 39e77dc4a9c0ec812890ad7cdffd835359795b85..c86dba8675d5d362d7f95989f9644a2bd092ca28 100644 (file)
@@ -15,6 +15,8 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "IP DNS lists";
+
 symbols = {
 
     "DNSWL_BLOCKED" {
index d6cee8eb56f1153a1b489b3feb3222225bef8d89..b46fa7adc9d3be404a15d7339e5978d53276c380 100644 (file)
@@ -15,6 +15,8 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "Statistical symbols";
+
 symbols = {
     "BAYES_SPAM" {
         weight = 5.1;
index d151e0401d8a0741c4bd3058932f23ef700d9e72..3e47161a29f8ff9298d4cc512d971e0342e87454 100644 (file)
@@ -15,6 +15,8 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "Subject filters";
+
 symbols = {
 }
 
index 4f27a3501a4ce2c61c19a1fef59811168d13294c..271f911c5f5a3790583fd3a28307339c54e5642a 100644 (file)
@@ -15,6 +15,7 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "URL DNS lists";
 
 max_score = 12.5;
 
index 900aa36801f636c92f1905d0c3c7c4d7e3ad9f2f..7bce63691499e5b336ff21166193ee667be56718 100644 (file)
@@ -15,6 +15,7 @@
 #
 # See https://rspamd.com/doc/tutorials/writing_rules.html for details
 
+description = "White lists group";
 
 max_score = 10.0;