Subject: Re: fetchmail hang, dud read error?
To: Andrew Cagney <cagney@mac.com>
From: Andrew Cagney <cagney@mac.com>
List: current-users
Date: 08/15/2002 13:05:35
> Yes.
>
> Anyway, fetchmail is trying to read:
>
> A0007 OK Completed\r\n
>
> but is getting
>
> A0007 OK Completed\r\0
Actually:
A0007 OK Completed\r\030
hacking fetchmail to treat '\030' (can) as '\n' gets around the problem
but doesn't explain where the real bug lies:
local ssl, remote ssl remote server :-(
> out of SSL. Is it a local or remote problem, I don't know.
>
> Andrew