]> source.dussan.org Git - rspamd.git/commitdiff
Apply suggestions from code review 4505/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 3 Jun 2023 20:02:27 +0000 (21:02 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Jun 2023 20:02:27 +0000 (21:02 +0100)
rules/html.lua
rules/misc.lua

index 100e3a160e7a491c7890447f8cedcaef9571e073..df42f2f0efd959c262ea5fc26a4a5c80c0e71cb2 100644 (file)
@@ -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'
 }
index c8a83a6f9e88fbf44219acdbdaa8be79cac35bd6..b27a1bc5342040a0597c1bce9892c326abece14f 100644 (file)
@@ -148,7 +148,7 @@ local obscured_id = rspamd_config:register_symbol{
   name = 'R_SUSPICIOUS_URL',
   score = 5.0,
   one_shot = true,
-  description = 'Has obfuscated or suspicious URL',
+  description = 'A message has been identified to contain an obfuscated or suspicious URL',
   group = 'url'
 }
 
@@ -382,7 +382,7 @@ end
 rspamd_config:register_symbol({
   name = 'FREEMAIL_REPLYTO_NEQ_FROM_DOM',
   callback = freemail_reply_neq_from,
-  description = 'Freemail addresses in From and Reply-To headers, but to different freemail services',
+  description = 'The From and Reply-To addresses in the email are from different freemail services',
   score = 3.0,
   group = 'headers',
 })