aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/HTMLFormatter.py
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-06-03 10:57:51 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2017-06-03 10:57:51 +0900
commitec87166d9d23a54701af5cc2e4c8f18df399bf14 (patch)
tree15767868f0a461639193e88c1fa65148fb9b41a3 /Mailman/HTMLFormatter.py
parent13a2ab157232fa736049051cc01213473d0d22f5 (diff)
parenta6669234ed864cadd85fdaf3f8cc86e442bdc30f (diff)
downloadmailman2-ec87166d9d23a54701af5cc2e4c8f18df399bf14.tar.gz
mailman2-ec87166d9d23a54701af5cc2e4c8f18df399bf14.tar.xz
mailman2-ec87166d9d23a54701af5cc2e4c8f18df399bf14.zip
Update to 2.1.24
Diffstat (limited to 'Mailman/HTMLFormatter.py')
-rw-r--r--Mailman/HTMLFormatter.py5
1 files changed, 2 insertions, 3 deletions
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