<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hello,<br><br>I'm making my own perl script to connect to IMAP servers (Master &amp; Replica) and compare, following your own script. But I have a question regarding message comparision.<br><br>I would like to compare the md5sum (GUID) that is saved in every message, If I don't understood wrong GUID is the md5sum of the message. If not, how can I get the md5sum?<br><br>Anyway, I'm not able to extract GUID:<br>&nbsp;Message Info:<br>000001&gt; UID:00000006&nbsp;&nbsp; INT_DATE:1329912678 SENTDATE:1329908400 SIZE:631<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; HDRSIZE:488&nbsp;&nbsp;&nbsp; LASTUPD :1329912709 SYSFLAGS:00000010&nbsp;&nbsp; LINES:6<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; CACHEVER:3&nbsp; <b>GUID:a281f0ee24d78fb5c32e70b77c85c6842fcc40a6</b> MODSEQ:13<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; USERFLAGS: 00000000 00000000 00000000 00000000<br><br>I'm trying to fetch through perl with the following code and also through telnet 143 and the return me field is not valid.<br><br>$IMAPs1-&gt;select("user.cyrusadmin");<br>my $UIDs1 = $IMAPs1-&gt;fetch('1:*', 'guid');<br><br>Is there any option to do it? Because just comparing this field I can validate that the messages are the same.<br><br>Thanks &amp; Regards.<br><br>Manel Gimeno Zaragoza<br>magiza83@hotmail.com<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Thu, 16 Feb 2012 20:22:57 +0100<br>&gt; From: brong@fastmail.fm<br>&gt; To: Eric.Luyten@vub.ac.be<br>&gt; Subject: Re: Problem recover replica<br>&gt; CC: info-cyrus@lists.andrew.cmu.edu<br>&gt; <br>&gt; On Thu, Feb 16, 2012 at 05:59:05PM +0100, Eric Luyten wrote:<br>&gt; &gt; On Thu, February 16, 2012 4:49 pm, Manel Gimeno Zaragozá wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; &gt; Hello,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I'm using "find -type f" in my test environment because it's just 5 o 6GB of<br>&gt; &gt; &gt; data. In production I know I won't be able to use it. how do to<br>&gt; &gt; &gt; check/dump/export cyrus.index information? I was trying to find some tool o<br>&gt; &gt; &gt; script but I couldn't find it.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Manel,<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; You could use 'mbexamine' which dumps mailbox information in human readable<br>&gt; &gt; (and machine processable) format.<br>&gt; <br>&gt; We actually use IMAP to talk to it :)  We run an imapd on the replica<br>&gt; as well (on a different port) - so we connect to the two imapds and<br>&gt; compare between them.<br>&gt; <br>&gt; Bron.<br>&gt; ----<br>&gt; Cyrus Home Page: http://www.cyrusimap.org/<br>&gt; List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/<br></div>                                               </div></body>
</html>