Sebastian Kaps <[EMAIL PROTECTED]> writes: > ,---- > | Uncaught Python 2.2 Exception (Tue Mar 25 00:25:50 2003): > | --------------------------------------------------------- > | Traceback (most recent call last): > | File "/usr/local/tmda/bin/tmda-filter", line 53, in ? > | execfile(os.path.join(execdir, 'tmda-rfilter')) > | File "/usr/local/tmda/bin/tmda-rfilter", line 149, in ? > | msgin = email.message_from_file(stdin) > | File "./TMDA/pythonlib/email/__init__.py", line 59, in message_from_file > | File "./TMDA/pythonlib/email/Parser.py", line 12, in ? > | File "./TMDA/pythonlib/email/Message.py", line 17, in ? > | File "./TMDA/pythonlib/email/Charset.py", line 6, in ? > | File "./TMDA/pythonlib/email/base64MIME.py", line 31, in ? > | File "./TMDA/pythonlib/email/_compat22.py", line 41, in ? > | NameError: name 'False' is not defined > `----
Thanks for the report. It looks like there is a bug in Python's email module which affects only Python v2.2. I've reported it, but in the meantime, you can either upgrade your Python to v2.2.2, or downgrade to v2.1.3. Either should fix the problem for you. See http://python.org/download/ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
