FIX MIME with *signature*s (Dirk-Wilhelm Peters)..
commitfe209f73e97d3b0e198b69919b889194841a6285
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 2 Feb 2016 15:11:07 +0000 (2 16:11 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Tue, 2 Feb 2016 15:11:07 +0000 (2 16:11 +0100)
treedab8bf20a8aa67708b7846c80dc76b0e067eaab5
parent65df701c4228fb4aa1a819dd5e4ae51c827f3c8f
FIX MIME with *signature*s (Dirk-Wilhelm Peters)..

The content of *signature* files was yet simply embedded into the
final message, which Dirk-Wilhelm pointed out will potentially
break if the message will be send in a 7-bit character set.

In fact there was a long-standing in-code TODO entry (from
[6f633dc], 2013-02-09, thus three years less one week :) that
remarked that *signature* content should be embedded into the
message body, "thus" making it subject to the normal MIME
classification.  Just as is done for the "head" and "tail"
injection strings.
collect.c
sendout.c