[Mailman-Users] Installed 2.0B5 - lists appear all private

Dan Mick Dan.Mick at west.sun.com
Fri Aug 25 21:36:30 CEST 2000


Is there virtual hosting going on?
See this code in Mailman/Cgi/listinfo.py:

    for n in names:
        mlist = MailList.MailList(n, lock=0)
        if mlist.advertised:
            if mm_cfg.VIRTUAL_HOST_OVERVIEW and \
                    http_host and \
                    string.find(http_host, mlist.web_page_url) == -1 and \
                    string.find(mlist.web_page_url, http_host) == -1:
                # List is for different identity of this host - skip it.
                continue
            else:
                advertised.append(mlist)



John Wingenbach wrote:
> 
> I installed 2.0b5 on a new server as I was moving the list management.  I then
> proceded to create newlists for each of the old ones.  I followed that up with a
> config_list from the old server and used it to modify the new lists.  Lastly, I
> pulled all the members from the old lists and added them into the new server's
> lists.
> 
> However, now when I look at the new server, it shows all the lists as not being
> public.  However, if I look individually at them, they are marked as being
> public.  They just aren't showing up as a result of the listinfo.cgi run.
> HELP???
> 
> --
> John C. Wingenbach
> Pliant Systems, Inc.
> Sr. Systems Administrator
> Work: (919) 405-4627
> Fax:  (919) 405-4544
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://www.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list