Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.0a1
-
None
-
None
-
Operating System: Windows NT/2K
Platform: All
-
5165
Description
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()