Andi Mappesona wrote: >I've tried to build a web interface for mailman with php. Until now i >can do mass subcription, mass unsubsribe. I use mailman shell command to >make it all. But I can't find a way to make a moderator page, I can't >find a command that can retrieve the pending subscriber, to make a >banlist and the others privacy policy like in the mailman cgi-bin web >interface. Is there a way to make it all ?
There are at least two ways to do this. One is to create your own Python/Mailman scripts to supplement add_members, remove_members, etc. to do what you want and invoke those from your php scripts. The other is to get and post to the web admindb interface directly from your php scripts. This search <http://www.google.com/search?hl=en&safe=off&q=site%3Amail.python.org++inurl%3Amailman++wget> may help you find more on this. -- 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
