On Thu, Apr 30, 2015 at 5:30 PM, Marc Haber <[email protected]> wrote:
> On Thu, 30 Apr 2015 16:15:05 +0200, Heiko Schlittermann > <[email protected]> wrote: > > Headers add "X-torres-Spam-Score: -4.2\n-4.4\n" > > The problem is that a header line beginning with "-" is regarded as > beginning of the body, at least by mutt. The problem is that Heiko's suggestion improperly continues the header without a folding whitespace (see RFC 2822 section 2.2.3), and therefore "-4.4" is attempted parsed as a header, which fails due to the lack of a colon, which is not any display issue in mutt, but actually as expected. You'd get the same problem with a positive score. Feel free to amend Heiko's suggestion so that it adds a folding whitespace at the beginning of each continued line. :) -- Jan -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
