Bugs item #1399021, was opened at 2006-01-07 00:05 Message generated for change (Comment added) made by bwarsaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1399021&group_id=103
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: command line scripts Group: 2.1 (stable) >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Michael Crusoe (khedron) Assigned to: Nobody/Anonymous (nobody) Summary: newlist creates archive placeholder with bad link Initial Comment: The placeholder for the archive includes a bad link to the signup page. Example @: http://lopsa.org/pipermail/creationtest/ bad link: http://lopsa.org/cgi-bin/mailmanlistinfo/creationtest Presumed correct link: http://lopsa.org/cgi-bin/mailman/listinfo/creationtest Thanks for reviewing this bug. ---------------------------------------------------------------------- >Comment By: Barry A. Warsaw (bwarsaw) Date: 2006-01-10 07:54 Message: Logged In: YES user_id=12800 Use the bin/arch program to regenerate the archives. ---------------------------------------------------------------------- Comment By: Michael Crusoe (khedron) Date: 2006-01-10 01:08 Message: Logged In: YES user_id=59618 Thanks for the response! It appears that this was the default from Debian. /usr/share/docs/mailman/examples/mm_cfg.py contains the line: DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman' I used the bin/fix_url.py program, but that doesn't regenerate the static HTML in the archive. I'm having a hard time finding documentation for pipermail. Any more pointers? ---------------------------------------------------------------------- Comment By: Mark Sapiro (msapiro) Date: 2006-01-07 01:40 Message: Logged In: YES user_id=1123998 It appears you have changed (overridden) DEFAULT_URL_PATTERN in mm_cfg.py and left off the trailing slash. You first need to fix that and then run fix_url to fix the existing lists. Run bin/fix_url.py for instructions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1399021&group_id=103 _______________________________________________ Mailman-coders mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-coders
