Hello,
it turned out that after emitting the messages below, cyrus.cache (3.0) was not
self-repaired and stayed bogus. In
fact, reconstruct also does not repair cyrus.cache, unless cyrus.index is
deleted. If cyrus.index is present and
cyrus.cache is missing, reconstruct creates a four-bytes la
So, using my strace output from the other week as an example:
> pselect6(13, [8 9 11 12], NULL, NULL, NULL, {[], 8}) = 1 (in [11])
The arguments here are:
* nfds: 13 (12+1)
* readfds: [8 9 11 12]
* writefds: NULL
* exceptfds: NULL
* timeout: NULL
* sigmask: {[], 8}
The interesting bits are:
*
The Cyrus team is pleased to announce the immediate availability of a new
version of Cyrus IMAP: 3.1.8
This is a snapshot of the master branch, and should be considered for testing
purposes and bleeding-edge features only. It is available as a git tag, which
can be found here:
https://github.c