# HG changeset patch # User mmj # Date 1082887730 -36000 # Node ID 3927a32c3361c639cf6059aca9c4e3ef51f7d1d4 # Parent d318f80489254ff6951fa59cec30c2c53cfc693e *** empty log message *** diff -r d318f8048925 -r 3927a32c3361 ChangeLog --- 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 diff -r d318f8048925 -r 3927a32c3361 README --- 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: -- diff -r d318f8048925 -r 3927a32c3361 VERSION --- 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