Could someone show me how to change a list option with the sticky switch? Every time I try to add -x to an existing list under a virtual domain, the list stops working (messages don't get distributed, but administrative requests still get processed).
I've tried: ezmlm-make -+ -x /home/vpopmail/domains/idma.com/test-list and a bunch of other variations in syntax.. Thanks, Steven -----Original Message----- From: Bill Shupp <[EMAIL PROTECTED]> Sent: Wednesday, November 07, 2001 10:05 AM To: [EMAIL PROTECTED] Subject: Re: Batch subscribe to mailing list? On Wednesday, November 7, 2001, at 11:54 AM, Steven Katz wrote: > It would also be cool to add more list options, such as the deny setup > and digest format. I'm about to make the changes, but I have a feeling > they won't stick if I make changes via qmailadmin later.. That's correct, they won't stick, as ezmlm-make -e is called only with the options available on the "modify list" page. Eventually we'll get more extended ezmlm-idx support, but I personally just don't have the time right now. If you look through mailinglist.c, it's fairly simple code. Adding options to the "add list" part should be pretty easy, but modifying lists later gets tricky when getting the list's current values. You've got to get the arguments being used in the .qmail files, and then set the appropriate "checked" tags in the html buttons. I tried to comment it clearly to make it easier to add stuff later. Unfortunately, I ended up with a lot of html in mailinglist.c, but it was the best method I could come up with at the time. Cheers, Bill Shupp
