masqmail

annotate THANKS @ 392:c5fd796ea06e

Heavy refactoring in parts of conf.c. init_conf() parse_boolean() parse_list_file() Re-arrangement of code. parse_address_glob_list() Removed unneccessary parameter. parse_list() parse_interface(): Use strtok()/strchr() instead of doing is all by hand. Removed limitation of fixed size buffer. eat_comments() Use a state machine. eat_line_trailing() eat_spaces() read_lval() Better structured code. read_conf() read_route() Removed magic numbers. Made all list type in the config files accept pathname entries, except for `permanent_routes' and `query_routes.' for which this is impossible.
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 18:07:55 +0100
parents
children d48d3622b64f
rev   line source
meillo@196 1 Credits
meillo@196 2 -------
meillo@196 3
meillo@196 4 I would like to thank everyone who has submitted suggestions and bug
meillo@196 5 reports. Special thanks to:
meillo@196 6
meillo@196 7 Gregor Hoffleit for beta testing and his suggestions for delivering
meillo@196 8 mail immediately when online. And for supplying a patch which made
meillo@196 9 masqmail work with mutt. And again for making the Debian package. And
meillo@196 10 more patches.
meillo@196 11
meillo@196 12 Dale Perkel for patiently trying to make MM compile and run with libc5
meillo@196 13 and various bug reports.
meillo@196 14
meillo@196 15 Andre Masloch for finding most bugs.
meillo@196 16
meillo@196 17 Edouard G. Parmelan for many patches and bug reports.
meillo@196 18
meillo@196 19 Iain Lea for the Redhat spec file.
meillo@196 20
meillo@196 21 Juergen Daubert for excellent bug reports including patches and various
meillo@196 22 feedback.
meillo@196 23
meillo@196 24 Paolo for a large patch improving several parts of masqmail, especially
meillo@196 25 server-side SMTP SIZE support.
meillo@196 26
meillo@196 27 ... and many others.
meillo@196 28 See ChangeLog, the code repository log, and the mailing list for more.
meillo@196 29 Feel free to tell me if you think you are missing on this list.
meillo@196 30
meillo@196 31
meillo@196 32
meillo@196 33 This file was originally written by by Oliver Kurth <oku@masqmail.cx>.
meillo@196 34 Later updated and extended by markus schnalke <meillo@marmaro.de>.