From: Ralph C. <ra...@in...> - 2020-01-15 12:18:38
|
Hi mario, > OK, sorry, i shuold have known. > I get a st.* file indeed. Since I was trying to trace the reason for a > 517 error, the only line that may help seems to be: > > write(4, "\26\3\1\2\0\1\0\1\374\3\3 ...snip... > 0\24pop3.mariochiari.net\0\v\0\4\3 ...snip... 0\0\0\0\0", 517) = 517 No, that just happens to be a write of 517 bytes. Did you suffer a 517 error on this run like you have in the past? That appeared somewhere other than the st files because they didn't exist back then. If not, then you need to get that 517 error occurring again. If you did have a 517 error this time then the textual protocol between fetchmail and the server, shown in the "..." strings of read() and write() calls, will show what was passed by fetchmail to the server that made it respond with 517. -- Cheers, Ralph. |