view THANKS @ 249:f9da5a7caeda

refactored the cmdline argument processing I replaced the nested switch statements with one single large else-if construct. Instead of char comparision now str(n)cmp(3) is used. Although this is slower it is much more readable and covers corner-cases which were uncovered before (e.g. -bdxxx). As always: Readability and simplicity matter, not performance.
author markus schnalke <meillo@marmaro.de>
date Thu, 04 Nov 2010 11:02:42 -0300
parents 413dbf3b1153
children d48d3622b64f
line wrap: on
line source

Credits
-------

I would like to thank everyone who has submitted suggestions and bug
reports. Special thanks to:

Gregor Hoffleit for beta testing and his suggestions for delivering
mail immediately when online. And for supplying a patch which made
masqmail work with mutt. And again for making the Debian package. And
more patches.

Dale Perkel for patiently trying to make MM compile and run with libc5
and various bug reports.

Andre Masloch for finding most bugs.

Edouard G. Parmelan for many patches and bug reports.

Iain Lea for the Redhat spec file.

Juergen Daubert for excellent bug reports including patches and various
feedback.

Paolo for a large patch improving several parts of masqmail, especially
server-side SMTP SIZE support.

... and many others.
See ChangeLog, the code repository log, and the mailing list for more.
Feel free to tell me if you think you are missing on this list.



This file was originally written by by Oliver Kurth <oku@masqmail.cx>.
Later updated and extended by markus schnalke <meillo@marmaro.de>.