#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)
comment:1 by , 8 years ago
comment:2 by , 8 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 , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
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:5 by , 8 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 , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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 , 8 years ago
For the record: mm_cfg.py
is now also in the local git repository for /etc
Replying to strk:
The code contains:
Solution: