> I already checked the archives, and this question has been posted before
> but without any response. So here we go again.
> 
> If I create a mailinglist, I get an empty page as response. however when I
> do not fill out either owner of mailinglist name, I get a succesful
> message for @domain (As in no user name)

After some testing, and adding some Debug messages, something weird
happens in the addmailinglistnow function.

I'm using ezmlm with ezmlm-idx, and a few values are rather wrong. First
of all, owneremail is never set properly (replaced the first strcat with
strcpy and it does work), the first 2 arguments get deleted from the
argument list (since i (the arguments counter) is set to 0 at the start of
the function, thus overriding both 'ezlml-make' and the first parsed
argument in the while loop), can fix this by initializing i as 2.

Tested everything afterwards by using the user vpopmail to run ezmlm-make
with all the options. This works. The exec still goes awry, though.

Anyone?

Mad.

ps. I'll go and look for patches now :) Who knows :)

Reply via email to