Hi,
(B
(BWhile testing MimeDel with i18n Japanese configuration, message
(Bdelivery error occured when forwarding the filetered message to
(Bthe list administrator. Here is a quick patch:
(B
(B--- /home/mailman/src/mailman/Mailman/Deliverer.py Tue Oct 8 08:35:18 2002
(B+++ Deliverer.py Sun Oct 13 14:18:06 2002
(B@@ -132,7 +132,7 @@
(B _charset=Utils.GetCharSet(self.preferred_language))
(B attachment = MIMEMessage(msg)
(B notice = Message.UserNotification(
(B- recips, self.GetBouncesEmail(), subject)
(B+ recips, self.GetBouncesEmail(), subject, lang=self.preferred_language)
(B notice.set_type('multipart/mixed')
(B notice.attach(text)
(B notice.attach(attachment)
(B
(BCheers,
(B
(B--
(BTokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
(Bhttp://weather.is.kochi-u.ac.jp/
(B
(B
(B_______________________________________________
(BMailman-Developers mailing list
([EMAIL PROTECTED]
(Bhttp://mail.python.org/mailman-21/listinfo/mailman-developers