aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorJim Popovitch <jimpop@domainmail.org>2018-06-10 23:01:35 +0000
committerJim Popovitch <jimpop@domainmail.org>2018-06-10 23:01:35 +0000
commit540452e22108455e4efebc8fa7340760a68607f7 (patch)
tree9871e34ce20a7628ba546df6cd919f2b3699e1c0 /Mailman/MailList.py
parentcd47d41512f99aff9eaaaaf6e796a34aa00fa8bf (diff)
downloadmailman2-540452e22108455e4efebc8fa7340760a68607f7.tar.gz
mailman2-540452e22108455e4efebc8fa7340760a68607f7.tar.xz
mailman2-540452e22108455e4efebc8fa7340760a68607f7.zip
Changes based on feedback from Mark.
Diffstat (limited to 'Mailman/MailList.py')
-rwxr-xr-xMailman/MailList.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index 7b096bb1..fdc3802a 100755
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -1070,8 +1070,6 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin,
{"listname" : realname,
"member" : formataddr((name, email)),
}, mlist=self)
- if whence:
- text = "%s\nReason: %s" % (text, whence)
msg = Message.OwnerNotification(self, subject, text)
msg.send(self)
@@ -1108,8 +1106,6 @@ class MailList(HTMLFormatter, Deliverer, ListAdmin,
{'member' : name,
'listname': self.real_name,
}, mlist=self)
- if whence:
- text = "%s\nReason: %s" % (text, whence)
msg = Message.OwnerNotification(self, subject, text)
msg.send(self)
if whence: