Eric S. Johansson wrote:
> Alex Reinhart wrote:
>> Yeah, I just realized that. What would I do to act as an open proxy as
>> well?
> 
> emulate the Apache proxy capability, especially the reverse proxy.
> 
> more seriously, what you need to do is from common proxy and web server
> ports, accept proxy requests with a destination port number of 25 and
> pretend to relay them.  at least, that was the behavior I saw on a
> misconfigured Apache web server proxy.
Is there a library that implements such functionality (that I can
override) or will I have to implement SOCKS and such myself? I've found
one SOCKS library and it's rather old and out of date...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to