diff options
author | Jim Popovitch <jimpop@domainmail.org> | 2018-06-10 23:01:35 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@domainmail.org> | 2018-06-10 23:01:35 +0000 |
commit | 540452e22108455e4efebc8fa7340760a68607f7 (patch) | |
tree | 9871e34ce20a7628ba546df6cd919f2b3699e1c0 /Mailman/MailList.py | |
parent | cd47d41512f99aff9eaaaaf6e796a34aa00fa8bf (diff) | |
download | mailman2-540452e22108455e4efebc8fa7340760a68607f7.tar.gz mailman2-540452e22108455e4efebc8fa7340760a68607f7.tar.xz mailman2-540452e22108455e4efebc8fa7340760a68607f7.zip |
Changes based on feedback from Mark.
Diffstat (limited to 'Mailman/MailList.py')
-rwxr-xr-x | Mailman/MailList.py | 4 |
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: |