diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-06-02 19:50:48 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-06-02 19:50:48 +0000 |
commit | bc833035ffc8696aaed5f49693a414b9b4bfcc79 (patch) | |
tree | e67c4f90ae129e0aec92315a88079833828955fb /rules | |
parent | 18a8b22cc3e8491be780ef4e68d7e1cfdc393fe4 (diff) | |
download | rspamd-bc833035ffc8696aaed5f49693a414b9b4bfcc79.tar.gz rspamd-bc833035ffc8696aaed5f49693a414b9b4bfcc79.zip |
[Minor] Fix description of MIME_HTML_ONLY
Thanks, @moisseev!
Diffstat (limited to 'rules')
-rw-r--r-- | rules/html.lua | 2 |
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' } |