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 "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2005/05/12 13:27:11 UTC

[jira] Updated: (JAMES-374) EHLO reply when SIZE limit is enabled is wrong

     [ http://issues.apache.org/jira/browse/JAMES-374?page=all ]

Stefano Bagnara updated JAMES-374:
----------------------------------

    Attachment: SMTPHandler.ehlo-size.patch

Fast fix to the bug. It would be better to create a writer that automatically handle the SMTP multiline reply.

> EHLO reply when SIZE limit is enabled is wrong
> ----------------------------------------------
>
>          Key: JAMES-374
>          URL: http://issues.apache.org/jira/browse/JAMES-374
>      Project: James
>         Type: Bug
>   Components: SMTPServer
>     Versions: 3.0, 2.2.1
>  Environment: Enable SIZE limit in smtp server
>     Reporter: Stefano Bagnara
>  Attachments: SMTPHandler.ehlo-size.patch
>
> I got this reply from james server with a SIZE limit:
> 220 xxxx.domain.com SMTP Server (JAMES SMTP Server 2.2.1-dev) ready Thu, 12 May 2005 10:35:58 +0000 (GMT) EHLO domain.com 250-SIZE 5120000 250-xxxx.domain.com Hello domain.com (xxxx.domain.com [XXX.XXX.XXX.XXX]) 250-AUTH LOGIN PLAIN 250 AUTH=LOGIN PLAIN
> the SIZE header should be under the first "250-xxxx.domain.com Hello.." line.
> PS: Søren reply:
> RFC-2821 states (page 30) that the first line in a multiline response to EHLO is the "250-domain" line

-- 
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
-
For more information on JIRA, 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