chibenwa commented on code in PR #2448: URL: https://github.com/apache/james-project/pull/2448#discussion_r1799403453
########## server/protocols/protocols-smtp/src/main/java/org/apache/james/smtpserver/fastfail/MaxRcptHandler.java: ########## @@ -26,7 +26,7 @@ public class MaxRcptHandler extends org.apache.james.protocols.smtp.core.fastfail.MaxRcptHandler implements ProtocolHandler { @Override public void init(Configuration config) throws ConfigurationException { - int maxRcpt = config.getInt("maxRcpt", 0); - setMaxRcpt(maxRcpt); + int maxRcpt = config.getInt("maxRcptCount", 0); Review Comment: Can we avoid this breaking change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org