summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Hold.py
diff options
context:
space:
mode:
authorbwarsaw2001-08-17 05:49:06 +0000
committerbwarsaw2001-08-17 05:49:06 +0000
commit8102e5ebb63915c3d25806c611edaaccb4a164a8 (patch)
tree1f5d03b4013ffd5bad2d2e5fb4921e8df6393329 /Mailman/Handlers/Hold.py
parent006e20aeb76f63d3a52cd05a1681c1aec870e2c3 (diff)
downloadmailman-8102e5ebb63915c3d25806c611edaaccb4a164a8.tar.gz
mailman-8102e5ebb63915c3d25806c611edaaccb4a164a8.tar.zst
mailman-8102e5ebb63915c3d25806c611edaaccb4a164a8.zip
Diffstat (limited to 'Mailman/Handlers/Hold.py')
-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),