Re: The bug in 1.5.x

2008-12-02 Thread Karsten Bräckelmann
On Tue, 2008-12-02 at 23:48 +0100, Dirk Bonengel wrote: > Karsten Bräckelmann schrieb: > > The "workaround" above removes words *first*, usually resulting in a > > bunch of spaces per line. With the original algorithm, these are exactly > > what's being hashed! With the "workaround", they falsely

Re: The bug in 1.5.x

2008-12-02 Thread Dirk Bonengel
Karsten Bräckelmann schrieb: On Tue, 2008-12-02 at 11:32 +0100, Dirk Bonengel wrote: I'm looking into it. Only thing - seems to work here. The reason why hash one is broken is the "workaround" introduced into version 1.5. $body_copy =~ s/[[:graph:]]+//go; This can not work. Hash on

The bug in 1.5.x (was: Re: Bug in iXhash plugin - fixed version available)

2008-12-02 Thread Karsten Bräckelmann
On Tue, 2008-12-02 at 11:32 +0100, Dirk Bonengel wrote: > I'm looking into it. Only thing - seems to work here. The reason why hash one is broken is the "workaround" introduced into version 1.5. $body_copy =~ s/[[:graph:]]+//go; This can not work. Hash one is supposed to do this: Condense all