]> Sergey Matveev's repositories - public-inbox.git/commit
t/eml.t: ignore newer Email::MIME behavior
authorEric Wong <e@80x24.org>
Thu, 30 Dec 2021 19:17:42 +0000 (19:17 +0000)
committerEric Wong <e@80x24.org>
Sun, 23 Jan 2022 20:19:17 +0000 (20:19 +0000)
commit7ec7df4c76802f20c30b7b32ccda44b5463e7a7a
treeb16aada482d15bc847dce3de1d5639450eaa1d93
parent07cd8973baf8b0e135eb4b2248cb35bfc4413bfa
t/eml.t: ignore newer Email::MIME behavior

Once again, our message parser class matches the more tolerant
behavior of older Email::MIME releases in order to handle
ancient messages.

This fixes <https://bugs.debian.org/1002219>, but dropping
Email::MIME entirely from the test suite may be prudent in
the future.
t/eml.t