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 er...@apache.org on 2010/11/06 14:41:27 UTC

svn commit: r1032053 - /james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml

Author: eric
Date: Sat Nov  6 13:41:26 2010
New Revision: 1032053

URL: http://svn.apache.org/viewvc?rev=1032053&view=rev
Log:
Add cr to separate some sections (JAMES-1079)

Modified:
    james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml

Modified: james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml?rev=1032053&r1=1032052&r2=1032053&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/mailetcontainer.xml Sat Nov  6 13:41:26 2010
@@ -21,17 +21,21 @@
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
 <mailetcontainer>
+
     <threads> 20 </threads>
+
     <mailetpackages>
       <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
       <mailetpackage>org.apache.james.mailet.crypto.mailet</mailetpackage>
       <mailetpackage>org.apache.james.imapserver.sieve</mailetpackage>      
     </mailetpackages>
+
     <matcherpackages>
       <matcherpackage>org.apache.james.transport.matchers</matcherpackage>
       <matcherpackage>org.apache.james.mailet.crypto.matchers</matcherpackage>
       <matcherpackage>org.apache.james.mailetcontainer.lib.matchers</matcherpackage>
     </matcherpackages>
+
     <processor name="root">
        <mailet match="All" class="PostmasterAlias"/>
        <mailet match="RelayLimit=30" class="Null"/>
@@ -132,4 +136,5 @@
           <passThrough>false</passThrough>
         </mailet>
     </processor>
+    
 </mailetcontainer>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org