You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2006/01/07 17:53:50 UTC

svn commit: r366827 - in /httpd/site/trunk: docs/mod_mbox/install.html xdocs/mod_mbox/install.xml

Author: maxime
Date: Sat Jan  7 08:53:45 2006
New Revision: 366827

URL: http://svn.apache.org/viewcvs?rev=366827&view=rev
Log:
More explanations on how mail archives must be created.


Modified:
    httpd/site/trunk/docs/mod_mbox/install.html
    httpd/site/trunk/xdocs/mod_mbox/install.xml

Modified: httpd/site/trunk/docs/mod_mbox/install.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/mod_mbox/install.html?rev=366827&r1=366826&r2=366827&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_mbox/install.html (original)
+++ httpd/site/trunk/docs/mod_mbox/install.html Sat Jan  7 08:53:45 2006
@@ -146,10 +146,15 @@
     <tt>mod_mbox</tt> is a mail archive browser. Having mail archives
     to browse would be a good idea. For the following steps, we'll
     assume that you have a directory (let's call it <tt>foo</tt>) with
-    your <tt>.mbox</tt> files. Indeed, <tt>mod_mbox</tt> needs a
-    static preprocessing of the archives before being able to run. For
-    that, we'll use the tool <tt>mod-mbox-util</tt> that was compiled
-    with the module itself at build time :
+    your <tt>.mbox</tt> files. You must have a <tt>.mbox</tt> file per
+    month and each of them must be named in a <tt>YYYYMM.mbox</tt>
+    manner.
+  </p>
+<p>
+    <tt>mod_mbox</tt> needs a static preprocessing of the archives
+    before being able to run. For that, we'll use the tool
+    <tt>mod-mbox-util</tt> that was compiled with the module itself at
+    build time :
   </p>
 <pre><code>
     mod-mbox-util -v -c foo/

Modified: httpd/site/trunk/xdocs/mod_mbox/install.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/mod_mbox/install.xml?rev=366827&r1=366826&r2=366827&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/mod_mbox/install.xml (original)
+++ httpd/site/trunk/xdocs/mod_mbox/install.xml Sat Jan  7 08:53:45 2006
@@ -73,10 +73,16 @@
     <tt>mod_mbox</tt> is a mail archive browser. Having mail archives
     to browse would be a good idea. For the following steps, we'll
     assume that you have a directory (let's call it <tt>foo</tt>) with
-    your <tt>.mbox</tt> files. Indeed, <tt>mod_mbox</tt> needs a
-    static preprocessing of the archives before being able to run. For
-    that, we'll use the tool <tt>mod-mbox-util</tt> that was compiled
-    with the module itself at build time :
+    your <tt>.mbox</tt> files. You must have a <tt>.mbox</tt> file per
+    month and each of them must be named in a <tt>YYYYMM.mbox</tt>
+    manner.
+  </p>
+
+  <p>
+    <tt>mod_mbox</tt> needs a static preprocessing of the archives
+    before being able to run. For that, we'll use the tool
+    <tt>mod-mbox-util</tt> that was compiled with the module itself at
+    build time :
   </p>
 
   <pre><code>