bogofilter-0.16.2 - new current release

David Relson relson at osagesoftware.com
Sat Jan 17 01:55:35 CET 2004


On Sat, 17 Jan 2004 01:29:04 +0100
Stefan Bellon <sbellon at sbellon.de> wrote:

> I noticed a problem with the latest 0.16.2 version.
> 
> In the announcement, David Relson wrote:
> > * Allow setting threshold for auto-updating, using the "-u value"
> > flag
> >   or the "thresh_update=value" option.
> 
> This breaks formerly working and existing code:
> 
>     $ bogofilter -pluM < foo > bar
> 
> worked but doesn't anymore. It produces
> 
>     Cannot parse -u option argument 'M'.
> 
> as output. Now you have to ensure that you call bogofilter like
> 
>     $ bogofilter -Mplu < foo > bar
> 
> or
> 
>     $ bogofilter -plu -M < foo > bar
> 
> I don't think this was intentional.]

Hi Stefan,

You're right.  It wasn't intentional.  I generally separate my
arguments,
using "-p -l -u -M" instead of "-pluM", and hadn't anticipated that
problem.  Do you know of any solutions?

David




More information about the bogofilter-dev mailing list