On Tue, 16 Sep 2003 20:22:25 -0400, "Sam" <[EMAIL PROTECTED]>
wrote:

> I seem to be having a problem with TMDA-CGI when a user gets impatient with deleting 
> a message.
> It makes sense and I am not sure if there is a way around it.

Sorry for the long delay.  I have been out of town.

Please try the following patch before I commit it to CVS:

--- PendList.py 14 Jul 2003 21:15:20 -0000      1.24
+++ PendList.py 21 Sep 2003 22:25:16 -0000
@@ -96,7 +96,7 @@
               else:
                 OtherList.append(MsgObj)
                 OtherAction = Form["Action"].value
-          except IOError: pass
+          except (IOError, Errors.MessageError): pass
         # Check for checkboxes (c0 through c%(PagerSize)d)
         elif Form.has_key("c%d" % Count ):
           # Check to make sure they're not trying to access anything
other than

Please post here and let me know if that helps.

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

Reply via email to