changeset 125:2fa5d1026563

Update
author mmj
date Sat, 29 May 2004 23:47:57 +1000
parents 4c8cc076c784
children 50b140434da4
files ChangeLog TODO
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 29 23:46:10 2004 +1000
+++ b/ChangeLog	Sat May 29 23:47:57 2004 +1000
@@ -1,7 +1,11 @@
+ o Discard mails that doesn't have one and only one From: address. Discard
+   here means moving them to queue/discard
+ o Make sure we retrieve info from all headers
  o Fixed error handling in mlmmj-send if we can not open subscribers.d/
  o Make mlmmj-send a lot more robust with SMTP and handle
    bounces from the relayhost.
  o Fix BUG in mlmmj-bounce still using listdir/subscribers
+ o Handle subconf/unsubconf bounces
  o Begin work on mlmmj-maintd--the mlmmj maintenance daemon
  o Make help consistent and up to date with all options
  o Make mlmmj-send print the replies from the mailserver
--- a/TODO	Sat May 29 23:46:10 2004 +1000
+++ b/TODO	Sat May 29 23:47:57 2004 +1000
@@ -4,4 +4,7 @@
    · handle of help-bounces
  o owner functionality
  o listname+get functionality
- o mlmmj-maintenance
+ o mlmmj-maintenance (in progress)
+
+An ever ongoing TODO is we need someone to run it all through valgrind or
+similar and plug all memory leaks etc.