It could be done, sure. There's already some stuff in the snmp code for
counting calls to commands (like pop3 does) - but what you're looking for is
more counting messages expunged. You'd need to add a global datastructure, a
function to update it, and call it from within the index_expunge loo
We run our cyrus 2.4 murder with deduplication switched on.
Generally speaking this works well, but every so often user's complain
about receiving duplicate messages.
We've been taking a look at our delivery logs and our delivery db and it
does seem to sometimes behave oddly
e.g a series of mess
Hello.
Sometimes I want to have information on the number of deleted
messages. It is possible for pop3 only now:
cyrus/pop3[9787]: counts: retr=<3> top=<0> dele=<3>
It would be good to add a number to the message "Unlinking files":
Unlinking N file(s) in mailbox ...
Can it be done ?
--
Regards