[Mailman-Users] Create new mailinglist from Java programm

2010-02-23 Thread Tobias Faulstich
Hello everybody, 

 

I have a question about the possible interfaces from  mailman. We want to
connect our software written in java with our existing mailman server. To be
precisely, we want to create new mailing list with our java program. 

 

So we need some kind of interface to access the mailman. When it's possible,
we don't want to start a  Process p = Runtime.getRuntime().exec to run the
commandline tool from mailman, because in that case we need a separate ssh
tunnel through our firewalls  to our mailman server.

 

In the Wiki I read about the new REST interface
http://wiki.list.org/display/DEV/REST+Interface. Is it  already available or
in development.  If not, is it possible to send a suitable POST request to
the webinterface from mailman to create new mailinglist?

 

Thanks for your help,

 

  Kind regards,

   Tobias Faulstich

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Create new mailinglist from Java programm

2010-02-23 Thread Mark Sapiro
Tobias Faulstich wrote:

In the Wiki I read about the new REST interface
http://wiki.list.org/display/DEV/REST+Interface. Is it  already available or
in development.  If not, is it possible to send a suitable POST request to
the webinterface from mailman to create new mailinglist?


No. The REST interface is in Mailman 3 which is not production ready
yet.

Just look at the http://www.example.com/mailman/create (adjusted for
your installation) page and POST the same things it does.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org