Displaying 1 result from an estimated 1 matches for "maildirsize_parse".
2006 Jun 12
1
Maildir++ implementation issues.
...86213796 108
5102 1
387708 1
5093 1
382406 1
3550 1
268337 1
Note the pretty formatting. These are spaces.
Unfortunately, Dovecot seems to ignore these when reading the maildirsize
file in maildirsize_parse(). It appears to be using sscanf to look for
numeric entries:
if (sscanf(*lines, "%lld %d", &bytes_diff, &count_diff) != 2)
I've read and re-read the maildir++ specification at
http://www.inter7.com/courierimap/README.maildirquota.html and can't
underst...