On Fri, 22 Jul 2016 19:59:45 -0700 Mark Sapiro <[email protected]> wrote: > And Mailman 2.1's CGIs will do absolutely nothing with an HTTP_PROXY > environment variable. They won't look for it even if it's there. > They look at things like query strings and POST data to determine > what to do and then they write HTML to stdout.
Well, there are implicit things that use HTTP_PROXY. If mailman makes any http requests itself, or calls anything that does, it might cause trouble that it is in the environment. I take it that this is *not* the case? (The problem is not that cgi scripts explicitly look at HTTP_PROXY, it is that many things *implicitly* look at it.) Perry -- Perry E. Metzger [email protected] ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
