1. Change new-held-message.txt to stop at the "visit:" line, wrap that after substitution and then use string concatenation to add the %(review_url)s and closing.
2. Set force_wrap=False in notify_message_held() and see if that works. You may need to unfill the only paragraph in new-held-message.txt that you really care about wrapping.
Stupid ideas:
1. Change new-held- message. txt to stop at the "visit:" line, wrap that after substitution and then use string concatenation to add the %(review_url)s and closing.
2. Set force_wrap=False in notify_ message_ held() and see if that works. You may need to unfill the only paragraph in new-held- message. txt that you really care about wrapping.