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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to