aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/bitcoin.lua1
-rw-r--r--rules/headers_checks.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/rules/bitcoin.lua b/rules/bitcoin.lua
index df6fed2f6..431415d42 100644
--- a/rules/bitcoin.lua
+++ b/rules/bitcoin.lua
@@ -27,6 +27,7 @@ local base58_dec = fun.tomap(fun.map(
rspamd_config:register_symbol{
name = 'BITCOIN_ADDR',
+ description = 'Message has a valid bitcoin wallet address',
callback = function(task)
local rspamd_re = require "rspamd_regexp"
local hash = require "rspamd_cryptobox_hash"
diff --git a/rules/headers_checks.lua b/rules/headers_checks.lua
index 279a51899..d8e4b5903 100644
--- a/rules/headers_checks.lua
+++ b/rules/headers_checks.lua
@@ -115,6 +115,7 @@ rspamd_config:register_symbol{
local prio_cb_id = rspamd_config:register_symbol {
name = 'HAS_X_PRIO',
type = 'callback,mime',
+ description = 'X-Priority check callback rule',
score = 0.0,
group = 'headers',
callback = function (task)