-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm still on TMDA 1.0, so I apologize if this is fixed in a later version.
Just let me know, and I'll upgrade.

My best guess is that the problem I'm seeing is caused by this little slice
of Heaven:

- --xxxx
       name="accounts.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
       filename="myphoto.zip"

The error message, after much verbiage, is:

    raise Errors.HeaderParseError(
email.Errors.HeaderParseError: Continuation line seen before first header

Here's a full traceback:

Traceback (most recent call last):
  File "/usr/bin/tmda-pending", line 311, in ?
    main()
  File "/usr/bin/tmda-pending", line 304, in main
    q.mainLoop()
  File "/usr/lib/python2.2/site-packages/TMDA/Pending.py", line 280, in mainLoop
    M = Message(msgid, self.command_recipient)
  File "/usr/lib/python2.2/site-packages/TMDA/Pending.py", line 425, in __init__
    self.msgobj = email.message_from_file(open(self.msgfile, 'r'))
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/__init__.py", line 63, 
in message_from_file
    return Parser(_class, strict=strict).parse(fp)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Parser.py", line 64, in 
parse
    self._parsebody(root, fp, firstbodyline)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Parser.py", line 239, in 
_parsebody
    msgobj = self.parsestr(part)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Parser.py", line 75, in 
parsestr
    return self.parse(StringIO(text), headersonly=headersonly)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Parser.py", line 62, in 
parse
    firstbodyline = self._parseheaders(root, fp)
  File "/usr/lib/python2.2/site-packages/TMDA/pythonlib/email/Parser.py", line 111, in 
_parseheaders
    raise Errors.HeaderParseError(
email.Errors.HeaderParseError: Continuation line seen before first header

Full message available on request.
- -- 
Kyle Hasselbacher              Disclaimer:  Contains nuts.
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAYEdA10sofiqUxIQRAqTQAJ4pJaAtl3KK0BFPpkK+zoS5yIeOtgCeIwCF
+F7hSzYrS4JSVsIVnI8iz0c=
=oCi6
-----END PGP SIGNATURE-----
_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to