<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Tue, Apr 14, 2015, at 06:10 PM, Alexey Shilin wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>Hi!<br></div>
<div>&nbsp;</div>
<div>I need to generate reports on the daily basis on how many messages are not seen in any given user mailbox.<br></div>
<div>&nbsp;</div>
<div>I looked at &nbsp;'john.doe.seen' database file (with 'strings' and 'skiplist.py' )and could not figure out how I might be able to get this info.<br></div>
</div>
</blockquote><div>&nbsp;</div>
<div>Unfortunately, the file itself doesn't have enough information.&nbsp; First thing we need to know is what version you're running, because seen changed a lot from 2.3 to 2.4.<br></div>
<div>&nbsp;</div>
<div>It seems that the best way to do this might be an option to mbexamine to allow you to dump the seen state data for any particular user.&nbsp; The other way, if you can proxy authenticate as a particular user via IMAP, is to just do a STATUS UNSEEN for each mailbox of each user.&nbsp; That will be the most efficient, because it can even take advantage of the statuscache.<br></div>
<div>&nbsp;</div>
<div>Bron.<br></div>
<div>&nbsp;</div>
<div id="sig567075"><div class="signature">--<br></div>
<div class="signature">Bron Gondwana<br></div>
<div class="signature">brong@fastmail.fm<br></div>
<div class="signature">&nbsp;</div>
</div>
<div>&nbsp;</div>
</body>
</html>