25 Mar
2007
25 Mar
'07
5:12 p.m.
On 25.3.2007, at 13.49, Vincent Bernat wrote:
Is it possible to maintain a list of recent message-id and mailbox couples to avoid to deliver again a message to the same mailbox ?
It should be pretty easy to modify the sources to do this. There's
duplicate.h which provides an API to marking duplicates and checking
if they exist. It's already used by the Sieve plugin. The duplicate
database code is pretty simple though and if the file grows large,
it'll be slow.
I guess this duplicate checking could be done, but I wouldn't want it
enabled by default.