florentos17 commented on code in PR #2448: URL: https://github.com/apache/james-project/pull/2448#discussion_r1798911733
########## server/mailet/integration-testing/src/main/resources/smtpserver.xml: ########## @@ -87,7 +87,11 @@ <handler class="org.apache.james.smtpserver.fastfail.ValidRcptHandler"/> <handler class="org.apache.james.smtpserver.CoreCmdHandlerLoader"/> {{#hooks}} - <handler class="{{hookFqcn}}"/> + <handler class="{{hookFqcn}}"> + {{#hookConfigAsXML}} + <MaxRcptCount>{{value}}</MaxRcptCount> Review Comment: yes of course ! i left it like that temporarily because `<{{key}}>{{value}}</{{key}}>` did not seem to work at the time, but i agree with you -- 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