]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commita6814118856da197b909d68721d461a3936a085b
tree878f9c09d4ea95b213db41888c0350b9bf420d52
parent453dee4881a9c764b09d33f3a827879f2cd3669d
filter/rubylang: avoid recursing subparts to strip trailers

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.
lib/PublicInbox/Filter/RubyLang.pm