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 no...@apache.org on 2010/11/03 20:42:00 UTC

svn commit: r1030631 - /james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml

Author: norman
Date: Wed Nov  3 19:41:59 2010
New Revision: 1030631

URL: http://svn.apache.org/viewvc?rev=1030631&view=rev
Log:
use listmanager tag around mailet tags (JAMES-1102)

Modified:
    james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml

Modified: james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml?rev=1030631&r1=1030630&r2=1030631&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/james-listmanager.xml Wed Nov  3 19:41:59 2010
@@ -20,8 +20,8 @@
  <!-- Add a Manager and Processor for each list -->
  <!-- TODO: add more examples                   -->
  <!-- CHECKME: check the <resource> path        -->
-
-<mailet match="CommandListservMatcher=testlist@localhost" class="CommandListservManager">
+<listmanager>
+  <mailet match="CommandListservMatcher=testlist@localhost" class="CommandListservManager">
 <!-- CHECKME! -->
     <!--resources-->
     <resources>/opt/james/apps/james/conf/miResources.xml</resources>
@@ -47,10 +47,10 @@
         <command name="owner" class="Owner"/>
         <command name="info" class="Info"/>
     </commands>
-</mailet>
+  </mailet>
 
-<!-- the processor for this list serv -->
-<mailet match="RecipientIs=testlist@localhost" class="CommandListservProcessor">
+  <!-- the processor for this list serv -->
+  <mailet match="RecipientIs=testlist@localhost" class="CommandListservProcessor">
     <membersonly>false</membersonly>
     <attachmentsallowed>true</attachmentsallowed>
     <replytolist>true</replytolist>
@@ -59,4 +59,5 @@
     <autobracket>true</autobracket>
     <listOwner>owner@localhost</listOwner>
     <listName>testlist</listName>
-</mailet>
+  </mailet>
+</listmanager
\ No newline at end of file



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