RE: [Dovecot] APPEND bug in dovecot-20060628
29 Jun
2006
29 Jun
'06
10:11 p.m.
Timo,
It is hitting this condition on line 229 of src/lib-storage/index/maildir/maildir-mail.c, in function maildir_mail_get_physical_size():
/* size can be included in filename */
if (!maildir_filename_get_size(fname, MAILDIR_EXTRA_FILE_SIZE, &size)) {
if (_mail->uid != 0) {
if (maildir_file_do(mbox, _mail->uid,
do_stat, &st) <= 0) {
return (uoff_t)-1;
}
} else {
/* saved mail which hasn't been committed yet */
if (do_stat(mbox, fname, &st) <= 0) {
1 Jul
1 Jul
5:54 p.m.
New subject: [Dovecot] APPEND bug in dovecot-20060628
On Thu, 2006-06-29 at 18:11 -0400, Bill Boebel wrote:
Right. Fix here:
6885
Age (days ago)
6887
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bill Boebel
-
Timo Sirainen