changeset 210:fd0ee1218436

Updates
author mmj
date Thu, 10 Jun 2004 15:52:46 +1000
parents c7728653110e
children 466cdf443f44
files ChangeLog README TODO VERSION
diffstat 4 files changed, 69 insertions(+), 63 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 09 21:42:54 2004 +1000
+++ b/ChangeLog	Thu Jun 10 15:52:46 2004 +1000
@@ -1,10 +1,11 @@
+ o Fix bug with maintenance logfile not being opened at the right spot
 0.7.0
  o Add a macro to make sure mlmmj binaries are invoked with full path
  o Add the function to mlmmj-maintd to unsubscribe people who've been bouncing
    for BOUNCELIFE (default 432000 sec, 5 days) time. This completes
    the bouncehandling of mlmmj. SIC!
  o Add logging to mlmmj-maintd. mlmmj-maintd.lastrun.log in the listdir
-   always has the log of the last run.
+   always has the log of the last run. This is work in progress.
  o Make mlmmj-bounce capable of sending probes
  o Include a function for easy generation of standard mail replies
 0.6.0
--- a/README	Wed Jun 09 21:42:54 2004 +1000
+++ b/README	Thu Jun 10 15:52:46 2004 +1000
@@ -16,7 +16,7 @@
 
 To use mlmmj, do the following:
 
-1) Make sure your mailserver accepts '+' as a recipient delimiter. With Postfix
+ 1) Make sure your mailserver accepts '+' as a recipient delimiter. In Postfix
    it's done by adding
 
    	recipient_delimiter = +
@@ -95,17 +95,22 @@
    Just add what you want to a file named "footer" in the same dir as
    "customheader" (listdir/control/).
 
-8) For having a moderated list, simply create a file called 'moderated' in the
+ 8) If you want a prefix on the subject, to make it look like this:
+    Subject: [mlmmj-test] how are we doing?
+    Simply do 'echo "[mlmmj-test]" > control/prefix
+
+ 9) For having a moderated list, simply create a file called 'moderated' in the
    control/ directory. Moderators are added to a file called 'moderators' in
-   the listdir, just like subscribers are in the subscribers file.
+    the control/ dir as well.
 
-9) Have a look at the file TUNABLES for runtime configurable things.
+10) Have a look at the file TUNABLES for runtime configurable things.
 
 Tunables in include/mlmmj.h:
  · If you want to use something else than localhost for your maildelivery you
    have to change RELAYHOST.
  · There's some time intervals for how mlmmj-maintd operates. I've choosen
    non-strict defaults, so depending on your BOFH rate you might want to tweak.
+   The defaults should be good for most people though.
 
 Have a fun!
 
--- a/TODO	Wed Jun 09 21:42:54 2004 +1000
+++ b/TODO	Thu Jun 10 15:52:46 2004 +1000
@@ -1,5 +1,5 @@
  o Convert mlmmj-sub, mlmmj-unsub and mlmmj-process (moderation) to use
-   the new and shiny prepstdreply() function.
+   the new prepstdreply() function.
  o Add some more logging to mlmmj-maintd
 
 Functionality items:
--- a/VERSION	Wed Jun 09 21:42:54 2004 +1000
+++ b/VERSION	Thu Jun 10 15:52:46 2004 +1000
@@ -1,1 +1,1 @@
-0.7.0-RC
+0.7.0