]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Create and mention listdir/requeue
authormmj <none@none>
Wed, 19 May 2004 23:23:30 +0000 (09:23 +1000)
committermmj <none@none>
Wed, 19 May 2004 23:23:30 +0000 (09:23 +1000)
README
UPGRADE
src/mlmmj-make-ml.sh

diff --git a/README b/README
index a11a49a827d4fd4fbf5dba4df12b321543961e33..0cf4e056ede4f3279ea2d546d0f64d1d4958f6c3 100644 (file)
--- a/README
+++ b/README
@@ -42,6 +42,7 @@ To use mlmmj, do the following:
    /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/.
diff --git a/UPGRADE b/UPGRADE
index 7a30681dfc839a29b53b7b858ad90b5b00b61638..9e5c5af0fbdff1627b339ddcfe3326fd45eb979c 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -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 @@ This applies to everyone using mlmmj < 0.5.0:
 
  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
+
index a88e85926ea23274cf184554b2d3858cf094c556..068fc4a78610cc31221e0bf4f00806a9918c3dfb 100755 (executable)
@@ -61,7 +61,7 @@ LISTDIR="$SPOOLDIR/$LISTNAME"
 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