[ 
http://issues.apache.org/jira/browse/JAMES-468?page=comments#action_12373663 ] 

Steve Short commented on JAMES-468:
-----------------------------------

This patch returns the wrong status code when the recipient limit is reached.  
It currently returns 571 but it should return 452.  See RFC 2821 section 
4.5.3.1.  Here's the relevant phrase:

"If an SMTP server has an implementation limit on the number of RCPT commands 
and this limit is exhausted, it MUST use a response code of 452..."

> Limit MaxRcpt per Email
> -----------------------
>
>          Key: JAMES-468
>          URL: http://issues.apache.org/jira/browse/JAMES-468
>      Project: James
>         Type: New Feature

>     Reporter: Norman Maurer
>     Assignee: Stefano Bagnara
>      Fix For: 2.3.0a2
>  Attachments: DataCmdHandler-maxrcpt.patch, RcptCmdHandler-maxrcpt.patch, 
> SMTPServerTest-maxrcpt.patch, SMTPTestConfiguration-maxrcpt.patch, 
> james-config.xml-maxrcpt.patch
>
> I add a new configuration option to RCPTCmdHandler to limit the RCPT that are 
> set per Mail. This can be usefull for Admins that want to set a limit for 
> RCPTs. 
> The RCPT count get reseted if the DATACmdHandler get called.
> Here it is..

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to