You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ji...@apache.org on 2004/06/07 02:30:53 UTC

[jira] Closed: (JAMES-13) spaces in mail from address are not supported

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 me@mycomp.com> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org