summaryrefslogtreecommitdiff
path: root/Mailman/Queue/CommandRunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Queue/CommandRunner.py')
-rw-r--r--Mailman/Queue/CommandRunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py
index 601f8bee6..13123442c 100644
--- a/Mailman/Queue/CommandRunner.py
+++ b/Mailman/Queue/CommandRunner.py
@@ -128,7 +128,7 @@ class CommandRunner(Runner):
return
elif msgdata.get('torequest'):
# Just pass the message off the command handler
- mlist.ParseMailCommands(msg)
+ mlist.ParseMailCommands(msg, msgdata)
return
finally:
mlist.Save()