Now, I'm using a tmda checked out from current CVS.

I have found following Exceptions every 15 minutes in my debug log and
don't know why these are happening.

*****
Uncaught Python 2.2.1 Exception (Thu Nov  7 09:15:13 2002):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/home/users/novembre/System/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/home/users/novembre/System/tmda/bin/tmda-rfilter", line 148, in ?
    msgin = email.message_from_file(stdin)
  File "./TMDA/pythonlib/email/__init__.py", line 63, in message_from_file
  File "./TMDA/pythonlib/email/Parser.py", line 64, in parse
  File "./TMDA/pythonlib/email/Parser.py", line 239, in _parsebody
  File "./TMDA/pythonlib/email/Parser.py", line 75, in parsestr
  File "./TMDA/pythonlib/email/Parser.py", line 64, in parse
  File "./TMDA/pythonlib/email/Parser.py", line 264, in _parsebody
  File "./TMDA/pythonlib/email/Parser.py", line 64, in parse
  File "./TMDA/pythonlib/email/Parser.py", line 205, in _parsebody
BoundaryError: No terminating boundary and no trailing empty line
*****

Sometimes I got also following Exceptions.

*****
Uncaught Python 2.2.1 Exception (Thu Nov  7 00:45:13 2002):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/home/users/novembre/System/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/home/users/novembre/System/tmda/bin/tmda-rfilter", line 148, in ?
    msgin = email.message_from_file(stdin)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/__init__.py", line
    return Parser(_class, strict=strict).parse(fp)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 6
    self._parsebody(root, fp, firstbodyline)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 2
    msgobj = self.parsestr(part)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 7
    return self.parse(StringIO(text), headersonly=headersonly)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 6
    self._parsebody(root, fp, firstbodyline)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 2
    msg = self.parse(fp)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 6
    self._parsebody(root, fp, firstbodyline)
  File "/home/users/novembre/System/tmda/TMDA/pythonlib/email/Parser.py", line 2
    raise Errors.BoundaryError(
BoundaryError: No terminating boundary and no trailing empty line
*****

Could you tell me why?

-- 
| Jinhyok Heo (novembre @ ournature.org || http://ournature.org/~novembre/)
|--------------------------------------------------------------------------
| "We are still reaching for the sky. In the developed countries people
|  are coming back down, saying, `It's empty up there.'" --- a Ladakhi monk
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to