From: twesterhever <40121680+twesterhever@users.noreply.github.com> Date: Fri, 2 Jun 2023 19:50:48 +0000 (+0000) Subject: [Minor] Fix description of MIME_HTML_ONLY X-Git-Tag: 3.6~84^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc833035ffc8696aaed5f49693a414b9b4bfcc79;p=thirdparty%2Frspamd.git [Minor] Fix description of MIME_HTML_ONLY Thanks, @moisseev! --- 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' }