summaryrefslogtreecommitdiff
path: root/src/mailman/inject.py
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-02 21:59:27 -0500
committerBarry Warsaw2009-11-02 21:59:27 -0500
commitf5f8eb69849264e2647c192963b6aeec97dd43ed (patch)
treeba95236f769894b593dc9585cdfc2362d0aeb806 /src/mailman/inject.py
parent9bd005cfcca26b9f02b96bba5076cd9e58421e98 (diff)
parent1e8d8bfdb64968763a6a4fbd74ad912eb4c6c0b6 (diff)
downloadmailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.tar.gz
mailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.tar.zst
mailman-f5f8eb69849264e2647c192963b6aeec97dd43ed.zip
Merge smtp_direct.py rework branch.
Diffstat (limited to 'src/mailman/inject.py')
-rw-r--r--src/mailman/inject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/inject.py b/src/mailman/inject.py
index eec096066..d22ae7128 100644
--- a/src/mailman/inject.py
+++ b/src/mailman/inject.py
@@ -67,7 +67,7 @@ def inject_message(mlist, msg, recips=None, switchboard=None, **kws):
)
msgdata.update(kws)
if recips is not None:
- msgdata['recips'] = recips
+ msgdata['recipients'] = recips
config.switchboards[switchboard].enqueue(msg, **msgdata)