ids in received lines (was: lexer size [was: Much simplified lexer])

Boris 'pi' Piwinger 3.14 at logic.univie.ac.at
Fri Nov 14 11:53:29 CET 2003


David Relson wrote:

> Looking back at older versions of bogofilter, I found the following:
> 
> E?SMTP\ id\ .*	;
> 
> which means that ESMTP and SMTP lines were being ignored.
> 
> The current code simply returns the token if header_line_markup is
> enabled.  Since header_line_markup is the default state, the normal
> action is just to return the token.  Sicne that is the same thing that
> bogofilter would do without the special rule, I've removed the rule.

make check fails for me with this. Anyhow, the line
<INITIAL>[:blank:]*id\ {ID}
look wrong. Why would we want zero or more blanks here? I
think we need at least one and for our purpose exactly one
should do it.

pi





More information about the Bogofilter mailing list