patch to fix bogofilter hangs

David Relson relson at osagesoftware.com
Sat Jan 25 00:47:08 CET 2003


At 01:04 PM 1/24/03, Chris Wilkes wrote:

>On Thu, Jan 23, 2003 at 08:47:08PM -0500, David Relson wrote:
> >
> > The patch below corrects the problems reported with bogofilter 
> hanging.  If
> > you are having trouble, please apply this patch and let me know if it 
> does,
> > indeed, fix your problems.
>
>Thanks, fixes it here.  Read it on some spam from this archive:
>         http://www.em.ca/~bruceg/spam/
>and it worked fine on all of them.
>
>My simplistic bash script to use it is:
>   cd /path/to/spamarchive
>   mkdir ../nonspam ../spam
>   for i in *; do echo $i; bogofilter < $i; if [ $? == 0 ];
>     then mv $i ../spam; else mv $i ../nonspam; fi; done
>which then sorts them out.  If the program hangs you'll see which one it
>is as its displayed last.
>
>Should I post future problems (like this hang) to the list or should I
>mail you directly?
>
>Chris

To the list.  Others may get to the problem before I do.  Also, others know 
more about parts of bogofilter than do I.







More information about the bogofilter-dev mailing list