Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#1677 closed task (fixed)

mailman "message held" form action is http

Reported by: strk Owned by: strk
Priority: normal Milestone:
Component: SysAdmin Keywords: mailman
Cc:

Description

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).

Change History (7)

in reply to:  description comment:1 by neteler, 7 years ago

Replying to 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" method="POST">

Solution:

comment:2 by strk, 7 years ago

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.

comment:3 by strk, 7 years ago

Owner: changed from sac@… to strk
Status: newassigned

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" 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 ?

comment:4 by strk, 7 years ago

Overlooked step 3 in the faq, following now

comment:5 by strk, 7 years ago

$prefix/bin/withlist -l -a -r fix_url did it

Now, how do I know if we have "lists in domains other than DEFAULT_URL_HOST" ? Like, any foss4g mailing list ?

comment:6 by strk, 7 years ago

Resolution: fixed
Status: assignedclosed

Well, I'll consider this fixed (as the original reporter) - if anyone else has the same problem on any other OSGeo managed mailing list a new ticket can be opened.

comment:7 by strk, 7 years ago

For the record: mm_cfg.py is now also in the local git repository for /etc

Note: See TracTickets for help on using tickets.