Re: [Mailman-Users] Is there a way to create multiple lists at once via mailman script?

2015-09-17 Thread Mark Sapiro
On 09/16/2015 03:53 PM, Montanez, Victor wrote:
> 
> I am wondering if there is a way to have several mailman lists created at 
> once via command line. I am talking about 100 lists or so. Otherwise creating 
> them through the GUI would take forever.
> 
> Maybe creating a file with list name, password,etc and passing that file to 
> the create binary?


Create your file with multiple lines of the form

list1 ow...@example.com password

Assume it's named 'lists'

Create a script like

#! /bin/bash
exec 5The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Is there a way to create multiple lists at once via mailman script?

2015-09-17 Thread Montanez, Victor

Hello,

I am wondering if there is a way to have several mailman lists created at once 
via command line. I am talking about 100 lists or so. Otherwise creating them 
through the GUI would take forever.

Maybe creating a file with list name, password,etc and passing that file to the 
create binary?

Anyone have any experience with that?

Thanks in advance



Victor MontaƱez

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org