From 2febc98db4340a7a8fbf29ff200f2aebf4ce5d28 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 14 Oct 2002 22:58:38 +0000 Subject: ForwardMessage(): The UserNotification neeeds to have its language specified. Patch supplied by Tokio Kikuchi. --- Mailman/Deliverer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2