From 48b14a8bede13b0205b90297f611e4d84703afbb Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 8 Jul 2024 15:49:55 +0200 Subject: [PATCH] [Minor] Fix description --- rules/html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/html.lua b/rules/html.lua index 7c352c2e1..df753f465 100644 --- a/rules/html.lua +++ b/rules/html.lua @@ -176,7 +176,7 @@ rspamd_config.R_SUSPICIOUS_IMAGES = { score = 5.0, group = 'html', - description = 'Message contains many suspicious messages' + description = 'Message has high image to text ratio' } local vis_check_id = rspamd_config:register_symbol { -- 2.39.5