]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Add unit tests for the MIME address list parser 6143/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 16 Jul 2026 11:28:26 +0000 (12:28 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Thu, 16 Jul 2026 11:28:26 +0000 (12:28 +0100)
commitc46a7bdc87f604954f74f0392fb499c0b96151ea
tree0b76c6b80e09bcf0006d01a6f5a1378746c273e7
parent41c46e9c9b985e065ef3bf84cd6de08587f221ab
[Test] Add unit tests for the MIME address list parser

Covers single addresses, display names (plain, quoted, UTF-8),
comments, comma and semicolon lists, separators inside quoted strings
and unquoted display names, group constructs and no-address inputs.

Issue: #6139
test/lua/unit/mime_addr.lua [new file with mode: 0644]