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





------- Additional Comments From [EMAIL PROTECTED]  2005-05-10 23:09 -------
ok, trivial fix for file-based dbs in 3.1.0:

- we maintain two bayes_seen files: bayes_seen and bayes_seen_old.
- if bayes_seen_old doesn't exist (eg. post-upgrade) it's treated as empty
- if bayes_seen doesn't exist, both files are treated as empty
- once stat(bayes_seen) reports that the file creation time is greater than N
days ago, bayes_seen_old is unlinked, bayes_seen is moved to bayes_seen_old, and
a new, empty bayes_seen file is created.

N would be 90 days by default, let's say.  that's very easy and pretty fast to
implement, and deals with the problem without adding more fields or upgrading
the db format.

doesn't help for SQL dbs, or for auto-whitelist though...



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

Reply via email to