Re: [Mailman-Users] Program to Change List Real Name

2011-06-02 Thread UUN Hostmaster
> On 6/2/2011 2:13 PM, UUN Hostmaster wrote: > > Mark Sapiro wrote: > >> I am migrating some Majordomo Mailing lists to a CPanel Mailman >> installation. > > > So what are you really trying to accomplish? If you create the lists > with cPanel's list create process (as opposed to Mailman's bin/newli

Re: [Mailman-Users] Program to Change List Real Name

2011-06-02 Thread Mark Sapiro
On 6/2/2011 2:13 PM, UUN Hostmaster wrote: Mark Sapiro wrote: >> However, if this is cPanel there may be problems with the above. > What kinds of problems do you anticipate with cPanel Mailman? > > I looked at the config_list of a CPanel Mailman mailing list: > list-name_domain-name.tld. It ap

Re: [Mailman-Users] Program to Change List Real Name

2011-06-02 Thread UUN Hostmaster
> On 6/1/11 8:51 PM, UUN Hostmaster wrote: >> Mailman Folks, >> >> Who do I convert these manual instructions into a program? >> >> bin/withlist bar >> >>> m.real_name='bar' >> >>> m.Lock() >> >>> m.Save() >> >>> m.Unlock() >> >>> ^D > > First o

Re: [Mailman-Users] Program to Change List Real Name

2011-06-02 Thread Mark Sapiro
On 6/1/11 8:51 PM, UUN Hostmaster wrote: > Mailman Folks, > > Who do I convert these manual instructions into a program? > > bin/withlist bar > >>> m.real_name='bar' > >>> m.Lock() > >>> m.Save() > >>> m.Unlock() > >>> ^D First of all, that i

[Mailman-Users] Program to Change List Real Name

2011-06-02 Thread UUN Hostmaster
Mailman Folks, Who do I convert these manual instructions into a program? bin/withlist bar >>> m.real_name='bar' >>> m.Lock() >>> m.Save() >>> m.Unlock() >>> ^D Thanks. Jim -- Mailman-