[Mailman-Users] non human interface for manging users

Mark Sapiro msapiro at value.net
Mon Feb 6 02:30:10 CET 2006


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 <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list