diff options
Diffstat (limited to 'Mailman/Queue/IncomingRunner.py')
| -rw-r--r-- | Mailman/Queue/IncomingRunner.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Mailman/Queue/IncomingRunner.py b/Mailman/Queue/IncomingRunner.py index 462daf066..1cbdb79e5 100644 --- a/Mailman/Queue/IncomingRunner.py +++ b/Mailman/Queue/IncomingRunner.py @@ -146,14 +146,5 @@ class IncomingRunner(Runner): except Errors.RejectMessage, e: mlist.BounceMessage(msg, msgdata, e) return 0 - except Exception, e: - # Some other exception occurred, which we definitely did not - # expect, so set this message up for requeuing. - self._log(e) - # We stick the name of the failed module back into the front - # of the pipeline list so that it can resume where it left off - # when qrunner tries to redeliver it. - pipeline.insert(0, handler) - return 1 # We've successfully completed handling of this message return 0 |
