* Adam ([EMAIL PROTECTED]) wrote: > http://mysite.mycompany.com/listinfo/mysite.company.com/admin/listname > > Obviously, no such link exists. I can see that in Defaults.py there are entries > > DEFAULT_EMAIL_HOST = 'mysite.mycompany.com' > DEFAULT_URL_HOST = 'mysite.mycompany.com' > DEFAULT_URL_PATTERN = '%s/mailman/'
Try DEFAULT_URL_PATTERN = 'http://%s/mailman/' -- Matthew Davis http://dogpound.vnet.net/ Health is the slowest rate at which one can die. ------------------------------------------------------ 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
