From f0950842497d8c8de6422f8fa94b2df398e9932a Mon Sep 17 00:00:00 2001
From: Mark Sapiro <mark@msapiro.net>
Date: Tue, 30 May 2017 13:41:30 -0700
Subject: Display only the list-owner address in the 'list run by' footer.

---
 Mailman/HTMLFormatter.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'Mailman')

diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py
index 5fcce75b..2a3e08db 100644
--- a/Mailman/HTMLFormatter.py
+++ b/Mailman/HTMLFormatter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2016 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2017 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -40,8 +40,7 @@ COMMASPACE = ', '
 
 class HTMLFormatter:
     def GetMailmanFooter(self):
-        ownertext = COMMASPACE.join([Utils.ObscureEmail(a, 1)
-                                     for a in self.owner])
+        ownertext = Utils.ObscureEmail(self.GetOwnerEmail(), 1)
         # Remove the .Format() when htmlformat conversion is done.
         realname = self.real_name
         hostname = self.host_name
-- 
cgit v1.2.3