From bc833035ffc8696aaed5f49693a414b9b4bfcc79 Mon Sep 17 00:00:00 2001 From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 2 Jun 2023 19:50:48 +0000 Subject: [PATCH] [Minor] Fix description of MIME_HTML_ONLY Thanks, @moisseev! --- rules/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/html.lua b/rules/html.lua index 78eb77feaa..100e3a160e 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' } -- 2.47.3