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
*** 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);