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: [email protected]
For additional commands, e-mail: [email protected]