Mercurial > masqmail
annotate 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 |
rev | line source |
---|---|
196
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
1 Credits |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
2 ------- |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
3 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
4 I would like to thank everyone who has submitted suggestions and bug |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
5 reports. Special thanks to: |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
6 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
7 Gregor Hoffleit for beta testing and his suggestions for delivering |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
8 mail immediately when online. And for supplying a patch which made |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
9 masqmail work with mutt. And again for making the Debian package. And |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
10 more patches. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
11 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
12 Dale Perkel for patiently trying to make MM compile and run with libc5 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
13 and various bug reports. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
14 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
15 Andre Masloch for finding most bugs. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
16 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
17 Edouard G. Parmelan for many patches and bug reports. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
18 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
19 Iain Lea for the Redhat spec file. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
20 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
21 Juergen Daubert for excellent bug reports including patches and various |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
22 feedback. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
23 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
24 Paolo for a large patch improving several parts of masqmail, especially |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
25 server-side SMTP SIZE support. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
26 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
27 ... and many others. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
28 See ChangeLog, the code repository log, and the mailing list for more. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
29 Feel free to tell me if you think you are missing on this list. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
30 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
31 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
32 |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
33 This file was originally written by by Oliver Kurth <oku@masqmail.cx>. |
413dbf3b1153
moved the CREDITS section from README to THANKS
meillo@marmaro.de
parents:
diff
changeset
|
34 Later updated and extended by markus schnalke <meillo@marmaro.de>. |