random oddities and questions

David Relson relson at osagesoftware.com
Wed Oct 9 04:42:19 CEST 2002


At 10:24 PM 10/8/02, Graham Wilson wrote:
>On Tue, Oct 08, 2002 at 07:35:49AM -0400, David Relson wrote:
> > At 01:52 AM 10/8/02, Eric Seppanen wrote:
> > >Is there a reason we no longer print the top "interesting" words?
> > >This is the single most useful debugging tool in there.  It used to
> > >appear at verbose >= 1 .  Presumably the correct action is to add
> > >    if (verbose) print_stats(stats);
> > >after select_indicators() is called.
> >
> > There's a timing issue here, i.e. where in the header do you want to
> > print these statistics.  In my personal copy of bogostats, I call
> > print_stats() right after printing the "X-Bogosity" message.  Don't
> > forget that it _does_ print 15 lines of statistics which significantly
> > adds to the number of header lines and which can be distracting.
> > FWIW, my code calls it only for spam - probably ought to be an option.
>
>why does that information go to your headers? shouldnt it do that only
>in passthrough mode?


Correct.  The info only appears if both passthrough and verbose are specified.

David




More information about the bogofilter-dev mailing list