Index: /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml
===================================================================
--- /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml	(revision 392227)
+++ /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml	(working copy)
@@ -729,6 +729,15 @@
                      Default is set to 0.
                 <maxRcpt> 0 </maxRcpt>
                 -->
+                
+                <!-- If is set to a bigger value as 0 you can set the recipients after which tarpitting get activated.
+                	 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).
+                <tarpitRcptCount> 0 </tarpitRcptCount>
+                -->
+                <!-- See timeout in milliseconds to insert after the rcpt. Only is used if tarpitting is activated.
+                <tarpitSleepTime> 5000 </tarpitSleepTime>
+                -->
             </handler>
             <handler command="DATA" class="org.apache.james.smtpserver.DataCmdHandler"></handler>
             <handler command="RSET" class="org.apache.james.smtpserver.RsetCmdHandler"></handler>
