# HG changeset patch # User mmj # Date 1114511055 -36000 # Node ID 6ce0bff8ee30bc84afb99838f7e392cadf7c9b4a # Parent 2a86af037236e35c87a48bbf5a920c4894388685 README update diff -r 2a86af037236 -r 6ce0bff8ee30 README --- a/README Tue Apr 26 20:13:25 2005 +1000 +++ b/README Tue Apr 26 20:24:15 2005 +1000 @@ -1,4 +1,4 @@ -README mlmmj-1.2.4 February 15th 2005 +README mlmmj-1.2.5 April 26th 2005 This is an attempt at implementing a mailing list manager with the same functionality as the brilliant ezmlm, but with a decent license and mail server diff -r 2a86af037236 -r 6ce0bff8ee30 src/send_list.c --- a/src/send_list.c Tue Apr 26 20:13:25 2005 +1000 +++ b/src/send_list.c Tue Apr 26 20:24:15 2005 +1000 @@ -101,7 +101,7 @@ myfree(fileiter); } - writen(fd, "\n-- \n end of list mail\n", 23); + writen(fd, "\n-- \nend of output\n", 19); close(fd); closedir(dirp);