Look closer.. ; )   the only real chage was 

from:
       strcat(owneremail, "-5");

to:
       strcpy(owneremail, "-5");


arount line 305...

Taking the comments out was just to tidy up a bit.

-Bill

Quoting Ken Jones <[EMAIL PROTECTED]>:

> 
> Hey Bill,
> 
> It looks like the change was to remove the two commented out lines.
> 
> Ken
> 
> Bill Shupp wrote:
> > 
> > Here it is copied and pasted...
> > 
> > -Bill
> > 
> > *** qmailadmin-0.39/mailinglist.c       Thu Oct 19 15:23:42 2000
> > --- newqmailadmin-0.39/mailinglist.c    Wed Oct 25 17:49:39 2000
> > ***************
> > *** 302,310 ****
> >         memset(loop_ch, 0, MAX_BUFF);
> > 
> >         GetValue(TmpCGI, list_owner, "5=", MAX_BUFF); // Get the
> listowner
> > !       strcat(owneremail, "-5");
> > ! /*    strcat(owneremail, list_owner);*/
> > ! /*    strcat(options, " "); */
> >         for(loop = 0; loop < NUM_EZMLM_CHOICES; loop++)
> >         {
> >                 sprintf(tmp, "param%d=", loop+1);
> > --- 302,308 ----
> >         memset(loop_ch, 0, MAX_BUFF);
> > 
> >         GetValue(TmpCGI, list_owner, "5=", MAX_BUFF); // Get the
> listowner
> > !       strcpy(owneremail, "-5");
> >         for(loop = 0; loop < NUM_EZMLM_CHOICES; loop++)
> >         {
> >                 sprintf(tmp, "param%d=", loop+1);
> > 
> > Quoting Ken Jones <[EMAIL PROTECTED]>:
> > 
> > > Bill Shupp wrote:
> > > >
> > > > Ken,
> > > >
> > > > The new addmailinglistnow() function in mailinglist.c was still
> broken
> > > in
> > > > 0.39 released on the 25th (today).  Attached is a very simple
> patch to
> > > fix
> > > > it.
> > > >
> > > > Thanks,
> > > >
> > > > Bill Shupp
> > > >
> > > >
> > >
> ------------------------------------------------------------------------
> > > >                             Name: mailinglist-idx.patch
> > > >    mailinglist-idx.patch    Type: Plain Text (text/plain)
> > > >                         Encoding: base64
> > >
> > > The patch got corrupted some how.
> > >
> > > Could you send it again?
> > >
> > > Ken Jones
> > >
> 

Reply via email to