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 sdaoden
Recipients r.david.murray, sdaoden
Date 2011-03-17.13:52:45
SpamBayes Score 8.03154e-06
Marked as misclassified No
Message-id <20110317135209.GA54086@sherwood.local>
In-reply-to <1300367023.43.0.484719545839.issue11584@psf.upfronthosting.co.za>
Content
On Thu, Mar 17, 2011 at 01:03:43PM +0000, R. David Murray wrote:
> did you forget to attatch something?

I'll attach that TBZ archive you may use freely. 
It's very large, but it contains everything i have to state to EMAIL. 
It's the requested test. 
Unpack it, cd to the created rdm-postman directory, 
and run runit.sh from *within there*. 
You may want to remove the '-VV' option to s-postman.py, it 
produces a huge amount of output on STDERR...

The contained s-postman.py is patched; search 'DAVID PATCH' - 
remove that patch and see your code handling mail gracefully. 
(The only places which are of interest are indeed 'class 
Ticket._bewitch_msg()' and 'class Splitter._text_digest()', and in 
the end, but i also have a job to do ...)

> Also, in this:
> 
>   elf._msg[n] = email.header.make_header(email.header.decode_header(b))
> 
> unless 'b' is an ASCII-only string, it isn't going to work.

David, i have no idea what it is, except that it is part of 
a tuple which has been returned by Message.items(). 
This is your side of the story.
Files
File name Uploaded
rdm-postman.tbz sdaoden, 2011-03-17.13:52:45
History
Date User Action Args
2011-03-17 13:52:47sdaodensetrecipients: + sdaoden, r.david.murray
2011-03-17 13:52:45sdaodenlinkissue11584 messages
2011-03-17 13:52:45sdaodencreate