~mailman-coders/mailman/2.1

Viewing all changes in revision 995.

  • Committer: Mark Sapiro
  • Date: 2007-10-05 02:50:56 UTC
  • Revision ID: msapiro@value.net-20071005025056-mwvwcbxvnywqgbd5
In rare cases, versions.py can encounter a very old list with held posts in
its requests dictionary.  It then tries to create a Message.OutgoingMessage
object from the message text, but that class no longer exists.  Fixed by
using email.message_from_string() instead.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: