Title: Re: add mailing list in 0.38
I'm getting an error when trying to add an (idx) mailing list.  I have added the line in mailinglist.c to add the NULL.  Now instead of no data, I get an Internal Server Error.
The logs:
ezmlm-make: fatal: dir and dot must start with slash
 
Other details - vpopmail 4.9.4, qmailadmin 0.38, ezmlmidx 0.53.324 (same results with 0.53.40), Mandrake-Linux
Can provide full configure line if necessary
Any suggestions?
Thanks,
Calvin

try the following in mailinglist.c in addmailinglistnow()

strcpy(owneremail, "-5");

instead of
       strcat(owneremail, "-5 ");
       strcat(owneremail, list_owner);


and

arguments[i]=owneremail;
arguments[i+1]=list_owner;
arguments[i+2]=TmpBuf2;
arguments[i+3]=TmpBuf3;
arguments[i+4]=ActionUser;
arguments[i+5]=Domain;
arguments[i+6]= NULL;
to split then "-5 owneremail" into 2 parameters.

This error exists since 0.34. Sorry for not giving a patch file.

Regards
Roland
--
Roland Irle                           E-Mail: [EMAIL PROTECTED]
Kamp Netzwerkdienste GmbH             Tel.: 0208/89402-0
Vestische Strasse 89/91               Fax.: 0208/89402-40
46117 Oberhausen                      http://www.kamp.net

Reply via email to