Sam wrote:

Is there another workaround until tomorrow?

The quick one:


Check what message filename appears in your error and delete the file(s) from your pending queue.

The permanent one:

Apply the following patch (this is exactly what was just checked into CVS). Please note that it is not heavily tested, but *should* clear up the problem:

Index: PendList.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/PendList.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- PendList.py 9 Dec 2003 22:35:17 -0000       1.33
+++ PendList.py 27 Jan 2004 16:40:29 -0000      1.34
@@ -428,7 +428,7 @@
       # Print a single message record inside list loop
       try:
         MsgObj = Pending.Message(Msg)
-      except (IOError, Errors.MessageError), ErrStr:
+      except (IOError, email.Errors.MessageError), ErrStr:
         continue

# Message size

--
Jim Ramsay
"Me fail English?  That's unpossible!"

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

Reply via email to