[patch] tag Received lines and parse headers better.

Boris 'pi' Piwinger 3.14 at logic.univie.ac.at
Sun Jul 20 11:10:07 CEST 2003


michael at optusnet.com.au wrote:

>To: Fred
>        Smith <fred at smith.com>
>
>Only the 'Fred' gets tagged with 'to:Fred'. My terribly simple
>solution was to have the lexer eat '\n\t'

You must not do that. It might result in FredSmith.
Unfolding just removes the \n, or in Perl: s/\n(\s)/\1/m

pi




More information about the Bogofilter mailing list