summaryrefslogtreecommitdiff
path: root/Mailman/ListAdmin.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/ListAdmin.py')
-rw-r--r--Mailman/ListAdmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py
index 9e8b1d3ae..b156f093e 100644
--- a/Mailman/ListAdmin.py
+++ b/Mailman/ListAdmin.py
@@ -180,7 +180,7 @@ class ListAdmin:
msg = Message.Message(fp)
msgdata['approved'] = 1
# ignore return value
- HandlerAPI.DeliverToList(self, msg, newdata=msgdata)
+ HandlerAPI.DeliverToList(self, msg, msgdata)
elif value == 1:
# Rejected
rejection = 'Refused'