Porter wrote: >I am trying to build a list that is inclusive of >serval sub lists but that have subscriber only posting >restrictions. That is a list TOP with subscribers >SUB1m SUB2m etc. The SUBn lists have indiviual >subscribers and I want them to be able to send to >their SUBn list as well as TOP to send to all the SUBn >lists. For security and privacy I want subscriber >only postings.
See http://starship.python.net/crew/jwt/mailman/#listinclusion for a patch that would allow in your example placing '@SUBn' entries in the accept_these_nonmembers attribute of TOP to allow the SUBn members to post to TOP. -- 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
