On Thu, Jul 22, 2010 at 19:46:55 +0000, Reinier Lamers wrote:
> Thu Jul 22 21:18:46 CEST 2010  Reinier Lamers <tux_rocker@reinier.de>
>   * resolve issue1716: allow mail header lines of all whitespace in test
>     
>   Reading RFC822, it seems all-whitespace lines are allowed in the header section
>   when you've got trailing space that doesn't fit on the line before.
That seems like a particularly helpful patch long comment.
(but I'll have take your word for it...)
Applied, thanks!
resolve issue1716: allow mail header lines of all whitespace in test
--------------------------------------------------------------------
> -          in all (not . B.null . B.filter (not . (`elem` [10, 32, 9]))) headerLines
> +          in all (not . B.null) headerLines --(not . B.null . B.filter (not . (`elem` [10, 32, 9]))) headerLines
Are we keeping the old code around as some sort of documentation?
-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
For a faster response, please try +44 (0)1273 64 2905. 
    
    |