Todd ([EMAIL PROTECTED]) wrote: > Here's a WAG, does it matter that PUBLIC_ARCHIVE_URL is set before > DEFAULT_URL_HOST? I don't know how Python handles that. If order > counts, then PUBLIC_ARCHIVE_URL would be picking up the hostname from > what's defined in Defaults.py. If order is irrelevant, then so is > this whole paragraph.
Actually, I wrote in such an order, actually it's: DEFAULT_EMAIL_HOST = 'lists.vediclists.net' DEFAULT_URL_HOST = 'lists.vediclists.net' # Using secure http (SSL) DEFAULT_URL_PATTERN = 'https://%s/mailman/' # Public archive URL PUBLIC_ARCHIVE_URL = 'https://%(hostname)s/pipermail/%(listname)s' so it does not apply :-( > You might try using dumpdb on a working list and a nonworking list to > see what differences there are. I would assume that the nonworking > lists will have the old virtual domain in them somewhere. I'll do it, and I'm sure that nonworking lists have the old values, but I'm just wondering how to change them :-) 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
