Author: eric
Date: Tue Feb 14 15:06:19 2012
New Revision: 1243981
URL: http://svn.apache.org/viewvc?rev=1243981&view=rev
Log:
Prepare the sieve folder in the tarball for sieve scripts (JAMES-1373)
Added:
james/app/trunk/src/main/app/sieve/
james/app/trunk/src/main/app/sieve/README.txt
Modified:
james/app/trunk/src/assemble/app.xml
Modified: james/app/trunk/src/assemble/app.xml
URL:
http://svn.apache.org/viewvc/james/app/trunk/src/assemble/app.xml?rev=1243981&r1=1243980&r2=1243981&view=diff
==============================================================================
--- james/app/trunk/src/assemble/app.xml (original)
+++ james/app/trunk/src/assemble/app.xml Tue Feb 14 15:06:19 2012
@@ -57,6 +57,11 @@
<outputDirectory>var</outputDirectory>
<directoryMode>0755</directoryMode>
</fileSet>
+ <fileSet>
+ <directory>src/main/app/sieve</directory>
+ <outputDirectory>var</outputDirectory>
+ <directoryMode>0755</directoryMode>
+ </fileSet>
<fileSet>
<directory>src/main/app/lib</directory>
Added: james/app/trunk/src/main/app/sieve/README.txt
URL:
http://svn.apache.org/viewvc/james/app/trunk/src/main/app/sieve/README.txt?rev=1243981&view=auto
==============================================================================
--- james/app/trunk/src/main/app/sieve/README.txt (added)
+++ james/app/trunk/src/main/app/sieve/README.txt Tue Feb 14 15:06:19 2012
@@ -0,0 +1,5 @@
+The $JAMES_ROOT/sieve folder is the place where James Server reads the
+sieve scripts it needs.
+
+Create here one file per user for which you want to see sieve scripts applied.
+'user.sieve' is the file naming format (example: [email protected]).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]