bogotune-0.2.7

Greg Louis glouis at dynamicro.on.ca
Thu Jun 26 16:30:05 CEST 2003


On 20030626 (Thu) at 1442:37 +0200, Boris 'pi' Piwinger wrote:

> >   http://www.bgl/nu/bogofilter/bogotune-0.2.7.tgz
> 
> Somme errors in the script:
> 
> Line 109 can be simplified:
>     ($scount, $ncount) = (split /\s+/, $counts)[1,2];
> This removes a bogus variable.

Adopted.
 
> Line 294 should read:
>     my $i; my $ndots = POSIX::ceil(70 * $cur / $top);

Adopted.
 
> Line 361 has $errr, I guess it should be $err.

Correct, thanks!
 
> Subroutine log10 redefined at bogotune line 309. Not really
> a problem, but you know.

Redefined?
$ perl -e 'print log10(100);'
Undefined subroutine &main::log10 called at -e line 1.

See also Programming Perl, pp.739-740

line 309 is where the first mention of log10 occurs.

Thanks again...
-- 
| G r e g  L o u i s          | gpg public key: finger     |
|   http://www.bgl.nu/~glouis |   glouis at consultronics.com |
| http://wecanstopspam.org in signatures fights junk email |




More information about the Bogofilter mailing list