> > See the FAQ > >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Article 4.29. >
Below is the data in my mm_cfg.py file. It already has a DEFAULT_HOST_NAME AND A DEFAULT_URL. It would stand to assume that the subscription confirmation would have established 'http://lists.dawnsign.com/mailman' as the value for the %(confirmurl)s variable. ############################################################## # Put YOUR site-specific configuration below, in mm_cfg.py . # # See Defaults.py for explanations of the values. # DEFAULT_HOST_NAME = 'lists.dawnsign.com' #DEFAULT_URL = 'http://lists.dawnsign.com/cgi-bin/mailman/' DEFAULT_URL = 'http://lists.dawnsign.com/mailman/' IMAGE_LOGOS = '/images/' #IMAGE_LOGOS = '/doc/' USE_ENVELOPE_SENDER = 0 DEFAULT_SEND_REMINDERS = 0 MAILMAN_OWNER = '[EMAIL PROTECTED]' % DEFAULT_HOST_NAME PUBLIC_ARCHIVE_URL = '/pipermail' PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' ARCHIVE_HTML_SANITIZER = 3 # Note - if you're looking for something that is imported from mm_cfg, but you # didn't find it above, it's probably in Defaults.py. ~Doug ------------------------------------------------------ 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/