]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
mlmmj-make-ml.sh now creates subscribers.d as well
authormmj <none@none>
Tue, 11 May 2004 23:36:35 +0000 (09:36 +1000)
committermmj <none@none>
Tue, 11 May 2004 23:36:35 +0000 (09:36 +1000)
ChangeLog
include/mlmmj.h
src/mlmmj-make-ml.sh

index cb64d196fc3f52fa9b5c7deb2bbfcd43dba30f16..27be958c62302e90225b1fe2953c589679919d48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
- o Major cleanup of listcontrol()
+0.5.0
+ o Use a subscribers.d/ directory for several subscribers files. mlmmj-send
+   will now fork for each file (up to MAX_CONNECTIONS) for faster delivery.
+   mlmmj-unsub will search for subscribers in all of these files.
+   mlmmj-sub will now add emailaddresses to the file in subscribers.d/ with
+   the name of the first character in the emailaddress (foo@bar.com will be
+   in subscribers.d/f).
+ o Major cleanup of listcontrol() and in the process add closed list
+   functionality (touch listdir/control/closedlist and it's closed)
 0.4.0
  o Add moderation functionality
 0.3.4
index 4816a426c194c1ad36c7b0ab160b38e66da55ba1..81af922706b8ae369ad73cbe1e57b92b44e8f2e8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Mads Martin Joergensen <mmj at mmj.dk>
+/* Copyright (C) 2002, 2003, 2004 Mads Martin Joergensen <mmj at mmj.dk>
  *
  * $Id$
  *
index 44fe79dd1cdb391c14e32b142d71396439f95016..97cf830c4fc5d653c67681aa96554bf064fb6f5f 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
+          moderation moderation/queue subscribers.d
 do
        mkdir "$LISTDIR"/"$DIR"
 done