[Mailman-Users] Re: Member settings etc. not applied

2021-06-23 Thread Stephen J. Turnbull
Lothar Schilling writes: > In mm_cfp.py it had to be > > DEFAULT_URL_PATTERN = 'https://%s/mailman/' > > instead of > > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > > Simple as that Great to hear! > bin/withlist -l -r fix_url [liste] -u [domain] did the rest. Thank you for reporti

[Mailman-Users] Re: Member settings etc. not applied

2021-06-21 Thread Lothar Schilling
You brought me on the right track In mm_cfp.py it had to be DEFAULT_URL_PATTERN = 'https://%s/mailman/' instead of DEFAULT_URL_PATTERN = 'http://%s/mailman/' Simple as that, but I had overlooked it. bin/withlist -l -r fix_url [liste] -u [domain] did the rest. Thank you! Lothar Am 21.06.202