LuKreme wrote:
>
>$ bin/newlist -l en --urlhost=mailman.covisp.net --emailhost=kreme.com 
>hgt-sch...@kreme.com 
>  kr...@kreme.com
>Initial hgt-school password:
>Create a new, unpopulated mailing list.
>
>Usage: bin/newlist [options] [listname [listadmin-addr [admin- 
>password]]]
>
>[ bunch of stuff]
>
>Illegal list name: hgt-sch...@akane


The short answer is DEFAULT_EMAIL_HOST must be a fully qualified doman
name.

The underlying issue is the MailList.Create() method as called by
bin/newlist validates the list name by checking that
listn...@default_email_host is a valid email address. This check in
turn requires at least one dot '.' in the domain part.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to