blob: 45cece6004af1305a08938eed77a49a1815dfccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
News
~~~~
* Version 0.4.1 (2004-07-14):
* Packaging fixes.
* Esmtprc man page.
* Fixed the MDA return status which wasn't being cheked.
* Fixed a bug the input buffering which when using the '-t' option and
piping the input caused the parsed headers to be lost.
* Version 0.4 (2003-07-12):
* Debian packaging.
* Fixes to compile on FreeBSD (Tim Hemel).
* Local delivery via a MDA.
* Extraction of the recipients from the headers ('-t' option).
* 8bit-MIME extension support ('-B' option).
* Further Delivery Status Notification support ('-R' and '-V' options).
* Version 0.3 (2003-03-10):
* Capability to generate log files.
* Better verbose output.
* Minor bug fixes and documentation enhancements.
* Multiple identities (Jerome).
* Version 0.2 (2002-10-31):
* Packaging corrections.
* Minor bug fixes and documentation enhancements.
* Use sendmail exit codes.
* Version 0.1 (2002-09-26):
* Initial release.
|