Roundup Tracker - Issues

Message3784

Author stefan
Recipients stefan
Date 2009-07-14.18:19:55
Message-id <1247595595.71.0.458009790385.issue2550565@psf.upfronthosting.co.za>
In-reply-to
Roundup 1.4.8 uses "str(message)" on an email.Message.Message.  That,
for whatever reason, inserts a UNIX mailbox "From" envelope header --
in the midst of the RFC822 headers.  Which Thunderbird seems to
accept, but which Exchange quite reasonably decides is the beginning
of the message proper.  There's no reason to be generating the
envelope header when sending the message via SMTP.  By using
as_string, we avoid this behavior; "__str__" is just a call to
"as_string(unixfrom=True)".
History
Date User Action Args
2009-07-14 18:19:55stefansetmessageid: <1247595595.71.0.458009790385.issue2550565@psf.upfronthosting.co.za>
2009-07-14 18:19:55stefansetrecipients: + stefan
2009-07-14 18:19:55stefanlinkissue2550565 messages
2009-07-14 18:19:55stefancreate