Repository: james-project
Updated Branches:
  refs/heads/master ee233b34e -> ea8c19fc1


JAMES-2194 server/app/src/main/resources/recipientrewritetable.xml: fix package 
of XMLRecipientRewriteTable class reference


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4d4a40a7
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4d4a40a7
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4d4a40a7

Branch: refs/heads/master
Commit: 4d4a40a7883e5028da0f974642afdfbaaac1d19f
Parents: a1c4f1b
Author: Pascal Schumacher <[email protected]>
Authored: Wed Oct 18 19:17:24 2017 +0200
Committer: Pascal Schumacher <[email protected]>
Committed: Thu Oct 19 09:08:02 2017 +0200

----------------------------------------------------------------------
 server/app/src/main/resources/recipientrewritetable.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/4d4a40a7/server/app/src/main/resources/recipientrewritetable.xml
----------------------------------------------------------------------
diff --git a/server/app/src/main/resources/recipientrewritetable.xml 
b/server/app/src/main/resources/recipientrewritetable.xml
index b5399be..e723434 100644
--- a/server/app/src/main/resources/recipientrewritetable.xml
+++ b/server/app/src/main/resources/recipientrewritetable.xml
@@ -30,7 +30,7 @@
 <!-- By setting the mappingLimit you can specify how much mapping will get 
processed -->
 <!-- before a bounce will send. This avoid infinity loops. Default 10.  -->
 <!--
-<recipientrewritetable  
class="org.apache.james.rrt.xml.XMLRecipientRewriteTable">
+<recipientrewritetable 
class="org.apache.james.rrt.file.XMLRecipientRewriteTable">
    <recursiveMapping>true</recursiveMapping>
    <mappingLimit>10</mappingLimit>
     


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to