[Mailman-Developers]
[ mailman-Bugs-608789 ] Stripped port info from List-Archive URL
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 13 Sep 2002 11:22:31 -0700
Bugs item #608789, was opened at 2002-09-13 07:36
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=608789&group_id=103
Category: mail delivery
Group: 2.1 beta
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Eugene Eric Kim (eekim)
Assigned to: Nobody/Anonymous (nobody)
Summary: Stripped port info from List-Archive URL
Initial Comment:
I'm running Mailman 2.1b3 on a host with Apache running
on port 2000. In mm_cfg.py, I have:
DEFAULT_URL_PATTERN = 'http://%s:2000/mailman/'
PUBLIC_ARCHIVE_URL =
'http://%(hostname)s:2000/pipermail/%(listname)s'
This works fine for HTML pages generated by the CGI
scripts, as well as for the URLs sent out in the bodies
of confirmation e-mails. However, the URLs contained
in List-Archive headers in e-mails sent to lists do not
have port 2000 in them.
----------------------------------------------------------------------
>Comment By: Eugene Eric Kim (eekim)
Date: 2002-09-13 18:22
Message:
Logged In: YES
user_id=39362
Thanks! That corrected the problem.
----------------------------------------------------------------------
Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-09-13 18:16
Message:
Logged In: YES
user_id=12800
Whenever you make a change to the mm_cfg.py file, you have
to be sure to do a restart or your changes won't get picked
up. Make the change, then do "mailmanctl restart". It
worked for me.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=608789&group_id=103