diff options
Diffstat (limited to 'rules/html.lua')
-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 7cc0ccc91..56cf22f11 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -20,7 +20,7 @@ reconf['MIME_HTML_ONLY'] = { re = 'has_only_html_part()', score = 0.2, description = 'Messages that have only HTML part', - group = 'header' + group = 'headers' } local function check_html_image(task, min, max) |