]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Fix inconsistent nesting in mime parts 4882/head
authorVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 20 Mar 2024 17:16:48 +0000 (17:16 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 20 Mar 2024 17:16:48 +0000 (17:16 +0000)
commit10577f1f79b569c0dd8a76ab210eec615060c74e
treefa75f0769c7d6cd03c2ebca5476cace0b4d1525c
parentc8897ff041065d1ec6554125ec9e2a32b1f8713b
[Fix] Fix inconsistent nesting in mime parts

We should do like MUAs do: imlicitly close incomplete mime parts
and treat them as ususal. It is weird and utterly stupid but that's
what MUA do.

Issue: #4740
Closes: #4740
src/libmime/mime_parser.c