10 Sep
2009
10 Sep
'09
12:06 a.m.
On Wed, 2009-09-09 at 15:07 +0100, Siraj 'Sid' Rakhada wrote:
Am seeing an odd problem on an old FreeBSD 4.11 box that I'm trying to get courier off, and dovecot on. At the same time, I'm trying to put some fairly simple quota support on, but getting very odd results.
My guess is that this code doesn't work correctly in src/plugins/quota/quota-maildir.c:
if (sscanf(*lines, "%lld %d", &bytes_diff, &count_diff) != 2)
return -1;
You could try if the attached patch fixes it for you.