Skrol29 wrote: > >I'm developping a web site for an association, and I wonder to know if they >are any remote MailMan command which would enables me to manage user >subscribion automatically. >The Association's Web site has a securized interface for members. I'd like >users to be able to subscribe/unsubscibe to one or several mailing list from >this interface only. And also, I'd like to unsubscribe members automatically >when they didn't pay they contribution.
There are command line scripts in Mailman's bin/ directory such as add_members and remove_members that can be run from your own CGIs. You can also develop your own html (or wget command) that posts to the web admin Mass Subscription and Mass Removal functions. This latter approach could work with the web site and mailman on different machines. You could also collect data in a file to be processed periodically through add_members and remove_members by a cron. There are more detailed discussions of these approaches in the archives of this list. >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py article 1.18 and >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
