> when the server gets bogged down like this, other people's web > messaging just crawls. > Also people who try to send or receive mail with POP3/SMTP get > disconnected. > > Actually I was able to reproduce this behavior with Offline > Synchronization in IE. I also specified to download up to 3 > levels of links during the synch. > As soon as I started downloading offline content, the CPU went > up to 100%. As soon as I stopped, it went to normal. > > Maybe we need a patch? Something in the web messaging code that > would prevent downloading offline content?
In lieu of a server solution, which probably won't happen to the (closed source) iadmin exe, you could try putting the following JavaScript at the very top of login.html, plogin.html, msgsum.html, and menu.html. It's worth a try, anyway, and can't hurt. Let me know if it works. :) <script language=javascript><!-- // script to redirect IE offline content robots // by http://www.humankindsystems.com // use freely, distribute ad nauseum if (navigator.userAgent.indexOf('DigExt') >= 0){ var redirectTarget='http://www.mythologic.net/end' self.location.href=redirectTarget; } //--> </script> :: Ron Hornbaker, President/CTO :: http://humankindsystems.com - Ipswitch Premier Partner :: http://AnswerTrack.com - eCRM email tracking & routing :: 1-888-952-4888 or [EMAIL PROTECTED] To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
