From 689f71293a14d88788c4a1a2edd8b03edb9d3e9c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 20 Sep 2010 00:30:42 -0400 Subject: [PATCH] Add a note about the mysterious 'unexpected answer from citadel server' error. I now suspect that citserver may be responsible, as the error condition always occurs immediately after the SMTP Send thread runs. --- webcit/serv_func.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webcit/serv_func.c b/webcit/serv_func.c index e812de381..34f875a42 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -200,7 +200,11 @@ int GetConnected (void) return 1; } - /* 2010jun03: every now and then the connection to Citadel dies before this point. why? */ + /* 2010jun03: every now and then the connection to Citadel dies before this point. why? + * 2010sep20: we now believe that this is a citserver issue; whenever it happens, it + * seems that the SMTP Send thread has just completed running. Is serv_smtp + * somehow closing client sockets? + */ /* * From what host is our user connecting? Go with -- 2.30.2