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'
}
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'
}
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',
})