view THANKS @ 276:1abc1faeb45d

for -t cmdline args are now added to the rcpt list instead of substracted Please read the diff and the section about -t in man/masqmail.8. Masqmail's behavior had been like the one of exim/smail, now it's similar to postfix. Masqmail does it now the most simple way, regarding the code. Also, addr args are always recipients, -t does not change their meaning. -t makes the addrs from rcpt hdrs, rcpt addrs too. It would have been logical too, to ignore the cmdline args, in the sense of ``headers *instead of* args'' but none of the popular MTAs does it that way and it would have been a bit more complicated in the code. Anyway, this is a corner-case that should better be avoided completely.
author markus schnalke <meillo@marmaro.de>
date Fri, 03 Dec 2010 21:05:34 -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>.