diff options
Diffstat (limited to 'Mailman/HTMLFormatter.py')
-rw-r--r-- | Mailman/HTMLFormatter.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: |