summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
-rw-r--r--Mailman/Handlers/ToDigest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py
index 5fd08852f..7e2dcc6d2 100644
--- a/Mailman/Handlers/ToDigest.py
+++ b/Mailman/Handlers/ToDigest.py
@@ -179,7 +179,7 @@ def send_i18n_digests(mlist, mboxfp):
'masthead.txt',
{'real_name' : mlist.real_name,
'got_list_email': mlist.posting_address,
- 'got_listinfo_url': mlist.GetScriptURL('listinfo', absolute=1),
+ 'got_listinfo_url': mlist.script_url('listinfo'),
'got_request_email': mlist.request_address,
'got_owner_email': mlist.owner_address,
}, mlist=mlist)