CVS: tmda-cgi PendList.py,1.33,1.34
Jim Ramsay <[email protected]>
| 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-serv23149
Modified Files:
PendList.py
Log Message:
Catch HeaderParserError (and ignore affected message)
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