------------------------------------------------------------
revno: 992
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Thu 2007-10-04 18:35:10 -0700
message:
/cygdrive/c/MM_bzr/log.txt
modified:
Mailman/versions.py
=== modified file 'Mailman/versions.py'
--- a/Mailman/versions.py 2005-12-30 18:50:08 +0000
+++ b/Mailman/versions.py 2007-10-05 01:35:10 +0000
@@ -483,10 +483,11 @@
# blow away the original timestamp and request id. This means the
# request will live a little longer than it possibly should have,
# but that's no big deal.
+ import email
for p in v:
author, text = p[2]
reason = p[3]
- msg = Message.OutgoingMessage(text)
+ msg = email.message_from_string(text, Message.Message)
l.HoldMessage(msg, reason)
del r[k]
elif k == 'add_member':
--
https://code.launchpad.net/~mailman-coders/mailman/2.1
You are receiving this branch notification because you are subscribed to it.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.1/+subscription/mailman-checkins.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org