Email machinery inserts line break inside a word

Bug #790865 reported by Henning Eggers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

I am currently landing a change in lib/lp/bugs/mail/bugnotificationrecipients.py that looks like this:

- text = "are a direct subscriber of a duplicate bug"
+ text = "are subscribed to a duplicate bug report"

Unfortunately what the test sees is "are subscribed to a duplicat=\ne bug report". It looks like the original text was wrapped correctly only by accident. I fixed this by inserting an explicit line break:

+ text = "are subscribed to a\nduplicate bug report"

but really, this should not be necessary. The email machinery should be able to break on white spaces.

Aaron Bentley (abentley)
Changed in launchpad:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.