Author: eric
Date: Tue Feb 21 08:38:20 2012
New Revision: 1291656

URL: http://svn.apache.org/viewvc?rev=1291656&view=rev
Log:
Default mailet configuration should not apply RecipientRewriteTable nor 
RecipientToLowerCase (JAMES-1379)

Modified:
    
james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf

Modified: 
james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf
URL: 
http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf?rev=1291656&r1=1291655&r2=1291656&view=diff
==============================================================================
--- 
james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf 
(original)
+++ 
james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf 
Tue Feb 21 08:38:20 2012
@@ -27,7 +27,7 @@
   </context>
   
   <spooler>
-    <threads> 20 </threads>
+    <threads>20</threads>
   </spooler>
     
   <processors>
@@ -39,7 +39,7 @@
       </mailet>
       <mailet match="InSpammerBlacklist=dnsbl.njabl.org." class="ToProcessor">
         <processor>spam</processor>
-        <notice>550 Requested action not taken: rejected - see 
http://njabl.org/ </notice>
+        <notice>550 Requested action not taken: rejected - see 
http://njabl.org/</notice>
        </mailet>
        <mailet match="All" class="ToProcessor">
         <processor>transport</processor>
@@ -51,12 +51,6 @@
         <name>X-UserIsAuth</name>
         <value>true</value>
       </mailet>
-      <mailet match="All" class="RecipientRewriteTable">
-        
<recipientrewritetable>DefaultRecipientRewriteTable</recipientrewritetable>
-      </mailet>
-      <!-- Disable this if you want to have case-sensitive local-parts of the 
recipients -->
-      <mailet match="RecipientIsLocal" class="RecipientToLowerCase"/>
-      
       <mailet match="RecipientIsLocal" class="LocalDelivery"/>
       <mailet match="HostIsLocal" class="ToProcessor">
         <processor>local-address-error</processor>
@@ -108,4 +102,5 @@
       </mailet>
     </processor>
   </processors>
+
 </mailetcontainer>



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

Reply via email to