DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5165

JAMES MAIL FROM COMMAND NOT COMPLIANT RFC822

           Summary: JAMES MAIL FROM COMMAND NOT COMPLIANT RFC822
           Product: James
           Version: 1.2.1
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: James Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


if the mail from command has a sender with a quoted string, and in this 
quoted string there are spaces, james reports error 501, while this is
valid by the RFC822

SmtpHandler.java.parseCommand() uses a stringtokenizer with " :" which causes
the problem.
It should be better replaced with String.indexOf()

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to