Author: eric
Date: Wed Jun 27 07:33:02 2012
New Revision: 1354350
URL: http://svn.apache.org/viewvc?rev=1354350&view=rev
Log:
Use SenderIsLocal as matcher for the ToSenderFolder mailet (JAMES-1365)
Modified:
james/app/trunk/src/main/resources/mailetcontainer-template.conf
Modified: james/app/trunk/src/main/resources/mailetcontainer-template.conf
URL:
http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailetcontainer-template.conf?rev=1354350&r1=1354349&r2=1354350&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailetcontainer-template.conf (original)
+++ james/app/trunk/src/main/resources/mailetcontainer-template.conf Wed Jun 27
07:33:02 2012
@@ -421,13 +421,13 @@ Regards, Postmaster XXX.YYY
-->
<!-- The RecipientRewriteTable will use the definitions found in
recipientrewritetablexml -->
- <mailet match="All" class="RecipientRewriteTable" />
+ <mailet match="All" class="RecipientRewriteTable" />
- <!-- Place a copy in the user Sent folder -->
- <mailet match="RecipientIsLocal" class="ToSenderFolder">
+ <!-- Place a copy in the user Sent folder -->
+ <mailet match="SenderIsLocal" class="ToSenderFolder">
<folder>Sent</folder>
<consume>false</consume>
- </mailet>
+ </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]