[Debian/sarge, mailman-2.1.4-5] I swear that earlier versions (e.g., 2.1b3+) would use "https:" for all pages when I came into an admin page using "https:". Now, the initial page does, in fact, use SSL, but the later pages revert to "http:".
I've changed, DEFAULT_URL_PATTERN = 'http://%s/mailman' to, DEFAULT_URL_PATTERN = 'https://%s/mailman' in "mm_cfg.py", but this isn't giving me the behavior I want. Anyone know if this is possible (short of a "recursive grep" on all the Mailman pages!)? Thanks. -- Prof Kenneth H Jacker [EMAIL PROTECTED] Computer Science Dept www.cs.appstate.edu/~khj Appalachian State Univ Boone, NC 28608 USA ------------------------------------------------------ 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/
