[Mailman-Users] %(confirmurl)s variable in verify.txt

Doug Sampson dougs at dawnsign.com
Tue Nov 23 00:40:37 CET 2004


> 
> 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     = 'mailman-owner@%s' % 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




More information about the Mailman-Users mailing list