Matthew Clarkson wrote: >We are currently transitioning from majordomo to mailman. Anyways, we >create announce lists in majordomo by a custom script which will take >all the lists and concatenate them into one file, order them by >alphabetical order, and then run unique to remove duplicates. >I was wondering if there is anyway that mailman can do something similar >by a built in function (I can't find one). If not, is there any way >that I can by command line, extract all the address' associated with a >list and then run our same script on it, and then inject the address' >into another list (the announce list in this case)?
See the following FAQ articles <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.005.htp> <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.011.htp> Also the following Mailman command line tools bin/list_members bin/add_members bin/sync_members -- 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
