Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JAMES-13 Here is an overview of the issue: --------------------------------------------------------------------- Key: JAMES-13 Summary: spaces in mail from address are not supported Type: Bug Status: Closed Resolution: INCOMPLETE Project: James Components: James Core Versions: 1.2.1 Assignee: Danny Angus Reporter: Tony Nys Created: Tue, 27 Nov 2001 3:18 AM Updated: Sun, 6 Jun 2004 5:29 PM Environment: Operating System: Windows NT/2K Platform: All Description: Spaces in the MAIL FROM:<me and [EMAIL PROTECTED]> will not work error 501 SmtpServer.parseCommand() uses a StringTokenizer with "space" and ":" as tokens but if an email address has spaces, the tokens are not correct Better use String.indexOf() in stead of stringtokenizer --------------------------------------------------------------------- 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]
