[Mailman-Users] Re: [Mailman-Developers] Usiing the withlist command
Chris Cogdon
chris at cogdon.org
Wed Sep 29 10:30:29 CEST 2004
On Sep 28, 2004, at 16:06, Kory Wheatley wrote:
> mlist.accept_these_nonmembers = "root at mm.isu.edu'
This should probably be:
mlist.accept_these_nonmembers = [ "root at 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 at cogdon.org>
. . `; -._ )-;-,_`)
(v_,)' _ )`-.\ ``-'
_.- _..-_/ / ((.'
((,.-' ((,/ fL
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users at 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/
More information about the Mailman-Developers
mailing list