You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Rolf <ro...@ses.tas.gov.au> on 2005/12/15 01:44:43 UTC

pyzor with proxy

hello

Am wishing to use pyzor but my site must go through a configured http  
proxy.  Does pyzor support a proxy, if so how do you set it?

If not is it therefore not possible to use in such an arrangement or  
are there workarounds?

thanks

rolf.

Tasmania Together 5 Year Review:  Have your say :  http://www.tasmaniatogether.tas.gov.au.


Re: pyzor with proxy

Posted by Matt Kettler <mk...@comcast.net>.
At 07:44 PM 12/14/2005, Rolf wrote:
>hello
>
>Am wishing to use pyzor but my site must go through a configured http
>proxy.  Does pyzor support a proxy, if so how do you set it?

AFAIK, pyzor doesn't support a proxy, at least not directly.

However, if it does it would likely be due to python base libraries making 
use of the http_proxy environment variable, and not anything pyzor specific.

For example python's urllib makes use of it:
http://www.python.org/doc/current/lib/module-urllib.html