Michael Soulier wrote: >On Apr 2, 2005 10:56 AM, Porter <[EMAIL PROTECTED]> wrote: >> I am trying to build a list that is inclusive of >> serval sub lists but that have subscriber only posting >> restrictions. > >I do this by building the higher level lists via a script on the >server each night. > >For example, list D is composed of the members of lists A, B and C, so >I iterate those and call list_members on each, uniquely sort the final >list and use it as the list to sync_list for list D.
And Michael's post reminds me that in my previous two posts in this thread, I negelected to mention FAQ article 3.5 at http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.005.htp which has an example script for Michael's method and a link to a more elaborate script that transfers member options from the sub lists. -- 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
