summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/Acknowledge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/Acknowledge.py b/Mailman/Handlers/Acknowledge.py
index fcc8174ec..5617629d1 100644
--- a/Mailman/Handlers/Acknowledge.py
+++ b/Mailman/Handlers/Acknowledge.py
@@ -45,7 +45,7 @@ def process(mlist, msg, msgdata):
'postack.txt',
{'subject' : subject,
'listname' : mlist.real_name,
- 'listinfo_url': mlist.GetAbsoluteScriptURL('listinfo'),
+ 'listinfo_url': mlist.GetScriptURL('listinfo', absolute=1),
})
# craft the outgoing message, with all headers and attributes
# necessary for general delivery