From: mmj Date: Tue, 11 May 2004 23:36:35 +0000 (+1000) Subject: mlmmj-make-ml.sh now creates subscribers.d as well X-Git-Tag: RELEASE_1_0_0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a5771fb60e20b7b27fb03c86ecfd3344b153c4;p=thirdparty%2Fmlmmj.git mlmmj-make-ml.sh now creates subscribers.d as well --- diff --git a/ChangeLog b/ChangeLog index cb64d196..27be958c 100644 --- 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 diff --git a/include/mlmmj.h b/include/mlmmj.h index 4816a426..81af9227 100644 --- a/include/mlmmj.h +++ b/include/mlmmj.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002, 2003 Mads Martin Joergensen +/* Copyright (C) 2002, 2003, 2004 Mads Martin Joergensen * * $Id$ * diff --git a/src/mlmmj-make-ml.sh b/src/mlmmj-make-ml.sh index 44fe79dd..97cf830c 100755 --- a/src/mlmmj-make-ml.sh +++ b/src/mlmmj-make-ml.sh @@ -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