[pydotorg-www] make m.p.o/mailman/ redirect to listinfo?

Jeremy Baron jeremy at tuxmachine.com
Thu Jan 26 16:29:59 CET 2012


On Thu, Jan 26, 2012 at 10:06, Barry Warsaw <barry at python.org> wrote:
> On Jan 26, 2012, at 10:45 AM, Ralf Hildebrandt wrote:
>>* Jeremy Baron <jeremy at tuxmachine.com>:
>>> Hi,
>>>
>>> IMHO, http://mail.python.org/mailman/ should do something useful
>>> rather than throw a 403. I suggest 30[12] -> listinfo.
>>
>>I fixed it. Please test.
>
> wfm, thanks!

wfm too, thanks.

-Jeremy

$ curl -vsL http://mail.python.org/mailman/ 2>&1 >/dev/null | egrep -e
'^> GET ' -e '^< HTTP/1' -e '^< Location' -e '^\* Issue another
request to this URL: '\'
> GET /mailman/ HTTP/1.1
< HTTP/1.1 302 Found
< Location: http://mail.python.org/mailman/listinfo
* Issue another request to this URL: 'http://mail.python.org/mailman/listinfo'
> GET /mailman/listinfo HTTP/1.1
< HTTP/1.1 200 OK


More information about the pydotorg-www mailing list