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 er...@apache.org on 2012/02/21 11:06:29 UTC

svn commit: r1291682 - /james/server/trunk/mailetcontainer-api/src/main/resources/mailetcontainer.conf

Author: eric
Date: Tue Feb 21 10:06:29 2012
New Revision: 1291682

URL: http://svn.apache.org/viewvc?rev=1291682&view=rev
Log:
Readd the RecipientToLowerCase mailet (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=1291682&r1=1291681&r2=1291682&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 10:06:29 2012
@@ -51,6 +51,7 @@
         <name>X-UserIsAuth</name>
         <value>true</value>
       </mailet>
+      <mailet match="RecipientIsLocal" class="RecipientToLowerCase"/>
       <mailet match="RecipientIsLocal" class="LocalDelivery"/>
       <mailet match="HostIsLocal" class="ToProcessor">
         <processor>local-address-error</processor>



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