Hi I have installed qmail 1.03 & vpopmail 5.2 I found a problem with the Delivered-To header in the function "maildir_to_email" All the Delivered-to headers lost the first 3 characters I changed the default dir "domains" to "mail" Checking the code I found that in the function "maildir_to_email", you are using a fixed length "9" to strip the domain name from the path I changed this and made a patch to 5.3.8
Lines where I found the problem
---------------------------------------------
for( pnt = last + 9; (*pnt && *pnt != '/' && j < 255); ++pnt, ++j ) {
email[j] = *pnt;
}
---------------------------------------------
Killer
[EMAIL PROTECTED]
vdelivermail.patch
Description: Binary data
