You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/12/05 08:55:20 UTC

DO NOT REPLY [Bug 5273] - Mail task throws IndexOutOfBoundsException on send QUIT

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=5273>.
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=5273

Mail task throws IndexOutOfBoundsException on send QUIT

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ant-dev@jakarta.apache.org
         AssignedTo|ant-dev@jakarta.apache.org  |bodewig@apache.org



------- Additional Comments From bodewig@apache.org  2001-12-04 23:55 -------
I wouldn't be all that surprised to see Exchange not following the RFCs - on the
other hand, I already had to modify Jason's original code as it couldn't deal
with perfectly legal continuation lines ...

Can you give me the protocol of a complete SMTP session that you run by using
telnet to the offending server's SMTP port?  Something like

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 xxxxxxxxxxxxxxxx ESMTP Sendmail 8.11.6/8.11.6; Wed, 5 Dec 2001 08:45:01
+0100helo xxxxxxxxxxxxxxxx
250 xxxxxxxxxxxxxxxx Hello IDENT:0fcKw84eikv1kInYntvVQBPPFsMI8DQ8@localhost
[127.0.0.1], pleased to meet you
mail from: <so...@legal.address>
250 2.1.0 <so...@legal.address>... Sender ok
rcpt to: <so...@legal.address>
250 2.1.5 <so...@legal.address>... Recipient ok
data
354 Enter mail, end with "." on a line by itself
Subject: Dummymail

some text here
.
250 2.0.0 fB57jc804797 Message accepted for delivery
quit
221 2.0.0 xxxxxxxxxxxxxxx closing connection
Connection closed by foreign host.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>