Displaying 1 result from an estimated 1 matches for "quota_count_path_add".
2007 Aug 31
2
dirsize quota assertion problem
...t; and the INBOX is "~/test". As you can
see, these are in different locations, but the INBOX string happens to
be a substring of the imap folder directory.
An example of the failed assertion error:
Aug 31 16:44:13 www2 dovecot: IMAP(test at example.com): file quota-dirsize.c: line 180 (quota_count_path_add): assertion failed: (!is_file)
This particular error log line was generated by dovecot 1.0.3, but the
code in quota-dirsize.c is the same in dovecot 1.1 alpha3's version of
quota-dirsize.c:
131 if (strncmp(count_path[i].path, path, strlen(path)) == 0) {
132...