]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Remove check for non-existent fuzzy_result mempool variable
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 13 Feb 2026 07:24:50 +0000 (07:24 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 13 Feb 2026 07:24:50 +0000 (07:24 +0000)
commit90582ebfb89e337f44c92024622f79ccd2b0ce44
treeca6c3d32828dce7a746324dea6584067ed874f05
parent03be93671d00b3b0a523af899867d79e7fa66b61
[Fix] Remove check for non-existent fuzzy_result mempool variable

The fuzzy_result mempool variable is never set by fuzzy_check, so the
early return was always triggered, making the phishing mismatch check
a no-op. The actual logic uses get_symbols_all() which works correctly.
rules/fuzzy_html_phishing.lua