From 9bb2cca69e08380ad0d8fb90342622f33bae264d Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sat, 3 Mar 2001 05:09:23 +0000 Subject: FormatUsers(): Use GetOptionsURL() instead of GetScriptURL() since the former does the proper urllib.quote()'ing of the email address. Close SF bug #214161 (old Jitterbug PR#198). --- Mailman/HTMLFormatter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Mailman/HTMLFormatter.py') diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index a6c53446d..9fd04d231 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -101,16 +101,15 @@ class HTMLFormatter: else: concealed = "" ObscureEmail = Utils.ObscureEmail - options_url = self.GetScriptURL('options') disdel = mm_cfg.DisableDelivery items = [] for person in people: id = ObscureEmail(person) + url = self.GetOptionsURL(person) if self.obscure_addresses: showing = ObscureEmail(person, for_text=1) else: showing = person - url = "%s/%s" % (options_url, id) got = Link(url, showing) if self.GetUserOption(person, disdel): got = Italic("(", got, ")") -- cgit v1.2.3-70-g09d2