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.org>        If you like Jazz/R&B guitar, check out
LinkedIn Profile:                 my friend bigsbytracks on YouTube at
<http://tinyurl.com/y8kpxu>    http://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

Reply via email to