diff options
author | msapiro <> | 2006-11-17 18:23:17 +0000 |
---|---|---|
committer | msapiro <> | 2006-11-17 18:23:17 +0000 |
commit | 3f355a599ac9e8e4836461dfe76fe61332519aea (patch) | |
tree | f187d7f19c38fa1dc9dceb31e3fb4a71965565cc /Mailman/Queue | |
parent | 369f4dd85146d4299a61fef08da6bc295cada1e6 (diff) | |
download | mailman2-3f355a599ac9e8e4836461dfe76fe61332519aea.tar.gz mailman2-3f355a599ac9e8e4836461dfe76fe61332519aea.tar.xz mailman2-3f355a599ac9e8e4836461dfe76fe61332519aea.zip |
Delete the .bak file from the queue for an unparseable message.
Diffstat (limited to 'Mailman/Queue')
-rw-r--r-- | Mailman/Queue/Runner.py | 1 |
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) |