Hi,
> After aplying the dash-trick patch (20010501) I started getting errors
> when trying to deliver to an existing user (for instance
> [EMAIL PROTECTED]):
>
> Out_of_memory_in_qmail-lspawn.
>
There was an error in the dash-trick patch caused by an uninitialized
variable (dash). Henning has fixed this in the version 20010306, which
is the newest patch available... as far as I know there is a patch for
the new qmail-ldap release 20010801 too...
You can either use a newer version of the patch (20010306) or correct
this error by hand (search the line where 'dash' is defined, and replace
'int dash;' with 'int dash = 0;'
I hope this helps :-)
Regards,
Matt