SMTP Maximum Body Line Lengths

Handy maximum email message body values to know when debugging email line-folding problems.

Generally if ! or !+ characters are inserted into long email lines, the solution is use shorter lines (insert newlines) or use quoted-printable encoding.

MTA Maximum Octets
RFC821 1000 including CRLF
qmail 990
sendmail standard ESMTP 990
sendmail relay 2040

RFC 821: “The maximum total length of a text line including the <CRLF> is 1000 characters (but not counting the leading dot duplicated for transparency).”

Re: sendmail maximum line length
Dan on Body: Line Length

This entry was posted in i18n, Open Source, Tech. Bookmark the permalink.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>