diff options
Diffstat (limited to 'mailman/Archiver/HyperArch.py')
| -rw-r--r-- | mailman/Archiver/HyperArch.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mailman/Archiver/HyperArch.py b/mailman/Archiver/HyperArch.py index bb57e398d..7b65d2f82 100644 --- a/mailman/Archiver/HyperArch.py +++ b/mailman/Archiver/HyperArch.py @@ -1139,8 +1139,7 @@ class HyperArchive(pipermail.T): length = len(text) if Defaults.ARCHIVER_OBSCURES_EMAILADDRS: text = re.sub('@', atmark, text) - URL = self.maillist.GetScriptURL( - 'listinfo', absolute=1) + URL = self.maillist.script_url('listinfo') else: URL = 'mailto:' + text pos = j |
