changeset 96:dcb9c23595c8

Create and mention listdir/requeue
author mmj
date Thu, 20 May 2004 09:23:30 +1000
parents 6bfddee158b0
children 9d973ef54b5c
files README UPGRADE src/mlmmj-make-ml.sh
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu May 20 09:19:02 2004 +1000
+++ b/README	Thu May 20 09:23:30 2004 +1000
@@ -42,6 +42,7 @@
    /var/spool/mlmmj/mlmmj-test/moderation
    /var/spool/mlmmj/mlmmj-test/moderation/queue
    /var/spool/mlmmj/mlmmj-test/subscribers.d
+   /var/spool/mlmmj/mlmmj-test/requeue
 
    And creates files similar to the ones in the listtexts/ directory of the
    source distribution in /var/spool/mlmmj/text/.
--- a/UPGRADE	Thu May 20 09:19:02 2004 +1000
+++ b/UPGRADE	Thu May 20 09:23:30 2004 +1000
@@ -1,4 +1,4 @@
-This applies to everyone using mlmmj < 0.5.0:
+This applies to everyone using mlmmj > 0.5.0:
 ---------------------------------------------
 
  Note that listdir/subcribers is no longer used for subscribers. Instead
@@ -12,3 +12,9 @@
 
  A quick and dirty hack would be to simply move listdir/subscribers into
  subscribers.d/. This could lead to double subscriptions, so use with caution!
+
+This applies to everyone using mlmmj > 0.5.1:
+---------------------------------------------
+
+ listdir/requeue/ directory have to be created
+
--- a/src/mlmmj-make-ml.sh	Thu May 20 09:19:02 2004 +1000
+++ b/src/mlmmj-make-ml.sh	Thu May 20 09:23:30 2004 +1000
@@ -61,7 +61,7 @@
 mkdir -p $LISTDIR
 
 for DIR in incoming queue archive text subconf unsubconf bounce control \
-	   moderation moderation/queue subscribers.d
+	   moderation moderation/queue subscribers.d requeue
 do
 	mkdir "$LISTDIR"/"$DIR"
 done