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 2009/11/29 16:15:14 UTC

svn commit: r885240 - /james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Author: norman
Date: Sun Nov 29 15:15:13 2009
New Revision: 885240

URL: http://svn.apache.org/viewvc?rev=885240&view=rev
Log:
Move SieveMailet config to Transport processor

Modified:
    james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?rev=885240&r1=885239&r2=885240&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Sun Nov 29 15:15:13 2009
@@ -344,10 +344,6 @@
             </mapping>
          </mailet>
          -->
-         
-        <!-- Deliver To IMAP mailboxes, applying a Sieve script if the user has one
-        <mailet match="All" class="SieveMailet"/>
-        -->
 
          <!-- Anti-spam processing -->
          <!-- The following two entries avoid double anti-spam analysis -->
@@ -549,6 +545,11 @@
              <virtualusertable>DefaultVirtualUserTable</virtualusertable>
          </mailet>
 
+         
+         <!-- Deliver To IMAP mailboxes, applying a Sieve script if the user has one
+         <mailet match="All" class="SieveMailet"/>
+         -->
+        
          <!-- 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