]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Feature] Add dual-mode HTML fuzzy: template matching + phishing detection
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 13 Feb 2026 16:47:13 +0000 (16:47 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 13 Feb 2026 16:47:13 +0000 (16:47 +0000)
commit1730580611bcefc689febb2dd48b805caf3f9432
tree6d52c3589f1fe2df3b91f83b100bc04f47b44862
parent96afb0bf460a7c7cf0298815a00d52d4e911fe61
[Feature] Add dual-mode HTML fuzzy: template matching + phishing detection

When html_ignore_domains is enabled, generate two HTML fuzzy commands per
part: a template command (domains ignored) and a domain-sensitive command
(domains included). If the template matches but domains don't, the new
FUZZY_HTML_PHISHING symbol fires, detecting reused HTML templates with
swapped phishing links.
rules/fuzzy_html_phishing.lua
src/plugins/fuzzy_check.c