]> git.ipfire.org Git - thirdparty/rspamd.git/commit
feat: Add milter ESMTP argument parsing and Lua access
authorCursor Agent <cursoragent@cursor.com>
Sat, 4 Oct 2025 12:31:41 +0000 (12:31 +0000)
committerCursor Agent <cursoragent@cursor.com>
Sat, 4 Oct 2025 12:31:41 +0000 (12:31 +0000)
commit6ec202f50f573b4b0303fa12d33b6afd3f3090ca
tree6e7762db6bc4d31da934433a0ca78e0d046c7bb6
parent5bd08f498eff570440c5e2477553263b6491cd81
feat: Add milter ESMTP argument parsing and Lua access

This commit introduces parsing for ESMTP arguments from MAIL and RCPT commands in the milter protocol. It also adds Lua functions to access these arguments, enabling more sophisticated mail processing based on ESMTP options.

Co-authored-by: v <v@rspamd.com>
src/libserver/mempool_vars_internal.h
src/libserver/milter.c
src/libserver/milter.h
src/lua/lua_task.c