"YOON, Joo-Yung" <[EMAIL PROTECTED]> writes: > Could you tell me about how to clear this file? > It grows an elephant soon after removal. > > -rw------- 1 yjy users 11375848 2003-06-24 09:41 TMDA_DELIVERY_FAILURE
Just delete it. That won't fix your problem, though, as it is only a notice about the problem. > I'm a user, not a developer, and really can't understand > how to set the systematic variables that TMDA wants > after all the manual. Do you have a system administrator who can help you with this? > The two most prevailing error messages in the file are: > > File "/usr/lib/python2.2/site-packages/TMDA/AutoResponse.py", line 171, in create > errors='replace') > TypeError: __init__() got an unexpected keyword argument 'errors' This is saying that you have an out-of-date version of the email library. The latest version of 'email' always comes with TMDA, so the one in /usr/lib/python2.2/site-packages/TMDA/pythonlib is probably correct. The email library that comes with Python is out-of-date and, if you have an older version of TMDA on your system and the file 'paths.py' is in /usr/bin, you could accidentally be using a version of email from the older TMDA. If you have /usr/bin/paths.py, delete it. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
