Fix off-by-one error (CPERLIN)
authormarkus schnalke <meillo@marmaro.de>
Fri, 23 Oct 2015 07:52:55 +0000 (09:52 +0200)
committermarkus schnalke <meillo@marmaro.de>
Fri, 23 Oct 2015 07:52:55 +0000 (09:52 +0200)
commit1cbc163b11d6dbabfe7206fb2f9ddf650337dad6
tree525f6636d41c85d1df6ec3c39b1c10f5872d7fe3
parent92e279e1255b12b02a2faede6e1d66b46f731807
Fix off-by-one error (CPERLIN)

CPERLIN is the chars per line without the line break chars (\r\n),
at least would that match the description in RFC 2822. Actually,
however, the max SHOULD line length (excluding line break chars)
is 78 according to the RFC. Therefore it seems as if we should
set CPERLIN to 78. (This is open to decide and to do.)
uip/mhoutsbr.c