Ah-ha! I must've been sleepy, because I didn't realize fetchPOP != fetchmail. I just switched to fetchmail and I'm already seeing messages come down that were previously getting stuck in my POP3 box by fetchPOP (these are the virus-tained faker Microsoft patches ~150kb each). I suspect this will fix my leaked POP3 connections too.
Thanks! Regards, Brian. -----Original Message----- From: Steve Brewin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:06 AM To: 'James Users List' Subject: RE: Explanation of FetchPOP errors Brian J. Sayatovic wrote: > I just installed the newest text build of James. v2.2.0a12? > I have not yet confirmed > that the leaked connections ot the POP3 server is resolved, btu I am > seeing some messages in my log (that may have been happening all > along). Can someone explain what these are from? > > 25/09/03 07:21:21 ERROR [EMAIL PROTECTED]: can't create message > out of fetched message null > 25/09/03 07:21:21 ERROR [EMAIL PROTECTED]: can't insert message > [EMAIL PROTECTED] from null Looking at the code, these messages are logged when a MessagingException is thrown. Unfortunately, the MessagingException itself is not logged. Changing the logging level to debug will log the reply when an attempt was made to fetch the message. This may shed more light on things. Chances are there is something unusual, but not necessarily incorrect, about the message being fetched that is tripping up fetchPOP. This is all too easy to do, which is one of the reasons why in this build fetchPOP is deprecated and replaced by fetchmail. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
