summaryrefslogtreecommitdiff
path: root/src/mailman/queue/outgoing.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-01 22:52:14 -0500
committerBarry Warsaw2009-11-01 22:52:14 -0500
commitc9d9f209a26f64bb54ec6e31b9c2d5a8d030b8e0 (patch)
tree7f1216c604339901824f02f767995504dd024dc0 /src/mailman/queue/outgoing.py
parentd49e812a80fadbd04c377c1954fb99b3d99f95ca (diff)
downloadmailman-c9d9f209a26f64bb54ec6e31b9c2d5a8d030b8e0.tar.gz
mailman-c9d9f209a26f64bb54ec6e31b9c2d5a8d030b8e0.tar.zst
mailman-c9d9f209a26f64bb54ec6e31b9c2d5a8d030b8e0.zip
Diffstat (limited to 'src/mailman/queue/outgoing.py')
-rw-r--r--src/mailman/queue/outgoing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/queue/outgoing.py b/src/mailman/queue/outgoing.py
index e64e8c57b..7776b1b54 100644
--- a/src/mailman/queue/outgoing.py
+++ b/src/mailman/queue/outgoing.py
@@ -118,7 +118,7 @@ class OutgoingRunner(Runner, BounceMixin):
config.mta.delivery_retry_period)
msgdata['last_recip_count'] = len(recips)
msgdata['deliver_until'] = deliver_until
- msgdata['recips'] = recips
+ msgdata['recipients'] = recips
self._retryq.enqueue(msg, msgdata)
# We've successfully completed handling of this message
return False