[cvs] bogofilter/src lexer_v3.l,1.41,1.42

Matthias Andree matthias.andree at gmx.de
Sat Jul 26 11:19:17 CEST 2003


relson at users.sourceforge.net writes:

> +BASE64		[0-9a-zA-Z/+=]+
> +QP		[^[:blank:]]+

Not quite, RFC-2047 has a list of tokens that mustn't appear in the
quoted-printable part.

> +ENCODED_TOKEN	{BOGOLEX_TOKEN}*=\?{ID}\?(b\?{BASE64}|q\?{QP})\?\=

-- 
Matthias Andree




More information about the bogofilter-dev mailing list