Care to PATCH the PATCH JE? for those of us who do not speak "C" as a mother tongue ;-)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Johannes Erdfelt Sent: Friday, June 06, 2003 11:02 AM To: Matt Pavlovich Cc: [EMAIL PROTECTED] Subject: Re: [courier-users] [Patch] Add config for 'catch-all' address And don't forget the termination null! :) JE On Fri, Jun 06, 2003, Matt Pavlovich <[EMAIL PROTECTED]> wrote: > Yeah, I am a dumb ass. > > On Thu, 2003-06-05 at 19:37, Johannes Erdfelt wrote: > > On Thu, Jun 05, 2003, Matt Pavlovich <[EMAIL PROTECTED]> wrote: > > > No brainer config option to allow users to modify the 'catch-all' address for hosteddomains. Also should work to allow just "@domain.com". (Not tested). > > > @@ -308,12 +313,12 @@ > > > lai.rwi=rwi; > > > lai.found=0; > > > > > > - alloc_buf=malloc(sizeof(DEFAULTNAME) > > > + alloc_buf=malloc(sizeof(getenv("CATCHALLNAME")) > > > +strlen(atdomain)); > > > > You sure this shouldn't be strlen(getenv("CATCHALLNAME")) ? > > > > JE > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
