On 04/03/2015 06:25 AM, Danil Smirnov wrote: > 2015-04-03 16:21 GMT+03:00 Danil Smirnov <da...@smirnov.la>: >> >> It looks like this "http://" action part appears in situation with many >> subscribers only. >> >> If the subscribers number become higher than admin_member_chunksize, >> and display mode switches to divided by letters, it stops working properly.
Part of your issue is the action URL in the Form tag tends to be relative if the list is larger than admin_member_chunksize so that the admin membership list is in pages. This is a result of the way Mailman decides to relativize the URL. > I've found yet another list which shows correct > > <FORM action="https://lists.domain.net/admin/list3/members?letter=9" > method="POST" enctype="multipart/form-data"> > > line when in the divided-by-letters mode. Your underlying issue is that at least some of your lists have http (not https) scheme in their web_page_url attribute combined with the fact that you are probably redirecting http to https in your web server and losing POST data in the process. See the FAQs at <http://wiki.list.org/x/4030602> and <http://wiki.list.org/x/4030702>, particularly the parts about setting DEFAULT_URL_PATTERN and running fix_url. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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