summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-12-02 14:35:15 +0000
committerbwarsaw2002-12-02 14:35:15 +0000
commit7ee46b57d02420cb7fbf9e6c93664ab21512592e (patch)
tree6f689545dd28626d0cbc9756c54654108a717cfb
parent9955d14d40155e79802eea26a59c410a0a030f2e (diff)
downloadmailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.tar.gz
mailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.tar.zst
mailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.zip
-rw-r--r--Mailman/Queue/CommandRunner.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py
index 0b5f23bfa..303d4c52c 100644
--- a/Mailman/Queue/CommandRunner.py
+++ b/Mailman/Queue/CommandRunner.py
@@ -184,7 +184,12 @@ class CommandRunner(Runner):
precedence, mlist.GetRequestEmail())
return 0
# Do replybot for commands
+ mlist.Load()
Replybot.process(mlist, msg, msgdata)
+ if mlist.autorespond_requests == 1:
+ syslog('vette', 'replied and discard')
+ # w/discard
+ return 0
# Now craft the response
res = Results(mlist, msg, msgdata)
# BAW: Not all the functions of this qrunner require the list to be