On Wed, Nov 20, 2002 at 07:59:49PM -0500, Dan Melomedman wrote:
> Hi. I upgraded maildrop on my system today, and noticed it
> writes maildirsize slightly differently in regards to leading/trailing
> spaces as compared to qmail-local:
> 
> 50000000S,50000C
> 45133542 2022
>      494    1
> 428 1
>      482    1
>      533    1
>      771    1
>      2379   1
> 
> 
> qmail-local flushes left, while maildrop doesn't. Does this affect
> anything? Thanks.
> 

Patches befor 20021101 will freak out. Since 20021101 the maildirsize
parser handles strange input lines in a more fault tolerant way.

I can not speak for courier-imap et al. but if I remeber correctly courier
uses sscanf "%ld %d" to read the input this should also work with our non
padded numbers.

> A request: this is such a small patch that I don't even want to generate
> a patch file. Could you patch qmail-lspawn.c to export MAILDIRQUOTA with
> the same contents as QMAILQUOTA for the next release? This would make
> integration with maildrop complete without patching qmail-ldap.
> 

Why not rename ENV_QUOTA in qmail-ldap.h from QMAILQUOTA to MAILDIRQUOTA.
This should not affect qmail-ldap per see but probably external
programs/scripts that rely on this environment variable.

Any comments?

-- 
:wq Claudio

Reply via email to