Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12674

Modified Files:
      Tag: Release_2_1-maint
        ToDigest.py 
Log Message:
[ 975768 ] senddigests doesn't handle consecutive unparseable messages
Thanks Thomas for raising my attention.


Index: ToDigest.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/ToDigest.py,v
retrieving revision 2.22.2.9
retrieving revision 2.22.2.10
diff -u -d -r2.22.2.9 -r2.22.2.10
--- ToDigest.py 11 Dec 2004 00:27:04 -0000      2.22.2.9
+++ ToDigest.py 14 Dec 2004 23:47:44 -0000      2.22.2.10
@@ -214,6 +214,7 @@
         if msg == '':
             # It was an unparseable message
             msg = mbox.next()
+            continue
         msgcount += 1
         messages.append(msg)
         # Get the Subject header

_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to