Getting bogotrain back

RW rwmaillists at googlemail.com
Wed Aug 31 12:05:20 CEST 2011


On Tue, 23 Aug 2011 20:53:00 -0400
David Relson wrote:

> On Tue, 23 Aug 2011 17:08:58 +0100
> Anne Wilson wrote:
> 
> > On Tuesday 23 Aug 2011 David Relson wrote:
> > > Hello Anne,
> > > 
> > > My Gentoo system has trainbogo.sh
> > > in /usr/share/bogofilter/contrib. Being too lazy to check
> > > trainbogo.sh for dependencies, I've zipped the complete contrib
> > > directory and have attached the zip file.
> > > 
> > > Have fun!
> > >
> > Thanks David.  That solves the problem :-)  Training continues, as
> > always.
> > 
> >  Anne
> 
> As you say, training continues.  Bogofilter is nine years old and
> I've been running it for a few months less than that -- and I'm still
> training daily with unsures and the occasional false negative.

I notice that trainbogo.sh still doesn't work on FreeBSD.

All that's needed is a ports patch file  to change 

  md5=$(printf "%s" "${rndseed}${i}" | md5sum | sed "s/  -//")

to

  md5=$(printf "%s" "${rndseed}${i}" | md5)


  



More information about the Bogofilter mailing list