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 er...@apache.org on 2012/02/14 16:06:19 UTC

svn commit: r1243981 - in /james/app/trunk/src: assemble/app.xml main/app/sieve/ main/app/sieve/README.txt

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: foo@bar.tld.sieve).



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