From 291039710c75da2faceb550ac9c06aca548a9e5a Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Mon, 20 Sep 2004 12:20:43 +0000 Subject: 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 --- Mailman/Bouncer.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Mailman/Bouncer.py') diff --git a/Mailman/Bouncer.py b/Mailman/Bouncer.py index 588e91b1..9f786eb4 100644 --- a/Mailman/Bouncer.py +++ b/Mailman/Bouncer.py @@ -268,6 +268,8 @@ class Bouncer: # 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: -- cgit v1.2.3