problems [was: casefolding]

David Relson relson at osagesoftware.com
Thu May 15 04:12:21 CEST 2003


At 09:18 PM 5/14/03, michael at optusnet.com.au wrote:

>David Relson <relson at osagesoftware.com> writes:
> > Michael,
> >
> > Since 0.12.3, a group of parsing options have been added to bogofilter
> > and bogolexer.  They're all toggles that enable/disable capabilities,
> > i.e.
> >
> > "-Pf" for case-folding
> > "-Ph" for tagging of header lines
> > "-Pt" for tokenizing of html tags
> > "-PC" for strict checking (of html comments)
> >
> > If you update your source code, you'll be able to test case folding to
> > your heart's content!
>
>I'm presuming you mean in CVS rather than in 0.12.3? The CVS code
>has quite a number of problems compiling at the moment.
>
>1. the tokenize_html_comments isn't defined in globals.c
>2. 'make check' does compile because -L../../src isn't in the CFLAGS
>meaning that the -lbogofilter fails.
>3. The tests don't pass anyway.
>
>I think I'll wait for 0.12.4 to test. :)

Michael,

I wasn't clear.  They were added after the release of 0.12.3.  I just 
removed references to tokenize_html_comments from globals.h and 
bogoconfig.c.  I've reset the default values of the various parsing flags 
to 0.12.3 values so that "make check" succeeds.

I think you can successfully do a "cvs update && make check" now.  If you 
don't mind taking another shot at it and letting me know how it goes, I'd 
be appreciative.

David





More information about the Bogofilter mailing list