diff options
| -rw-r--r-- | Mailman/Deliverer.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 8322e678e..ee61c6755 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -128,8 +128,7 @@ your membership administrative address, %(addr)s.''')) _charset=Utils.GetCharSet(self.preferred_language)) attachment = MIMEMessage(msg) notice = Message.OwnerNotification( - self, self.GetBouncesEmail(), subject, - tomoderators=tomoderators) + self, subject, tomoderators=tomoderators) # Make it look like the message is going to the -owner address notice.set_type('multipart/mixed') notice.attach(text) |
