diff options
Diffstat (limited to 'Mailman/Deliverer.py')
| -rw-r--r-- | Mailman/Deliverer.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Deliverer.py b/Mailman/Deliverer.py index 4eefb3c39..5b2447003 100644 --- a/Mailman/Deliverer.py +++ b/Mailman/Deliverer.py @@ -132,7 +132,8 @@ your membership administrative address, %(addr)s.''')) _charset=Utils.GetCharSet(self.preferred_language)) attachment = MIMEMessage(msg) notice = Message.UserNotification( - recips, self.GetBouncesEmail(), subject) + recips, self.GetBouncesEmail(), subject, + lang=self.preferred_language) notice.set_type('multipart/mixed') notice.attach(text) notice.attach(attachment) |
