-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rick Parola wrote: | I've been scratching my head on this one for a while now. I'm running mailman | 1:2.1.9-7 on Debian stable, all of the links in emails to users or admin are | missing a slash: | | "..... | You can configure your mailing list at the following web page: | | http://domain.com/cgi-bin/mailmanadmin/test3 | | The web page for users of your mailing list is: | | http://domain.com/cgi-bin/mailmanlistinfo/test3 | ....." | | therefore point to a 404 page :-( | | Where do I look for those links?
The problem is when you (or Debian) put DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman' in mm_cfg.py (or in Defaults.py ?), the trailing slash was omitted. You need to put DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/' in mm_cfg.py, but this will only fix the problem for new lists. To fix existing lists, you will need to run fix_url. See <http://wiki.list.org/pages/viewpage.action?pageId=4030609>. - -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD4DBQFIRKFiVVuXXpU7hpMRAgyFAJdVpXu5/1FsRQpkyHN19uRPKVyPAKDjh2d2 BcLshgpRitIOE0ySfHjDdw== =sJnJ -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp