aboutsummaryrefslogtreecommitdiffstats
path: root/rules/html.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-11-11 19:05:45 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-11-11 19:06:06 +0000
commit48a84895679ea33d71b8b981e90374135a347a36 (patch)
tree6deee1fe20c9bfb300573efbb2f29e8f9601bd5c /rules/html.lua
parent815104c21d171de0d370b00e38e54783a082ed08 (diff)
downloadrspamd-48a84895679ea33d71b8b981e90374135a347a36.tar.gz
rspamd-48a84895679ea33d71b8b981e90374135a347a36.zip
[Fix] Cleanup mess with groups
Diffstat (limited to 'rules/html.lua')
-rw-r--r--rules/html.lua2
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)