> would you know if this "issue" carries over into the db
> repository too ???

Not as far as I can see.  :-)  There is only the Mail<ID> message name.

By the way, if you look at the long numeric string used for the first part
of a message store filename, you'll notice that it is the hexidecimal
encoding of the ASCII representation of the message name.  The dbfile fix
this weekend exposed another bug (now fixed), which caused my db
respositories to automatically take on the properties of dbfile.  Now I have
an issue where I need to switch from dbfile:/ to db:/, so I've been working
on a migration tool.  This filename encoding was one of the first things I
noticed when I started looking at the relationship between the db records
and the dbfile bodies.

My sense is that dbfile actually turns out to be quite reliable, but the
updates are no longer atomic, and we also use replication for real-time
backup.  I might keep dbfile for the spool, but prefer inboxes to be db.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to