When running exmlm-make by hand any knowing qmail administrator will replace the "." with ":" in the command line, mailinglist.c (I think) doesn't do the replace and so creates .qmail-list.name as .qmail-list.name where we all know it should be ":" instead. I'd fix it myself only I don't know C yet and by the time I could fix it and the rate of development ( good work guys ) qmailadmin-1.50 would be released.
Steve. ----- Original Message ----- From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 1:40 AM Subject: Re: qmailadmin 1.0 canidate > Hi, > > I'm still seeing a bug with the mailing lists. When you create a > mailing list it places .qmail symlinks in ~vpopmail/domains/ [domain]/ > which are incorrecly named. > > Created: > > /home/vpopmail/domains/.../.qmail-test.list > /home/vpopmail/domains/.../.qmail-test.list-default > /home/vpopmail/domains/.../.qmail-test.list-owner > /home/vpopmail/domains/.../.qmail-test.list-return-default > > These should be: > > /home/vpopmail/domains/.../.qmail-test:list > /home/vpopmail/domains/.../.qmail-test:list-default > /home/vpopmail/domains/.../.qmail-test:list-owner > /home/vpopmail/domains/.../.qmail-test:list-return-default > > Where the "." is replaced by ":" within the mailing list name, this > problem has existed since 0.45 afaik and I think needs addressing > before 1.0 goes final. Funny I never noticed this. However, it must be an ezmlm-make bug. Qmailadmin just calls ezmlm-make, which creates the links. > On the plus side, The current version is a vast improvement on older > releases. > > Regards > Steve Glad you feel that may. Many of us have put a lot of time and effort into it. Regards, Bill Shupp
