[Mailman-Users] Links in email messages are wrong. Please help

Mark Sapiro mark at msapiro.net
Tue Jun 3 03:41:54 CEST 2008


-----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 <mark at msapiro.net>        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-----


More information about the Mailman-Users mailing list