One more note, I cranked E2K_DEBUG up to 5, and this is the final HTTP 200 OK response. Could it possibly be some issue with the javascript logoff routine?
< HTTP/1.1 200 OK < Soup-Debug-Timestamp: 1212164628 < Soup-Debug: SoupMessage 2 (0x811a120) < Pragma: no-cache < Cache-control: no-cache,max-age=0,must-revalidate < Content-Length: 998 < Connection: close < < <!--Copyright (c) 2000-2003 Microsoft Corporation. All rights reserved.--> < <HTML> < <HEAD> < <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8"> < <TITLE>Microsoft Outlook Web Access</TITLE> < </HEAD> < <script language="JavaScript"> < function WarnOnLogoff() < { < try < { < if (document.cookie != null && document.cookie != "" && document.cookie.indexOf("sessionid=") != -1 && document.cookie.indexOf("sessionid=;") == -1) < { < window.open("https://mail.somewhere.com/exchange/?Cmd=logoff"); < } < } < catch(e) < { < window.open("https://mail.somewhere.com/exchange/?Cmd=logoff"); < } < } < </script> < <FRAMESET onunload="WarnOnLogoff()" cols="100%, *" rows="100%,*" border="1" frameborder="1" framespacing="0" topmargin="0" leftmargin="0"> < <FRAME name="owa" src="/CookieAuth.dll?GetLogon?url=%2Fexchange%2F&reason=0" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" border="1"> < </FRAMESET> < </HTML> _______________________________________________ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list