I have started to get the following error message in my debug log.

My interpretation is that the exception is being thrown when TMDA tries to
read the whole email message as a string.

My configuration is Gentoo Linux running TMDA 0.80, the latest release with
standard Gentoo Linux (via "emerge").

Is this a bug in TMDA or in my installation/configuration?

Regards,

Randy




Uncaught Python 2.2.3 Exception (Tue Aug 12 22:59:14 2003):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/bin/tmda-rfilter", line 152, in ?
    orig_msgin_as_string = Util.msg_as_string(msgin)
  File "/usr/lib/python2.2/site-packages/TMDA/Util.py", line 541, in
msg_as_string
    g.flatten(msg, unixfrom=unixfrom)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py",
line 103, in flatten
    self._write(msg)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py",
line 131, in _write
    self._dispatch(msg)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py",
line 157, in _dispatch
    meth(msg)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Generator.py",
line 298, in _handle_message
    g.flatten(msg.get_payload(0), unixfrom=False)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Message.py",
line 189, in get_payload
    raise TypeError, 'Expected list, got %s' % type(self._payload)
TypeError: Expected list, got <type 'str'>

_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to