Forgive me for bringing up what must be an old and common error, but I'll
be damned if I can find any source for help. One of our users managed to
change the base URL of his list to an invalid path, and has of course
broken everything. The help files say simply that this must be fixed at
the ser
Fear not! The next easiest way to fix this is by using
~mailman/bin/config_list:
You can dump out the configuration of the list and then edit the
Web-base. Next, dump the edit configuration back into the list!
~mailman/bin/config_list -o goober.txt
vi goober.txt
web_page_url = "http:
The simplest solution is to go to the list config files
(~mailman/lists//..) and:
mv config.db bak.config.db
cp config.db.last config.db
Presto change-o the list will work again.
On Thu, 2002-09-26 at 16:18, Warren Woodward wrote:
> (second post, this time with the proper reply-to)
>
>
>
(second post, this time with the proper reply-to)
Forgive me for bringing up what must be an old and common error, but I'll
be damned if I can find any source for help. One of our users managed to
change the base URL of his list to an invalid path, and has of course
broken everything. The help