commit 48b14a8: [Minor] Fix description
Andrew Lewis
nerf at judo.za.org
Mon Jul 29 17:58:59 UTC 2024
Author: Andrew Lewis
Date: 2024-07-08 15:49:55 +0200
URL: https://github.com/rspamd/rspamd/commit/48b14a8bede13b0205b90297f611e4d84703afbb (refs/pull/5042/head)
[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 {
More information about the Commits
mailing list