Arsnael commented on code in PR #2446: URL: https://github.com/apache/james-project/pull/2446#discussion_r1798730696
########## docs/modules/servers/partials/configure/smtp-hooks.adoc: ########## @@ -371,6 +372,7 @@ Example handlerchain configuration for `smtpserver.xml`: <handler class="org.apache.james.smtpserver.DKIMHook"> <forceCLRF>true</forceCLRF> <onlyForSenderDomain>apache.org</onlyForSenderDomain> + <validatedEntities>envelope,headers</validatedEntities> Review Comment: Or do you mean: ``` <onlyForSenderDomain> <domain>apache.org</domain> <validatedEntities>envelope,headers</validatedEntities> </onlyForSenderDomain> ``` ? would require few more changes in the structure then -- 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