Deb package

Matthias Andree matthias.andree at gmx.de
Wed Jan 29 01:36:07 CET 2003


David Relson <relson at osagesoftware.com> writes:

> I'm committing the patch to cvs because I'm sure it's needed.  Looks
> like there'll be a 10.1.3-bug-fix ...

How about using something along the lines of:

#include <inttypes.h>
/* ^ that's POSIX */

use uint32_t for the database?


32 bit integers will be a problem once token counts cross the billion
(10^9) and approach 2^32, but to fix this for good, we'd have to store
information about the "value" format in a special token in the data base
itself (to allow queries if the DB is accessed from machines of
different architecture, NFS for instance), and add an abstraction
layer. Probably 0.12 stuff though.

-- 
Matthias Andree




More information about the bogofilter-dev mailing list