]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Rework] Move CTA processing into dedicated module
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 6 Nov 2025 13:46:50 +0000 (13:46 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 6 Nov 2025 13:46:50 +0000 (13:46 +0000)
commitc6d0ee62795e5ad7d63965e99455144b4f1f68f0
treef725796fb81b8e83104080ad64d17ed5144317cb
parentaa85f7395debd38928b5541c8d63b7841ac8e92e
[Rework] Move CTA processing into dedicated module

Also refactor all absurdic logic it has previously
12 files changed:
lualib/llm_search_context.lua
src/libmime/message.c
src/libmime/message.h
src/libserver/CMakeLists.txt
src/libserver/html/html.cxx
src/libserver/html/html.h
src/libserver/html/html_cta.cxx [new file with mode: 0644]
src/libserver/html/html_cta.hxx [new file with mode: 0644]
src/lua/lua_mimepart.c
src/lua/lua_task.c
test/rspamd_cxx_unit.cxx
test/rspamd_cxx_unit_html_cta.hxx [new file with mode: 0644]