From: markus schnalke Date: Fri, 23 Oct 2015 07:52:55 +0000 (+0200) Subject: Fix off-by-one error (CPERLIN) X-Git-Tag: mmh-0.2-RC1~16 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=1cbc163b11d6dbabfe7206fb2f9ddf650337dad6;hp=1cbc163b11d6dbabfe7206fb2f9ddf650337dad6 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.) ---