"Krulewitch, Sean V" <[EMAIL PROTECTED]> writes: > I'm seeing several of these in my tmda_debug.log and I'm not sure where > to look for the problem.
[...snip traceback of MIME-to-string conversion...] It looks like you have received an improperly formed MIME message. If you can identify which message is causing this, I'm sure Jason would like to see a copy of it. What's happening is that TMDA tries to flatten the MIME structure (various parts, sometimes nested) into a string. The code to do this is part of the Python email library, not TMDA. We just call the API. Something in this MIME message is bogus and the email module is not recovering well. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
