Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-85 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-85 Summary: smtpserver.log often doesn't show "error" events Type: Bug Status: Closed Resolution: INCOMPLETE Project: James Components: SMTPServer Versions: 2.1 Assignee: Reporter: Roland Turner Created: Thu, 6 Feb 2003 10:14 AM Updated: Sun, 6 Jun 2004 2:04 PM Environment: Operating System: Other Platform: Other Description: I have James configured to pass everything that reaches the "transport" processor to my mailet: <processor name="transport"> <mailet match="All" class="MyMailet"/> </processor> As part of testing my mailet, I then used fetchmail to present to James' SMTP interface the last ~1150 articles that arrived at the input to my personal procmail filters. Of these, only ~1060 reached my maillet. Only 2 of the ~90 errors appeared in smtpserver.log at all; at first blush (until I found var/mail/error), they had simply dissappeared. Something somewhere needs to log events a little more consistently; ideally the SMTP server should create a log entry for every SMTP transaction, even aborted/failed ones. Perhaps the problem is related to messages that JavaMail can't parse not being able to have their from/to information extracted for logging? Is JavaMail's AddressException sneaking through unhandled? --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
