http://bugzilla.spamassassin.org/show_bug.cgi?id=3225
------- Additional Comments From [EMAIL PROTECTED] 2004-04-23 17:25 ------- Subject: Re: RFE: Bayes optimizations > What about leaving atime in 32 bit unix time format but having a > configuration option to set the granularity used when deciding if a > token that has been used needs to have its atime updated? How about a only do it once in N times factor? Perhaps one of these (depending on what's easiest and works best). - update every N times - update if !(current_time % N) - update if rand(N) < 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.