Todd ([EMAIL PROTECTED]) wrote:

Hi Todd!

Fortunately I did not bet on Apache :-)

> All right.  I see now.  When you look at the code for
> GetBaseArchiveURL(), you see that it inverts the VIRTUAL_HOST
> dictionary (or is it a list?) and uses emailhost as the key.  So with
> the emailhost the same for all virtual hosts, the inv dictionary only
> has one value for the key 'lists.domain.com' and it will be whichever
> one was returned last in the for loop.  Can you set the virtual hosts
> up more like this?
> 
>     VIRTUAL_HOSTS.clear()
>     add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
>     add_virtualhost('www.virtualdomain1.com','virtualdomain1.com')
>     add_virtualhost('www.virtualdomain2.com','virtualdomain2.com')
> 
> Then use the fix_url script to update the lists and I *think* that
> will result in the right url getting used for your archives.

YES!! It works. I'd never come to this. Thank you VERY much.

But, can I bet that it's a Mailman bug since I assume that the setup which I
had, should work?

Sincerely,
Gour

-- 
Gour
[EMAIL PROTECTED]
Registered Linux User #278493


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to