Tim Legant <[EMAIL PROTECTED]> writes:

> I took at quick glance at this when Cory mentioned it on tmda-users
> and I think the solution is a custom Generator class.  The problem
> is that we only parse the headers but we use a Generator class to
> output the message that expects the entire message to have been
> parsed.  I need to look at it in more detail to be sure I don't bork
> anything else in TMDA, but I think this can be solved.

Based on the mimelib tracker request[1] assigned to this issue, it
seems like this should be solved in Python's email module, and not
TMDA.

Barry's thoughts on the issue were first:

  ``You should probably use a Generator subclass that
    overrides _dispatch().''

and then:

  ``Moving this to version 3.0 feature requests.  Specifically, add a
    Generator that can handle HeaderParser parsed messages.''

So, was your thought to write this Generator for Barry?

Footnotes: 
[1]  http://sourceforge.net/tracker/?func=detail&aid=751451&group_id=25568&atid=384681
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to