[Mailman-Users] Send data to list

2009-03-21 Thread Mezőfi István

Hy!

I have a simple form. Include email and name inputs.
I would like send data to mailman database when visitor send my form.
What can I do?

Thanks.
István Mezőfi
Hungary

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

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Send data to list

2009-03-21 Thread Brad Knowles

on 3/20/09 2:30 PM, Mezőfi István said:


I have a simple form. Include email and name inputs.
I would like send data to mailman database when visitor send my form.
What can I do?


The current version of Mailman does not have a proper database.  There 
is some information about a user that is stored in binary format in a 
Python pickle file, but that's not a proper database.  Mailman3 will 
be able to properly interact with real databases on the back-end, but 
even there you won't really have any hooks that you can use to put 
additional information into the database.


If you have additional information you want to track, you need to keep 
this in a system that is outside of Mailman, and develop your own 
methods to keep those two systems in sync.


--
Brad Knowles
b...@shub-internet.orgIf you like Jazz/RB guitar, check out
LinkedIn Profile: my friend bigsbytracks on YouTube at
http://tinyurl.com/y8kpxuhttp://preview.tinyurl.com/bigsbytracks
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Send data to list

2009-03-21 Thread Mark Sapiro
MezQfi István wrote:
 
 I have a simple form. Include email and name inputs.
 I would like send data to mailman database when visitor send my form.
 What can I do?


If you mean you want to use your own form to subscribe people to your
list, see the FAQ at http://wiki.list.org/x/hIA9.


-- 
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9