On Sep 28, 2004, at 16:06, Kory Wheatley wrote:
mlist.accept_these_nonmembers = "[EMAIL PROTECTED]'
This should probably be:
mlist.accept_these_nonmembers = [ "[EMAIL PROTECTED]" ]
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 <[EMAIL PROTECTED]> . . `; -._ )-;-,_`) (v_,)' _ )`-.\ ``-' _.- _..-_/ / ((.' ((,.-' ((,/ fL
------------------------------------------------------ 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/
