The "raise" line of the tmda-1.0-multipart-handling.patch has bad indentation. Here's the error it throws: Traceback (most recent call last): File "/usr/bin/tmda-inject", line 142, in ? orig_msgout_as_string = Util.msg_as_string(msgout) File "/usr/lib/python2.3/site-packages/TMDA/Util.py", line 546, in msg_as_string from email import Generator File "/usr/lib/python2.3/site-packages/TMDA/pythonlib/email/Generator.py", line 206 raise TypeError, 'string payload expected: %s' % type(payload) ^ IndentationError: unindent does not matc Reproducible: Always Steps to Reproduce: 1. upgrade to 1.0.3-r1 2. use tmda-inject
Created attachment 40673 [details, diff] This is the updated patch with correct indentation.
Fixed in cvs, thanks for reporting this.