summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsapiro2006-11-17 18:24:45 +0000
committermsapiro2006-11-17 18:24:45 +0000
commitcfbc830534def465392a1a44e0bc1ccafd694f09 (patch)
tree5726be20b87de7d0cffe0fb0c8ce585dfb12239c
parentc7a643dd6dece0556381806f47e39c6db974031b (diff)
downloadmailman-cfbc830534def465392a1a44e0bc1ccafd694f09.tar.gz
mailman-cfbc830534def465392a1a44e0bc1ccafd694f09.tar.zst
mailman-cfbc830534def465392a1a44e0bc1ccafd694f09.zip
-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)