Revision: 8096
          http://svn.sourceforge.net/mailman/?rev=8096&view=rev
Author:   msapiro
Date:     2006-11-17 10:24:45 -0800 (Fri, 17 Nov 2006)

Log Message:
-----------
Delete the .bak file from the queue for an unparseable message.

Modified Paths:
--------------
    trunk/mailman/Mailman/Queue/Runner.py

Modified: trunk/mailman/Mailman/Queue/Runner.py
===================================================================
--- trunk/mailman/Mailman/Queue/Runner.py       2006-11-17 18:23:17 UTC (rev 
8095)
+++ trunk/mailman/Mailman/Queue/Runner.py       2006-11-17 18:24:45 UTC (rev 
8096)
@@ -101,6 +101,7 @@
                 # metadata, so just log the exception and continue.
                 self._log(e)
                 log.error('Ignoring unparseable message: %s', filebase)
+                self._switchboard.finish(filebase)
                 continue
             try:
                 self._onefile(msg, msgdata)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to