This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 2acf1f4c434463219d9607f32d441ff06135d8db Author: Benoit Tellier <[email protected]> AuthorDate: Tue May 19 08:45:15 2020 +0700 JAMES-1541 Remove no longer existing TarpitHandler from configuration --- server/app/src/main/resources/smtpserver.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/server/app/src/main/resources/smtpserver.xml b/server/app/src/main/resources/smtpserver.xml index a26a06a..d0a5637 100644 --- a/server/app/src/main/resources/smtpserver.xml +++ b/server/app/src/main/resources/smtpserver.xml @@ -247,17 +247,6 @@ <whitelistedNetworks>127.0.0.0/8</whitelistedNetworks> </handler> --> - - <!-- Tarpitting is a method to insert a small sleep after each rcpt. For more --> - <!-- infos read this: http://www.palomine.net/qmail/tarpit.html . --> - <!-- Default is set to 0 (disabled). --> - <!-- You can also configure the time to sleep in milliseconds --> - <!-- - <handler class="org.apache.james.smtpserver.fastfail.TarpitHandler"> - <tarpitRcptCount>5</tarpitRcptCount> - <tarpitSleepTime>5000</tarpitSleepTime> - </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 --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
