From 579b986d2478c8724ec4b317758f1c236ade2ec9 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 30 Jul 2017 17:37:30 -0700 Subject: Show case preserved emails in the roster. --- Mailman/HTMLFormatter.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Mailman') diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 2a3e08db..a6e1b88f 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -87,6 +87,7 @@ class HTMLFormatter: for person in people: id = Utils.ObscureEmail(person) url = self.GetOptionsURL(person, obscure=obscure) + person = self.getMemberCPAddress(person) if obscure: showing = Utils.ObscureEmail(person, for_text=1) else: -- cgit v1.2.3