[Mailman-Users] Problem creating mailinglist

Mark Sapiro msapiro at value.net
Sun Jul 16 03:13:14 CEST 2006


Mark Sapiro wrote:
>
>Bacause when you overrode DEFAULT_URL_PATTERN in mm_cfg.py with
>
>DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman'
>
>you ommitted the trailing slash. It should be
>
>DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
>
>However, with the ScriptAlias that you have above, you don't want to
>change DEFAULT_URL_PATTERN at all. You want it to be the default of
>
>DEFAULT_URL_PATTERN = 'http://%s/mailman/'
>
>so your URLs will be like
>http://lists.royal-bonn.de/mailman/listinfo/test


Also, after changing or removing DEFAULT_URL_PATTERN in mm_cfg.py, you
will have to run fix_url to fix any existing lists. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.069.htp>.

-- 
Mark Sapiro <msapiro at value.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