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=testl...@localhost"
class="CommandListservManager">
+<listmanager>
+ <mailet match="commandlistservmatcher=testl...@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=testl...@localhost"
class="CommandListservProcessor">
+ <!-- the processor for this list serv -->
+ <mailet match="recipientis=testl...@localhost"
class="CommandListservProcessor">
<membersonly>false</membersonly>
<attachmentsallowed>true</attachmentsallowed>
<replytolist>true</replytolist>
@@ -59,4 +59,5 @@
<autobracket>true</autobracket>
<listOwner>ow...@localhost</listOwner>
<listName>testlist</listName>
-</mailet>
+ </mailet>
+</listmanager
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]