]> source.dussan.org Git - rspamd.git/commitdiff
improve descriptions for HAS_X_PRIO_* rules 2850/head
authorheraklit256 <heraklit256@users.noreply.github.com>
Tue, 5 Mar 2019 16:27:11 +0000 (17:27 +0100)
committerheraklit256 <heraklit256@users.noreply.github.com>
Tue, 5 Mar 2019 16:27:11 +0000 (17:27 +0100)
rules/headers_checks.lua

index 4ec7996f117f252ca2f091c044727082de22759c..279a51899aced9a5951d3bc63f45ca6dbd791182 100644 (file)
@@ -144,7 +144,7 @@ rspamd_config:register_symbol{
   score = 0.0,
   parent = prio_cb_id,
   type = 'virtual',
-  description = 'Priority 0',
+  description = 'Message has X-Priority header set to 0',
   group = 'headers',
 }
 rspamd_config:register_symbol{
@@ -152,7 +152,7 @@ rspamd_config:register_symbol{
   score = 0.0,
   parent = prio_cb_id,
   type = 'virtual',
-  description = 'Priority 1',
+  description = 'Message has X-Priority header set to 1',
   group = 'headers',
 }
 rspamd_config:register_symbol{
@@ -160,7 +160,7 @@ rspamd_config:register_symbol{
   score = 0.0,
   parent = prio_cb_id,
   type = 'virtual',
-  description = 'Priority 2',
+  description = 'Message has X-Priority header set to 2',
   group = 'headers',
 }
 rspamd_config:register_symbol{
@@ -168,7 +168,7 @@ rspamd_config:register_symbol{
   score = 0.0,
   parent = prio_cb_id,
   type = 'virtual',
-  description = 'Priority 3-4',
+  description = 'Message has X-Priority header set to 3 or 4',
   group = 'headers',
 }
 rspamd_config:register_symbol{
@@ -176,7 +176,7 @@ rspamd_config:register_symbol{
   score = 0.0,
   parent = prio_cb_id,
   type = 'virtual',
-  description = 'Priority 5+',
+  description = 'Message has X-Priority header set to 5 or higher',
   group = 'headers',
 }