You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/10/02 10:21:44 UTC

svn commit: r451909 - /james/server/trunk/src/conf/james-config.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org