On Sep 28, 2004, at 16:06, Kory Wheatley wrote:
mlist.accept_these_nonmembers = "root@mm.isu.edu'
This should probably be: mlist.accept_these_nonmembers = [ "root@mm.isu.edu" ] If you give a string to something that expects a list, it will often treat it as a 'list of single characters' rather than a 'list of strings'. -- ("`-/")_.-'"``-._ Chris Cogdon <chris@cogdon.org> . . `; -._ )-;-,_`) (v_,)' _ )`-.\ ``-' _.- _..-_/ / ((.' ((,.-' ((,/ fL ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/