Thanks very much, Mark, for the pointer to the FAQ! In particular, it seemed like FAQ 4.27 (cf. <https://wiki.list.org/x/4030702>) was most relevant.
Accordingly, I added the lines RewriteEngine on RewriteCond %{HTTPS} off [NC] RewriteRule ^/mailman(/.*) https://%{HTTP_HOST}/mailman$1 [L,R=permanent] to /etc/apache2/extra/httpd-mailman.conf which is included in /Library/Server/Web/Config/apache2/httpd_server_app.conf on the line Include /private/etc/apache2/extra/httpd-mailman.conf I also edited /usr/local/mailman/Mailman/mm_cfg.py to include the line DEFAULT_URL_PATTERN = 'https://%s/mailman/' Finally, I ran /usr/local/mailman/bin/withlist -l -a -r fix_url again. This made it all work! > On Oct 13, 2016, at 6:09 PM, Mark Sapiro <m...@msapiro.net> wrote: > > On 10/13/2016 01:51 PM, Dominik Hoffmann wrote: >> >> One thing that still doesn't work is submission of the pending moderator >> requests. When I hit Submit All Data, the page simply reloads without any of >> the moderation directives having been taken into account. > > > See <https://wiki.list.org/x/4030602>. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org