That definitely fixed the problem! Commit it! <g>
Bob
Gre7g Luterman wrote:
On Mon, 09 Jun 2003 22:43:34 -0400, "Bob [EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
I had this happen to me when I whitelisted 3 messages in a row from the same sender. The guy did get whitelisted, but it produced a nasty error message.
Might I suggest that if an error like that happens, it simply keeps going, ignoring the missing file (probably because it just got renamed)?
I do not know what causes this error and I can't seem to duplicate it here. One other user spotted it earlier.
Please try the following patch and let me know if it does it again:
RCS file: /cvsroot/tmda/tmda-cgi/PendList.py,v retrieving revision 1.19 diff -u -r1.19 PendList.py --- PendList.py 29 May 2003 17:51:51 -0000 1.19 +++ PendList.py 10 Jun 2003 17:50:16 -0000 @@ -219,7 +219,7 @@ # Print a single message record inside list loop try: MsgObj = Pending.Message(Msg) - except IOError, ErrStr: + except (IOError, Errors.MessageError), ErrStr: continue
# Message size
Gre7g. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
.
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
