shuttlebox <shuttlebox@...> wrote: > That can't be right but I vaguely remember that the actual cleansing > of the database is done not directly at timeout but following some > other algorithm, probably when there's a number of tuples to remove. The obsolete tuples are removed when the database is walked through. It we look for a given tuple and find it, we will not purge the next obsolete tuples. Obsolete tuples are all removed when a new messages comes in: this is a new tuple, so we will walk the whole database looking for it, and we will remove all obsolete tuples. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] size of /var/milter-greylist/greylist.db
2008-07-18 by manu@netbsd.org