aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authortwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-02 19:50:48 +0000
committertwesterhever <40121680+twesterhever@users.noreply.github.com>2023-06-02 19:50:48 +0000
commitbc833035ffc8696aaed5f49693a414b9b4bfcc79 (patch)
treee67c4f90ae129e0aec92315a88079833828955fb /rules
parent18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4 (diff)
downloadrspamd-bc833035ffc8696aaed5f49693a414b9b4bfcc79.tar.gz
rspamd-bc833035ffc8696aaed5f49693a414b9b4bfcc79.zip
[Minor] Fix description of MIME_HTML_ONLY
Thanks, @moisseev!
Diffstat (limited to 'rules')
-rw-r--r--rules/html.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/html.lua b/rules/html.lua
index 78eb77fea..100e3a160 100644
--- a/rules/html.lua
+++ b/rules/html.lua
@@ -21,7 +21,7 @@ local rspamd_regexp = require "rspamd_regexp"
reconf['MIME_HTML_ONLY'] = {
re = 'has_only_html_part()',
score = 0.2,
- description = 'Messages has only an HTML part',
+ description = 'Message has only an HTML part',
group = 'headers'
}