aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Queue/Runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Queue/Runner.py')
-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 e8c72273..e229043e 100644
--- a/Mailman/Queue/Runner.py
+++ b/Mailman/Queue/Runner.py
@@ -107,6 +107,7 @@ class Runner:
# 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)