diff options
| author | bwarsaw | 2002-12-13 16:52:07 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-13 16:52:07 +0000 |
| commit | 8a25999ea13f92b4f090d0960530aea0f260c7c4 (patch) | |
| tree | e46c584bb4bcfb19f37f9cf09a81c111e9c2979f /Mailman/Queue/Runner.py | |
| parent | 44946b3fe91bd59684850f07b3355314865b6e90 (diff) | |
| download | mailman-8a25999ea13f92b4f090d0960530aea0f260c7c4.tar.gz mailman-8a25999ea13f92b4f090d0960530aea0f260c7c4.tar.zst mailman-8a25999ea13f92b4f090d0960530aea0f260c7c4.zip | |
Diffstat (limited to 'Mailman/Queue/Runner.py')
| -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 b0a466f27..134dac998 100644 --- a/Mailman/Queue/Runner.py +++ b/Mailman/Queue/Runner.py @@ -105,6 +105,7 @@ class Runner: self._onefile(msg, msgdata) except Exception, e: self._log(e) + syslog('error', 'SHUNTING: %s', filebase) # Put a marker in the metadata for unshunting msgdata['whichq'] = self._switchboard.whichq() self._shunt.enqueue(msg, msgdata) |
