Re: [Mailman-Users] configure lists with text file or programatically -> in a stream

2012-08-30 Thread Eric Smith
This seems to be a nice solution; $ sudo config_list -o /dev/stdout |sed 's/advertised = .*/advertised = False/' -e 's/foo/bar/ |sudo config_list -i /dev/stdin Eric Smith wrote on Thu-30-Aug 12 8:23PM > I have created a dozen or so lists and I want to change the > settings of all of them i

[Mailman-Users] configure lists with text file or programatically.

2012-08-30 Thread Eric Smith
I have created a dozen or so lists and I want to change the settings of all of them in a similar way. This file seems to hold the config data; /var/lib/mailman/lists//config.pck.last But it is not friendly. Is there a way to programatically or with a text editor apply settings? Thanks for any a