changeset 479:6ce0bff8ee30

README update
author mmj
date Tue, 26 Apr 2005 20:24:15 +1000
parents 2a86af037236
children e47f5d7b8ddd
files README src/send_list.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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);