another one that has been https-only for years...

This commit is contained in:
Stefan Kaltenbrunner
2014-11-03 20:37:24 +01:00
parent 31173f5fa6
commit a43a56763b

View File

@ -18,4 +18,4 @@ def html_extension(request, prior_to_html):
return HttpResponseRedirect("/%s" % prior_to_html)
def mailpref(request, listname):
return HttpResponseRedirect("http://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=%s" % listname)
return HttpResponseRedirect("https://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=%s" % listname)