> the handling of the proxy given in environment variables is little bit
> fuzzy. For a https address the proxy given in https_proxy is used, but
> for a http connection the proxy given in http_proxy is not used.

listadmin uses the LWP::UserAgent module, and doesn't distinguish
between the two protocols itself.  turns out you need to explicitly
enable the proxy variables for anything but HTTPS during initialisation
of the object.  thanks for the report, the fix will be in the next
release.  if you like, just change this line:

my $ua = new LWP::UserAgent("timeout" => 900, "env_proxy" => 1);

-- 
Kjetil T.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to