On October 29, 2002 09:23 pm, Jason R. Mastaler wrote:
> joe <[EMAIL PROTECTED]> writes:
> > I've just upgraded to the latest verion of tmda.  The following
> > error occurs when the tmda-pending command is executed:
>
> Your mailer seems to have destroyed the formatting of the traceback
> making it difficult to read. Could you include your debug log as an
> attachment perhaps?

I hope this is clearer

-- 


--------------------------------------------------------
Joe Sotham
--------------------------------------------------------
Christianity got over the difficulty of furious opposites
by keeping them both and keeping them furious.
                      - G.K. Chesterton

                            


Traceback (most recent call last):
  File "/usr/local/bin/tmda-pending", line 498, in ?
    main()
  File "/usr/local/bin/tmda-pending", line 376, in main
    msg_size = len(msgobj.as_string())
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Message.py", line 
107, in as_string
    g.flatten(self, unixfrom=unixfrom)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 100, in flatten
    self._write(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 128, in _write
    self._dispatch(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 154, in _dispatch
    meth(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 243, in _handle_multipart
    g.flatten(part, unixfrom=False)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 100, in flatten
    self._write(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 128, in _write
    self._dispatch(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 154, in _dispatch
    meth(msg)
  File "/usr/local/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py", 
line 212, in _handle_text
    raise TypeError, 'string payload expected: %s' % type(payload)
TypeError: string payload expected: <type 'list'>

Reply via email to