Hi All,

I set DEFAULT_URL_PATTERN = 'https://%s/' in mm_cfg.py but the script
'Mailman/Cgi/private.py' ignored this setting when it was filling field
"ACTION". It outputted
'... <FORM METHOD=POST ACTION="http://<domain name>/private/<list name>/" 
name="f"> ...'
('http' instead of 'https').

To avoid 'http' prefix I changed "absolute=1" into "absolute=0" in call
"action = mlist.GetScriptURL('private', absolute=1)". I want to get
correct absolute URL (for "absolute=1") as well. Can somebody show how
to do this right way?

My version of Mailman is 2.1.20 -- default for Debian.

Sergey Maslennikov

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to