Skip to content

Wraps long lines in bulk email messages. - #3455

Merged
symbolist merged 1 commit into
masterfrom
usman/lms1466-email-formatting
Apr 25, 2014
Merged

Wraps long lines in bulk email messages.#3455
symbolist merged 1 commit into
masterfrom
usman/lms1466-email-formatting

Conversation

@symbolist

Copy link
Copy Markdown
Contributor

RFC 2822 states that line lengths in emails must be less than 998.
Some MTA's add newlines to messages if any line exceeds a certain
limit (the exact limit varies). Sendmail goes so far as to add
'!\n' after the 990th character in a line. To ensure that bulk
mail messages look consistent long lines are wrapped to a
conservative length.

LMS-1466

@brianhw

brianhw commented Apr 24, 2014

Copy link
Copy Markdown
Contributor

LGTM.

@adampalay

Copy link
Copy Markdown
Contributor

👍

RFC 2822 states that line lengths in emails must be less than 998.
Some MTA's add newlines to messages if any line exceeds a certain
limit (the exact limit varies). Sendmail goes so far as to add
'!\n' after the 990th character in a line. To ensure that bulk
mail messages look consistent long lines are wrapped to a
conservative length.

LMS-1466
symbolist added a commit that referenced this pull request Apr 25, 2014
Wraps long lines in bulk email messages.
@symbolist
symbolist merged commit 9d3ea69 into master Apr 25, 2014
@symbolist
symbolist deleted the usman/lms1466-email-formatting branch April 25, 2014 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants