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/27 12:00:00 UTC

[jira] Created: (JAMES-377) rfc2034 ENHANCEDSTATUSCODES compliance

rfc2034 ENHANCEDSTATUSCODES compliance
--------------------------------------

         Key: JAMES-377
         URL: http://issues.apache.org/jira/browse/JAMES-377
     Project: James
        Type: Improvement
  Components: SMTPServer  
    Versions: 3.0    
 Environment: James trunk on 2005/05/27. Previous ESMTP patches by already applied (the doEHLO is different and the updated version is needed for this patch to work). Contact me for a single patch including all the ESMTP extensions I added.
    Reporter: Stefano Bagnara
    Priority: Minor


I extracted the DSNStatus from the DSNBounce mailet and used it also in SMTPHandler to support this simple extension.

-- 
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


[jira] Updated: (JAMES-377) rfc2034 ENHANCEDSTATUSCODES compliance

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-377?page=all ]

Stefano Bagnara updated JAMES-377:
----------------------------------

    Attachment: SMTPHandler.java.ENHANCEDSTATUSCODES.patch
                DSNStatus.java
                rfc2034.html

> rfc2034 ENHANCEDSTATUSCODES compliance
> --------------------------------------
>
>          Key: JAMES-377
>          URL: http://issues.apache.org/jira/browse/JAMES-377
>      Project: James
>         Type: Improvement
>   Components: SMTPServer
>     Versions: 3.0
>  Environment: James trunk on 2005/05/27. Previous ESMTP patches by already applied (the doEHLO is different and the updated version is needed for this patch to work). Contact me for a single patch including all the ESMTP extensions I added.
>     Reporter: Stefano Bagnara
>     Priority: Minor
>  Attachments: DSNStatus.java, SMTPHandler.java.ENHANCEDSTATUSCODES.patch, rfc2034.html
>
> I extracted the DSNStatus from the DSNBounce mailet and used it also in SMTPHandler to support this simple extension.

-- 
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


[jira] Commented: (JAMES-377) rfc2034 ENHANCEDSTATUSCODES compliance

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-377?page=comments#action_66441 ]
     
Stefano Bagnara commented on JAMES-377:
---------------------------------------

I also removed AUTH announce after an HELO command because it is a BUG.
AUTH is an ESMTP command and should be ANNOUNCED only after an EHLO (see AUTH RFC 2554)

> rfc2034 ENHANCEDSTATUSCODES compliance
> --------------------------------------
>
>          Key: JAMES-377
>          URL: http://issues.apache.org/jira/browse/JAMES-377
>      Project: James
>         Type: Improvement
>   Components: SMTPServer
>     Versions: 3.0
>  Environment: James trunk on 2005/05/27. Previous ESMTP patches by already applied (the doEHLO is different and the updated version is needed for this patch to work). Contact me for a single patch including all the ESMTP extensions I added.
>     Reporter: Stefano Bagnara
>     Priority: Minor
>  Attachments: DSNStatus.java, SMTPHandler.java.ENHANCEDSTATUSCODES.patch, rfc2034.html
>
> I extracted the DSNStatus from the DSNBounce mailet and used it also in SMTPHandler to support this simple extension.

-- 
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


[jira] Updated: (JAMES-377) rfc2034 ENHANCEDSTATUSCODES compliance

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-377?page=all ]

Stefano Bagnara updated JAMES-377:
----------------------------------

    Fix Version: 2.2.1
                     (was: 3.0)

> rfc2034 ENHANCEDSTATUSCODES compliance
> --------------------------------------
>
>          Key: JAMES-377
>          URL: http://issues.apache.org/jira/browse/JAMES-377
>      Project: James
>         Type: Improvement
>   Components: SMTPServer
>     Versions: 3.0
>  Environment: James trunk on 2005/05/27. Previous ESMTP patches by already applied (the doEHLO is different and the updated version is needed for this patch to work). Contact me for a single patch including all the ESMTP extensions I added.
>     Reporter: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.2.1
>  Attachments: DSNStatus.java, SMTPHandler.java.ENHANCEDSTATUSCODES.patch, rfc2034.html
>
> I extracted the DSNStatus from the DSNBounce mailet and used it also in SMTPHandler to support this simple extension.

-- 
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


[jira] Resolved: (JAMES-377) rfc2034 ENHANCEDSTATUSCODES compliance

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-377?page=all ]
     
Stefano Bagnara resolved JAMES-377:
-----------------------------------

    Fix Version: 3.0
     Resolution: Fixed

> rfc2034 ENHANCEDSTATUSCODES compliance
> --------------------------------------
>
>          Key: JAMES-377
>          URL: http://issues.apache.org/jira/browse/JAMES-377
>      Project: James
>         Type: Improvement
>   Components: SMTPServer
>     Versions: 3.0
>  Environment: James trunk on 2005/05/27. Previous ESMTP patches by already applied (the doEHLO is different and the updated version is needed for this patch to work). Contact me for a single patch including all the ESMTP extensions I added.
>     Reporter: Stefano Bagnara
>     Priority: Minor
>      Fix For: 3.0
>  Attachments: DSNStatus.java, SMTPHandler.java.ENHANCEDSTATUSCODES.patch, rfc2034.html
>
> I extracted the DSNStatus from the DSNBounce mailet and used it also in SMTPHandler to support this simple extension.

-- 
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