[Mailman-Users] newlist list creation error

Mark Sapiro mark at msapiro.net
Mon Jun 30 04:59:36 CEST 2008


Vidiot wrote:
>
>./bin/newlist mailman
>Traceback (most recent call last):
>  File "./bin/newlist", line 99, in <module>
>    from Mailman import mm_cfg
>  File "/usr/local/mailman/Mailman/mm_cfg.py", line 45, in <module>
>    DEFAULT_URL_HOST = mrvideo.vidiot.com
>NameError: name 'mrvideo' is not defined
>
>OK, where is it supposed to be defined?


It's not. It's a literal


DEFAULT_URL_HOST = 'mrvideo.vidiot.com'

>I really want it to be just vidiot.com.  But that didn't work either, with
>the error replacing mrvideo with vidiot.


Then

DEFAULT_URL_HOST = 'vidiot.com'


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



More information about the Mailman-Users mailing list