[vchkpw] Vpopbull problem -- Patched

2002-10-21 Thread Edoardo Serra
Excuse me, it wasn't error handling correctly # diff vpoppatched/vpopbull.c vpopmail-5.2.1/vpopbull.c 186d185 < struct stat mystatbuf; 188,196d186 < /* check if the directory exists and create if needed */ < < if ( stat(pwent->pw_dir, &mystatbuf ) == -1 ) { < if ( vmake_m

[vchkpw] Vpopbull problem -- Patched

2002-10-20 Thread Edoardo Serra
At 09.39 17/10/2002 -0500, Ken Jones wrote: Feel free to submit a patch for vpopbull. Ken Jones Ok, I did and tested it: Here's the diff, It implements the auto create maildir in vpopbull # diff vpoppatched/vpopbull.c vpopmail-5.2.1/vpopbull.c 186d185 < struct stat mystatbuf; 188,196d186 <