CVS: tmda-cgi PendList.py,1.35,1.36
Jim Ramsay <[email protected]> Wed, 18 Feb 2004 08:49:58 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13915
Modified Files:
PendList.py
Log Message:
Fixed bug reported by Samuel Hill
Index: PendList.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/PendList.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- PendList.py 4 Feb 2004 20:56:23 -0000 1.35
+++ PendList.py 18 Feb 2004 16:49:53 -0000 1.36
@@ -428,7 +428,8 @@
# Print a single message record inside list loop
try:
MsgObj = Pending.Message(Msg)
- except (IOError, email.Errors.MessageError), ErrStr:
+ except (IOError, Errors.MessageError, \
+ email.Errors.MessageError), ErrStr:
continue
# Message size