Re: Sa-update and proxy servers

2011-02-18 Thread Warren Togami Jr.
On 2/17/2011 11:44 PM, Daniel Lemke wrote: Michael Scheidell wrote: [...] I now need to set a proxy server to do sa-updates through, but could not find any information on settings for a proxy server. [...] Added cmd options: -x --proxy -U --proxy-user -P --proxy-password -t --connect

Re: Sa-update and proxy servers

2011-02-18 Thread Daniel Lemke
Michael Scheidell wrote: > > [...] > I now need to set a proxy server to do sa-updates through, but could not > find any information on settings for a proxy server. > > [...] > Added cmd options: > -x --proxy > -U --proxy-user > -P --proxy-password > -t --connect-timeout. > > [...] > Hi

RE: Sa-update and proxy servers

2006-06-25 Thread Michael Scheidell
Wonder if that would help the cronjob. Guess that might do it. Especially since sa-update does use the LWP libaries. That's just like *NIX utilities. 57 varaties of how to do the same job.

Re: Sa-update and proxy servers

2006-06-25 Thread Radoslaw Zielinski
Michael Scheidell <[EMAIL PROTECTED]> [24-06-2006 17:28]: [...] > I now need to set a proxy server to do sa-updates through, but could not > find any information on settings for a proxy server. echo 'alias sa-update="http_proxy=http://login:[EMAIL PROTECTED]:port/ ' \ 'sa-update"' >> ~/.p

RE: Sa-update and proxy servers

2006-06-24 Thread Michael Scheidell
> -Original Message- > From: Michael Scheidell > Sent: Saturday, June 24, 2006 11:28 AM > To: users@spamassassin.apache.org > Subject: Sa-update and proxy servers > Patch attached. (works here(tm)) In fact, my nightly cronjob runs 'sa-cover' script: (exit code 4 is for timeouts) Just in