diff options
| author | Barry Warsaw | 2009-11-02 21:59:27 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-11-02 21:59:27 -0500 |
| commit | f5f8eb69849264e2647c192963b6aeec97dd43ed (patch) | |
| tree | ba95236f769894b593dc9585cdfc2362d0aeb806 /src/mailman/queue/outgoing.py | |
| parent | 9bd005cfcca26b9f02b96bba5076cd9e58421e98 (diff) | |
| parent | 1e8d8bfdb64968763a6a4fbd74ad912eb4c6c0b6 (diff) | |
| download | mailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.tar.gz mailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.tar.zst mailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.zip | |
Diffstat (limited to 'src/mailman/queue/outgoing.py')
| -rw-r--r-- | src/mailman/queue/outgoing.py | 2 |
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 |
