Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18806/Mailman

Modified Files:
      Tag: Release_2_1-maint
        Bouncer.py 
Log Message:
Use Utils.oneline() where applicable.
Closing [ 1003070 ] Decode original subject in post acknowledgement
by Soji IKEDA
Modified Files:
  Tag: Release_2_1-maint
        Mailman/Bouncer.py 
        Mailman/Handlers/Acknowledge.py 


Index: Bouncer.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncer.py,v
retrieving revision 2.37.2.3
retrieving revision 2.37.2.4
diff -u -d -r2.37.2.3 -r2.37.2.4
--- Bouncer.py  10 Feb 2004 22:38:26 -0000      2.37.2.3
+++ Bouncer.py  20 Sep 2004 12:20:43 -0000      2.37.2.4
@@ -268,6 +268,8 @@
         # provided in the exception argument.
         sender = msg.get_sender()
         subject = msg.get('subject', _('(no subject)'))
+        subject = Utils.oneline(subject,
+                                Utils.GetCharSet(self.preferred_language))
         if e is None:
             notice = _('[No bounce details are available]')
         else:

_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to