changeset 43:3927a32c3361

*** empty log message ***
author mmj
date Sun, 25 Apr 2004 20:08:50 +1000
parents d318f8048925
children 74cf6cb8362f
files ChangeLog README VERSION
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Apr 25 01:17:56 2004 +1000
+++ b/ChangeLog	Sun Apr 25 20:08:50 2004 +1000
@@ -1,3 +1,4 @@
+ o mlmmj-{,un}sub now uses mmap and friends for better performance
 0.3.2
  o Logging enhancement
  o Send on the full path to the binaries around in the program since
--- a/README	Sun Apr 25 01:17:56 2004 +1000
+++ b/README	Sun Apr 25 20:08:50 2004 +1000
@@ -57,7 +57,7 @@
 
 4) Subscribe some people
 
-   mlmmj-subscribe -L /var/spool/mlmmj/mlmmj-test/ -a joe@domain.tld
+   mlmmj-sub -L /var/spool/mlmmj/mlmmj-test/ -a joe@domain.tld
 
    etc.
 
@@ -68,7 +68,7 @@
    file called 'customheaders' in the list directory like this:
    $ cat /var/spool/mlmmj/mlmmj-test/customheaders
    X-Mailinglist: mlmmj-test
-   Reply-To: mlmmj-test@domain.ltd
+   Reply-To: mlmmj-test@domain.tld
 
 6) If you want every mail to have something like:
    -- 
--- a/VERSION	Sun Apr 25 01:17:56 2004 +1000
+++ b/VERSION	Sun Apr 25 20:08:50 2004 +1000
@@ -1,1 +1,1 @@
-0.3.2
+0.3.3