On 5/10/06, Michael Best <[EMAIL PROTECTED]> wrote: > I'm using vexim + exim and I'm using > > DEFAULT_URL_PATTERN = 'https://%s/mailman/' > > in my mm_cfg.py and I'm not haivng any problems.
finally got it figured out, thanks to the unrelenting patience of R.B. -- i had been thinking that DEFAULT_URL_PATTERN was a server-specific setting, but it's not. it gets copied into the list config, so that if you change the value later, the list still has its previous value, and mailman enforces it ruthlessly! caught me off guard, i was expecting either the apache daemon or the mailman daemon to have the server setting. i'm feeling much better now. :) probably drove Richard to drink. -- will trillich "Their is five errers in this sentance." ------------------------------------------------------ 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/ 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
