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-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org
