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

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

Modified Paths:
--------------
    branches/Release_2_1-maint/mailman/Mailman/Queue/Runner.py

Modified: branches/Release_2_1-maint/mailman/Mailman/Queue/Runner.py
===================================================================
--- branches/Release_2_1-maint/mailman/Mailman/Queue/Runner.py  2006-11-16 
23:47:49 UTC (rev 8094)
+++ branches/Release_2_1-maint/mailman/Mailman/Queue/Runner.py  2006-11-17 
18:23:17 UTC (rev 8095)
@@ -107,6 +107,7 @@
                 # metadata, so just log the exception and continue.
                 self._log(e)
                 syslog('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