This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.5.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 04e8ec790624066fac48f553a30ad6ae06632cdf Author: Benoit Tellier <[email protected]> AuthorDate: Tue May 19 08:45:49 2020 +0700 JAMES-1541 Remove no longer existing SuppressDuplicateRcptHandler from configuration --- server/app/src/main/resources/smtpserver.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/app/src/main/resources/smtpserver.xml b/server/app/src/main/resources/smtpserver.xml index d0a5637..14e16a3 100644 --- a/server/app/src/main/resources/smtpserver.xml +++ b/server/app/src/main/resources/smtpserver.xml @@ -247,12 +247,6 @@ <whitelistedNetworks>127.0.0.0/8</whitelistedNetworks> </handler> --> - - <!-- This handler ignore duplicated recipients per session. So the email will get only send on time even --> - <!-- if the recipient is specified more then once --> - <!-- - <handler class="org.apache.james.smtpserver.protocol.core.fastfail.SuppressDuplicateRcptHandler"/> - --> <!-- Load the core command handlers --> <handler class="org.apache.james.smtpserver.CoreCmdHandlerLoader"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
