On 11/13/2017 08:55 PM, Ruben Safir wrote: > On 11/13/2017 11:27 PM, Mark Sapiro wrote: >> On 11/13/2017 08:02 PM, Ruben Safir wrote: >>> I need to change the url for accepting messages that are deferred within >>> and need to be handled by the lists admin page. The submit button is >>> pointed to a dead URL and I need to change it to list.myurl.com
You need to change the web_page_url attribute of the list. The proper way to do that is to have the correct add_virtualhost entries in mm_cfg.py and then run fix_url for the list with a command something like bin/withlist -l -r fix_url LISTNAME --urlhost=list.myurl.com (bin/ in the above is Mailman's bin/ directory) If you don't have a proper add_virtualhost('list.myurl.com', ...) in mm_cfg.py, this may also change the list's host_name attribute, but you can change that back via the web admin UI. >> See this FAQ <https://wiki.list.org/x/4030592>. >> > > > I saw that page. I don't see how it helps. It doesn't tell me how the > form action is populated. Perhaps I should have mentioned <https://wiki.list.org/x/4030616> as well. -- 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 https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org