[ http://issues.apache.org/jira/browse/JAMES-468?page=comments#action_12373819 ]
Stefano Bagnara commented on JAMES-468: --------------------------------------- No bounces. The 452 in response to the RCPT TO already provide enough information to the client. The client will decide wether to send the message to the partial rcpt list or close the connection. Javamail SMTPTransport, for example, has a parameter "sendPartial" that manage this scenario: you can decide what to do when you find invalid recipients while sending a new message. If we implement the standard behaviour then the client will have the power to decide what to do. > 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]