http://bugzilla.spamassassin.org/show_bug.cgi?id=3082





------- Additional Comments From [EMAIL PROTECTED]  2004-02-27 03:32 -------
Here's what I'm thinking.  Implement a generic shrink function for databases.

Basically:

 - lock the DB
 - copy each key/value pair to a new DB from locked DB
 - copy new DB over old DB
 - unlock DB

or

 - lock the DB
 - copy the DB to a temporary file and unlock original
 - copy each key/value pair to a new DB from temporary copy
 - re-lock the DB
 - copy new DB over old DB
 - unlock DB
 - delete temporary copy

Perhaps, a standalone program.  I doubt it needs to know much about how SA
works.  What do y'all think?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to