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/26 19:58:37 UTC

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

Author: norman
Date: Fri Mar 26 18:58:37 2010
New Revision: 928016

URL: http://svn.apache.org/viewvc?rev=928016&view=rev
Log:
SieveMailet will get called via LocalDelivery, no need to keep it in config (JAMES-983)

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=928016&r1=928015&r2=928016&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 Fri Mar 26 18:58:37 2010
@@ -398,13 +398,7 @@ Regards, Postmaster XXX.YYY
              <virtualusertable>DefaultVirtualUserTable</virtualusertable>
          </mailet>
 
-         
-         <!-- Deliver To IMAP mailboxes, applying a Sieve script if the user has one
-         <mailet match="All" class="SieveMailet">
-             <quiet>true</quiet>
-         </mailet>
-         -->
-        
+
          <!-- Is the recipient is for a local account, deliver it locally -->
          <mailet match="RecipientIsLocal" class="LocalDelivery"/>
 



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