masqmail
annotate THANKS @ 237:5f9f3a65032e
refactoring: new function split_rcpts() replaces two others
split_rcpts() merges rcptlist_with_one_of_hostlist() and
rcptlist_with_addr_is_local() into one with hardly adding complexity
I'd actually say that the overall complexity decreased.
Have a look at the comment for split_rcpts() in route.c
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 22 Oct 2010 11:56:47 -0300 |
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>. |