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 2010/03/03 12:50:57 UTC

svn commit: r918429 - /james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml

Author: norman
Date: Wed Mar  3 11:50:57 2010
New Revision: 918429

URL: http://svn.apache.org/viewvc?rev=918429&view=rev
Log:
disable annoying logging

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml?rev=918429&r1=918428&r2=918429&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml Wed Mar  3 11:50:57 2010
@@ -400,7 +400,9 @@
 
          
          <!-- Deliver To IMAP mailboxes, applying a Sieve script if the user has one
-         <mailet match="All" class="SieveMailet"/>
+         <mailet match="All" class="SieveMailet">
+             <quiet>true</quiet>
+         </mailet>
          -->
         
          <!-- Is the recipient is for a local account, deliver it locally -->



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