[SAC] [OSGeo] #1677: mailman "message held" form action is http

#1677: mailman "message held" form action is http
---------------------------+---------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Keywords: mailman
---------------------------+---------------------
When administering a mailing list, the "held messages" form has an action
pointing to http instead of https, which triggers a warning on submit (for
legit reasons).

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1677&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1677: mailman "message held" form action is http
---------------------------+--------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Resolution:
Keywords: mailman |
---------------------------+--------------------

Comment (by neteler):

Replying to [ticket:1677 strk]:
> When administering a mailing list, the "held messages" form has an
action pointing to http instead of https, which triggers a warning on
submit (for legit reasons).

The code contains:

{{{
<form action="http://lists.osgeo.org/mailman/admindb/grass-web&quot;
method="POST">
}}}

Solution:
  * https://mail.python.org/pipermail/mailman-
users/2011-October/072312.html
  * https://bugs.launchpad.net/mailman/+bug/1279980
  * FAQ: Step 3 at https://wiki.list.org/x/4030702

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1677#comment:1&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1677: mailman "message held" form action is http
---------------------------+--------------------
Reporter: strk | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Resolution:
Keywords: mailman |
---------------------------+--------------------

Comment (by strk):

Cool, if anyone is on it please assign the ticket to self, otherwise I'll
assign to me and look at it in a few hours.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1677#comment:2&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#1677: mailman "message held" form action is http
---------------------------+-----------------------
Reporter: strk | Owner: strk
     Type: task | Status: assigned
Priority: normal | Milestone:
Component: Systems Admin | Resolution:
Keywords: mailman |
---------------------------+-----------------------
Changes (by strk):

* owner: sac@… => strk
* status: new => assigned

Comment:

I've updated mm_cfg.py and confirmed that
/usr/lib/mailman/Mailman/mm_cfg.pyc was regenerated, but I still see the
{{{<FORM action="http://lists.osgeo.org/mailman/admindb/librttopo-dev&quot;
method="POST" >}}} snippet in the page. I've also run {{{
/usr/lib/mailman/bin/mailmanctl restart }}}

Looking at the sources of that page, it is weird to see uppercase
{{{FORM}}}, maybe it's in a custom template ?

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1677#comment:3&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.