aboutsummaryrefslogtreecommitdiffstats
path: root/rules/html.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2023-06-03 21:02:27 +0100
committerGitHub <noreply@github.com>2023-06-03 21:02:27 +0100
commit5ae23df13912d102cdd260574fe87f52b645a68d (patch)
treeae87c94077610f49198e2745e210ad821f281734 /rules/html.lua
parentbc833035ffc8696aaed5f49693a414b9b4bfcc79 (diff)
downloadrspamd-5ae23df13912d102cdd260574fe87f52b645a68d.tar.gz
rspamd-5ae23df13912d102cdd260574fe87f52b645a68d.zip
Apply suggestions from code review
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 100e3a160..df42f2f0e 100644
--- a/rules/html.lua
+++ b/rules/html.lua
@@ -395,7 +395,7 @@ rspamd_config.HTTP_TO_HTTPS = {
end
return false
end,
- description = 'HTML anchor text contains different scheme to target URL',
+ description = 'The anchor text contains a distinct scheme compared to the target URL',
score = 0.5,
group = 'html'
}