From: markus schnalke Date: Fri, 2 Oct 2015 17:49:38 +0000 (+0200) Subject: mhbuild: Avoid a dot on a line on its own X-Git-Tag: mmh-0.2-RC1~17 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=92e279e1255b12b02a2faede6e1d66b46f731807;hp=92e279e1255b12b02a2faede6e1d66b46f731807 mhbuild: Avoid a dot on a line on its own mhbuild's quoted-printable encoder breaks lines to have at most CPERLIN chars. If the it happens that the last character on the line is a dot (`.') and the line is broken just before it, then the following line contains nothing but one single dot. This currently leads to problems in mmh ... but it may cause problems to other mail software as well. Hence we avoid it by encoding any dot at the beginning of a line, just to be sure. ---