summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/Hold.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Hold.py b/Mailman/Handlers/Hold.py
index d292e0af8..e48e630d1 100644
--- a/Mailman/Handlers/Hold.py
+++ b/Mailman/Handlers/Hold.py
@@ -249,7 +249,7 @@ def hold_for_approval(mlist, msg, msgdata, exc):
#
# This message should appear to come from <list>-admin so as to handle any
# bounce processing that might be needed.
- if not fromusenet and not mlist.dont_respond_to_post_requests:
+ if not fromusenet and mlist.respond_to_post_requests:
# Get a confirmation cookie
cookie = Pending.new(Pending.HELD_MESSAGE, id)
d['confirmurl'] = '%s/%s' % (mlist.GetScriptURL('confirm', absolute=1),