11 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: nfs
FromSent OnAttachments
Chris MastersOct 5, 2003 1:31 pm 
Erik BourgetOct 5, 2003 1:57 pm 
Martin LohmeierOct 5, 2003 7:07 pm 
Tim HassonOct 5, 2003 8:00 pm 
Sam VarshavchikOct 5, 2003 8:22 pm.txt
Tim HassonOct 5, 2003 8:36 pm 
Tim HassonOct 5, 2003 8:53 pm 
Sam VarshavchikOct 5, 2003 9:15 pm 
Tim HassonOct 5, 2003 9:33 pm 
Tim HassonOct 6, 2003 1:04 am 
Sam VarshavchikOct 6, 2003 4:50 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Re: nfsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 5, 2003 8:22:43 pm
List:net.sourceforge.lists.courier-maildrop
Attachments:

Tim Hasson writes:

I am still looking in the code (maildirquota.*) in maildrop/maildir/ to find out how this padding is done.

If you can point me to it, please let me know..

Huh? This is not too complicated. maildirquota.c, line 559:

sprintf(buf + strlen(buf), "%8s ", libmail_str_off_t(maildirsize_size, n));

sprintf(buf + strlen(buf), "%4s\n", libmail_str_off_t(maildirsize_cnt, n));

As far as that race condition goes, try the following patch to see if it mitigates it.