[Mailman-Users] Web_url_page Invalid Change

Barry A. Warsaw barry at digicool.com
Sun Apr 8 18:02:36 CEST 2001


>>>>> "KW" == Kory Wheatley <wheakory at isu.edu> writes:

    KW> One of the moderator list owners changed the Base URL for
    KW> Mailman web interface option to a invalid url address and Host
    KW> name through the web interface which of course now will not
    KW> allow the other option to not be found on the server and
    KW> cannot be changed. How do I through the command line interface
    KW> change the Base URL for Mailman for this mailing list and host
    KW> name back to what it should be. All the other mailing list are
    KW> fine. Do have have to use the config_list command. If so what
    KW> do I do.

You need to use bin/withlist:

% python -i bin/withlist -l mylist
Loading list mylist (locked)
>>> m.web_page_url
'http://www.mydomain.com/mailman-bogus/'
>>> m.web_page_url = 'http://www.mydomain.com/mailman/'
>>> m.Save()
>>> ^D
Unlocking (but not saving) list: mylist
Finalizing

Note that in MM2.1 you won't be able to change web_page_url through
the web -- it's just too dangerous.

-Barry




More information about the Mailman-Users mailing list