commit bc83303: [Minor] Fix description of MIME_HTML_ONLY
twesterhever
40121680+twesterhever at users.noreply.github.com
Sat Jun 3 20:07:08 UTC 2023
Author: twesterhever
Date: 2023-06-02 19:50:48 +0000
URL: https://github.com/rspamd/rspamd/commit/bc833035ffc8696aaed5f49693a414b9b4bfcc79
[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 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'
}
More information about the Commits
mailing list