summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/HandlerAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Handlers/HandlerAPI.py')
-rw-r--r--Mailman/Handlers/HandlerAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Handlers/HandlerAPI.py b/Mailman/Handlers/HandlerAPI.py
index b718e5636..ca455a281 100644
--- a/Mailman/Handlers/HandlerAPI.py
+++ b/Mailman/Handlers/HandlerAPI.py
@@ -173,6 +173,7 @@ def DeliverToUser(mlist, msg, newdata={}):
]
msgdata = {'pipeline' : pipeline,
'fasttrack': 1,
+ 'noack' : 1, # default disable Replybot
}
recips = getattr(msg, 'recips', None)
if recips is not None: