masqmail

changeset 196:413dbf3b1153

moved the CREDITS section from README to THANKS
author meillo@marmaro.de
date Fri, 16 Jul 2010 10:01:49 +0200
parents 5beb5d6d9623
children 50011f65bd35
files README THANKS
diffstat 2 files changed, 36 insertions(+), 24 deletions(-) [+]
line diff
     1.1 --- a/README	Fri Jul 16 09:43:11 2010 +0200
     1.2 +++ b/README	Fri Jul 16 10:01:49 2010 +0200
     1.3 @@ -71,31 +71,9 @@
     1.4  -------
     1.5  
     1.6  I would like to thank everyone who has submitted suggestions and bug
     1.7 -reports. Special thanks to:
     1.8 +reports.
     1.9  
    1.10 -Gregor Hoffleit for beta testing and his suggestions for delivering
    1.11 -mail immediately when online. And for supplying a patch which made
    1.12 -masqmail work with mutt. And again for making the Debian package. And
    1.13 -more patches.
    1.14 -
    1.15 -Dale Perkel for patiently trying to make MM compile and run with libc5
    1.16 -and various bug reports.
    1.17 -
    1.18 -Andre Masloch for finding most bugs.
    1.19 -
    1.20 -Edouard G. Parmelan for many patches and bug reports.
    1.21 -
    1.22 -Iain Lea for the Redhat spec file.
    1.23 -
    1.24 -Juergen Daubert for excellent bug reports including patches and various
    1.25 -feedback.
    1.26 -
    1.27 -Paolo for a large patch improving several parts of masqmail, especially
    1.28 -server-side SMTP SIZE support.
    1.29 -
    1.30 -... and many others.
    1.31 -See ChangeLog, the code repository log, and the mailing list for more.
    1.32 -Feel free to tell me if you think you are missing on this list.
    1.33 +See THANKS.
    1.34  
    1.35  
    1.36  
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/THANKS	Fri Jul 16 10:01:49 2010 +0200
     2.3 @@ -0,0 +1,34 @@
     2.4 +Credits
     2.5 +-------
     2.6 +
     2.7 +I would like to thank everyone who has submitted suggestions and bug
     2.8 +reports. Special thanks to:
     2.9 +
    2.10 +Gregor Hoffleit for beta testing and his suggestions for delivering
    2.11 +mail immediately when online. And for supplying a patch which made
    2.12 +masqmail work with mutt. And again for making the Debian package. And
    2.13 +more patches.
    2.14 +
    2.15 +Dale Perkel for patiently trying to make MM compile and run with libc5
    2.16 +and various bug reports.
    2.17 +
    2.18 +Andre Masloch for finding most bugs.
    2.19 +
    2.20 +Edouard G. Parmelan for many patches and bug reports.
    2.21 +
    2.22 +Iain Lea for the Redhat spec file.
    2.23 +
    2.24 +Juergen Daubert for excellent bug reports including patches and various
    2.25 +feedback.
    2.26 +
    2.27 +Paolo for a large patch improving several parts of masqmail, especially
    2.28 +server-side SMTP SIZE support.
    2.29 +
    2.30 +... and many others.
    2.31 +See ChangeLog, the code repository log, and the mailing list for more.
    2.32 +Feel free to tell me if you think you are missing on this list.
    2.33 +
    2.34 +
    2.35 +
    2.36 +This file was originally written by by Oliver Kurth <oku@masqmail.cx>.
    2.37 +Later updated and extended by markus schnalke <meillo@marmaro.de>.