]> Sergey Matveev's repositories - public-inbox.git/commitdiff
filter/rubylang: avoid recursing subparts to strip trailers
authorEric Wong <e@yhbt.net>
Thu, 7 May 2020 21:05:46 +0000 (21:05 +0000)
committerEric Wong <e@yhbt.net>
Sat, 9 May 2020 08:59:10 +0000 (08:59 +0000)
Mailman only seems to add trailers (or signatures) as
attachments at the top-level of MIME messages.  So don't bother
recursing with ->walk_parts since ->walk_parts is non-trivial to
recreate in the Email::MIME replacement I'm working on.


No differences found