make m.p.o/mailman/ redirect to listinfo?
Hi, IMHO, http://mail.python.org/mailman/ should do something useful rather than throw a 403. I suggest 30[12] -> listinfo. Thanks, Jeremy
* Jeremy Baron <jeremy@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. -- Ralf Hildebrandt Charite Universitätsmedizin Berlin ralf.hildebrandt@charite.de Campus Benjamin Franklin http://www.charite.de Hindenburgdamm 30, 12203 Berlin Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155
On Jan 26, 2012, at 10:45 AM, Ralf Hildebrandt wrote:
* Jeremy Baron <jeremy@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! -Barry
On Thu, Jan 26, 2012 at 10:06, Barry Warsaw <barry@python.org> wrote: > On Jan 26, 2012, at 10:45 AM, Ralf Hildebrandt wrote: >>* Jeremy Baron <jeremy@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
participants (3)
-
Barry Warsaw -
Jeremy Baron -
Ralf Hildebrandt