summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Queue/Runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py
index 263940135..8c2f52cfb 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -101,6 +101,7 @@ class Runner:
# 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)