This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author forest
Recipients barry, forest, r.david.murray
Date 2015-11-25.01:08:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448413731.14.0.406118207956.issue25728@psf.upfronthosting.co.za>
In-reply-to
Content
> The library can't successfully parse such a message

It could successfully parse such a message, if it matched against inner message boundaries before outer message boundaries.  (One implementation would be to keep a list of all ancestor boundaries and traverse the list from most recent to least recent, but there might be more efficient ways to do it.)
History
Date User Action Args
2015-11-25 01:08:51forestsetrecipients: + forest, barry, r.david.murray
2015-11-25 01:08:51forestsetmessageid: <1448413731.14.0.406118207956.issue25728@psf.upfronthosting.co.za>
2015-11-25 01:08:51forestlinkissue25728 messages
2015-11-25 01:08:51forestcreate