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

Reply via email to