summaryrefslogtreecommitdiff
path: root/src/mailman/runners/retry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/retry.py')
-rw-r--r--src/mailman/runners/retry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/retry.py b/src/mailman/runners/retry.py
index 8b4cfaada..d45e06bcc 100644
--- a/src/mailman/runners/retry.py
+++ b/src/mailman/runners/retry.py
@@ -37,7 +37,7 @@ class RetryRunner(Runner):
def _dispose(self, mlist, msg, msgdata):
# Move the message to the out queue for another try.
- config.switchboards['outgoing'].enqueue(msg, msgdata)
+ config.switchboards['out'].enqueue(msg, msgdata)
return False
def _snooze(self, filecnt):