On Thu, Oct 14, 2004 at 12:35:36PM +0200, [EMAIL PROTECTED] wrote: [...] > He now wants to control the traffic with some topics, he had defined. > It works fine if you do that manually for each user. > > BUT, is there a way to do that for each member in a script or better online > on a website?
http://mail.python.org/pipermail/mailman-users/2004-June/037370.html contains a script that can be used with bin/withlist to attach a topic to a user on a specified mailing list. Your variation would be straightforward. (The other messages in that thread may be useful to you.) Once you have the people subscribed, the script shown in: http://mail.python.org/pipermail/mailman-users/2004-June/037561.html may be helpful in listing the topic subscriptions. -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html ------------------------------------------------------ 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/
