[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about bogofilter -R



* Mathias Bauer wrote on 2013-11-25 at 11:50 (+0100):

> * pecondon@mesanetworks.net wrote on 2013-11-23 at 11:33 (-0800):
>
> > I have processed some spam and ham to create a bogofilter
> > database. I want to use the -R option to create the TEXT data
> > frame and examine its contents.
> >
> > $ bogofilter -R > bogo-rframe
> >
> > This should, to my understanding, write a text file in
> > bogo-rframe, but it has been running for about an hour and
> > shows no sign of terminating. What is wrong? Please help.
>
> bogofilter -R reads from stdin.  Use
>   $ bogofilter -R /path/to/your/wordlist.db >bogo-rframe

Of course, it must be

  $ bogofilter -R </path/to/your/wordlist.db >bogo-rframe

Sorry,
Mathias


Reply to: