diff options
| author | bwarsaw | 2002-12-02 14:35:15 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-02 14:35:15 +0000 |
| commit | 7ee46b57d02420cb7fbf9e6c93664ab21512592e (patch) | |
| tree | 6f689545dd28626d0cbc9756c54654108a717cfb | |
| parent | 9955d14d40155e79802eea26a59c410a0a030f2e (diff) | |
| download | mailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.tar.gz mailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.tar.zst mailman-7ee46b57d02420cb7fbf9e6c93664ab21512592e.zip | |
| -rw-r--r-- | Mailman/Queue/CommandRunner.py | 5 |
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 |
