changeset 78:b6e5ee6e26e8

mlmmj-make-ml.sh now creates subscribers.d as well
author mmj
date Wed, 12 May 2004 09:36:35 +1000
parents 66d950e9a550
children 73ba112b6bff
files ChangeLog include/mlmmj.h src/mlmmj-make-ml.sh
diffstat 3 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 12 09:08:04 2004 +1000
+++ b/ChangeLog	Wed May 12 09:36:35 2004 +1000
@@ -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
--- a/include/mlmmj.h	Wed May 12 09:08:04 2004 +1000
+++ b/include/mlmmj.h	Wed May 12 09:36:35 2004 +1000
@@ -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$
  *
--- a/src/mlmmj-make-ml.sh	Wed May 12 09:08:04 2004 +1000
+++ b/src/mlmmj-make-ml.sh	Wed May 12 09:36:35 2004 +1000
@@ -61,7 +61,7 @@
 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