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]
