I'm trying to figure out how to do a slightly unusual configuration. 
Normally mailman wants to use URLs like http://www.domain.com/mailman . 
But what I want to do is have url's that look like 
http://mailman.domain.com.

So - in my config file I have:

DEFAULT_EMAIL_HOST = 'ctyme.com'
DEFAULT_URL_HOST = 'ctyme.com'
DEFAULT_URL_PATTERN = 'http://mailman.%s/'

Seems to work for managing the list but when I try to use /create or 
/listinfo instead of http://mailman.ctyme.com I get 
http://mailman.mailman.ctyme.com

What I don't understand is why the double mailman and how do I fix it?

Thanks in advance.

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to