[Mailman-Users] Public/private archives problem.

2003-08-14 Thread tony-mm
Hi, I hope someone can help me with this: I am a web space reseller on a shared server. One of the features we get is mailman, which we offer to our clients. One thing I have noticed about it is that if a mailing list has a has a private archive, the address is http://clientdomain.com/mailman/pri

Re: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread Rob Brandt
I recently submitted a bug report on that: https://sourceforge.net/tracker/?func=detail&aid=784888&group_id=103&atid=100103 No response yet. Rob Quoting [EMAIL PROTECTED]: > Hi, > > I hope someone can help me with this: > I am a web space reseller on a shared server. > One of the features we

FW: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread tony-mm
Forgot to copy to list - the reply defaulting to the sender caught me out :) -Original Message- From: Tony Butler [mailto:[EMAIL PROTECTED] On Behalf Of Tony Sent: 11 August 2003 22:53 To: 'Richard Barrett' Subject: RE: [Mailman-Users] Public/private archives problem.

Re: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread Rob Brandt
The problem is resolved, with great help from Richard. For the sake of posterity, let the mailing list archives show: * Be sure you have proper virtual host mapping (add_virtualhost()) in mm_cfg.py; * Be sure that the list setting for "Host name this list prefers for email" is in fact your mail e

RE: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread tony-mm
; To: [EMAIL PROTECTED] > Subject: Re: [Mailman-Users] Public/private archives problem. > > > The problem is resolved, with great help from Richard. For > the sake of posterity, let the mailing list archives show: > > * Be sure you have proper virtual host mapping > (add

Re: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread Richard Barrett
Tony The questions I am asking are to elicit information that will distinguish between and identify whether there is a problem with (a) Mailman or (b) misconfiguration of Mailman or (c) third party modifications made to Mailman or (d) other aspects of the host system configuration such as the

Re: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread Tony
Hi Richard, Quoting Richard Barrett <[EMAIL PROTECTED]>: > Rob's bug report, as with yours, lack precision in specifying exactly > which Mailman generated pages have links on them which contain (in the > HTML text), absolute URLs referring to the wrong hostname. See my > comments below on th

Re: [Mailman-Users] Public/private archives problem.

2003-08-14 Thread Richard Barrett
On Monday, August 11, 2003, at 10:31 am, Tony wrote: Hi Tokio, I checked out Rob's bug report and he says that he tried fix_url, but it only worked for private archives, not for the public ones :( Rob's bug report, as with yours, lack precision in specifying exactly which Mailman genera

Re: [Mailman-Users] Public/private archives problem.

2003-08-11 Thread Richard Barrett
Forgot to copy list on this: Begin forwarded message: From: Richard Barrett <[EMAIL PROTECTED]> Date: Mon Aug 11, 2003 6:09:10 pm Europe/London To: Tony <[EMAIL PROTECTED]> Subject: Re: [Mailman-Users] Public/private archives problem. Tony On Monday, August 11, 2003, at 04:50 pm

Re: [Mailman-Users] Public/private archives problem.

2003-08-11 Thread Rob Brandt
Richard; Thanks for your help in this. I am going to email you a link to my "testlist", which you can log into as an administrator and see for yourself what the problem is. My server does not run CPanel, so I don't think that's an issue here. My server is sitting here next to my desk, so I have

Re: [Mailman-Users] Public/private archives problem.

2003-08-11 Thread Tokio Kikuchi
Hi, You should state your urlhost/emailhost pairs in mm_cfg.py like; add_virtualhost('www.virtual.dom', 'mail.virtual.dom') then use fix_url.py. Rob Brandt wrote: I recently submitted a bug report on that: https://sourceforge.net/tracker/?func=detail&aid=784888&group_id=103&atid=100103 No resp

Re: [Mailman-Users] Public/private archives problem.

2003-08-11 Thread Tony
Hi Tokio, I checked out Rob's bug report and he says that he tried fix_url, but it only worked for private archives, not for the public ones :( Thanks for the suggestion though. Tony Quoting Tokio Kikuchi <[EMAIL PROTECTED]>: > Hi, > > You should state your urlhost/emailhost pairs in mm_c