Author: norman
Date: Mon Oct 2 01:21:43 2006
New Revision: 451909
URL: http://svn.apache.org/viewvc?view=rev&rev=451909
Log:
Switch default sendpartial to true for RemoteDelivery. See JAMES-577
Modified:
james/server/trunk/src/conf/james-config.xml
Modified: james/server/trunk/src/conf/james-config.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/conf/james-config.xml?view=diff&rev=451909&r1=451908&r2=451909
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Mon Oct 2 01:21:43 2006
@@ -567,7 +567,7 @@
<deliveryThreads> 1 </deliveryThreads>
<!-- If false the message will not be sent to given server if any
recipients fail -->
- <sendpartial>false</sendpartial>
+ <sendpartial>true</sendpartial>
<!-- By default we send bounces to the "bounce" processor -->
<!-- By removing this configuration James will fallback to
hardcoded bounce -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]