Jon Carnes <[EMAIL PROTECTED]> writes: > A couple of folks have done this and they needed to use > ~mailman/bin/fix_url.py to modify the url's inside the configurations of > their existing lists in order for it work. You may also need to modify > the default urls in ~mailman/Mailman/mm_cfg.py > > Note: a redirect to the port will not work as the redirect loses all the > post information. > > HtH, Jon Carnes
Thanks, Jon! I had to add the following to mm_cfg.py to make it work: DEFAULT_URL_PATTERN = 'http://%s:8080/mailman/' If the %s match grabbed the port from the URL, this change wouldn't be needed. Is there some way to implement that in newer versions? (Or is it already done?) See you, -- Godoy. <[EMAIL PROTECTED]> ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org