On Mon, 15 Feb 2010, Mark Sapiro wrote:
Hans Schou wrote:
When I go to "Mass Subscriptions" and add a new email address, it does not show up in the list.
When I accept pending messages, they are still in the pending list.
There is no error message shown on the web-page and none in /var/log/mailman/error .
The most likely reason for this is a web server redirect that is causing loss of the data accompanying the POST of the form. This and some other possibilities are covered in the FAQ at <http://wiki.list.org/x/ioA9>.
Thanks!
Why does mailman by default insert an URL with http when https required? And why is it so difficult to change? And why does RedHat not handle this during the installation?
For the record, here is what I did:
cd /var/lib/mailman/lists/mailman/
dumpdb config.pck | grep http | sed -re "s/^ *'([^']+)': 'http([^,]+),$/\1 = 'https\2/" > web_page_url.new.txt
config_list -i web_page_url.new.txt mailman