[Mailman-Users] web UI somehow has appeared broken

Mark Sapiro mark at msapiro.net
Fri Apr 3 18:39:26 CEST 2015


On 04/03/2015 06:25 AM, Danil Smirnov wrote:
> 2015-04-03 16:21 GMT+03:00 Danil Smirnov <danil at 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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list