diff options
Diffstat (limited to 'Mailman/Bouncer.py')
-rw-r--r-- | Mailman/Bouncer.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |