Mercurial > masqmail
comparison ChangeLog @ 143:0d071003ab56
updated ChangeLog and NEWS
author | meillo@marmaro.de |
---|---|
date | Wed, 07 Jul 2010 23:19:06 +0200 |
parents | 8a2b38c567c1 |
children | 115d3c92493b |
comparison
equal
deleted
inserted
replaced
142:4aa6b6e18a13 | 143:0d071003ab56 |
---|---|
5 | 5 |
6 Have a look at the NEWS file for a summary of the changes in a less | 6 Have a look at the NEWS file for a summary of the changes in a less |
7 technical speach and with focus on compatibility. | 7 technical speach and with focus on compatibility. |
8 | 8 |
9 | 9 |
10 0.2.25 Thu, 01 Jul 2010 13:40:31 +0200 | 10 0.2.25 Tue, 06 Jul 2010 19:58:29 +0200 |
11 * added server-side SMTP SIZE support. Thanks to Paolo. | 11 * added server-side SMTP SIZE support. Thanks to Paolo. |
12 * always remove Bcc: headers from now on | 12 * always remove Bcc: headers from now on |
13 * never create headers from envelope recipients from now on | 13 * never create headers from envelope recipients from now on |
14 * add ``To: undisclosed-recipients:;'' if no recipient header | 14 * add ``To: undisclosed-recipients:;'' if no recipient header |
15 is present | 15 is present |
16 * added checks for too long addresses in SMTP dialog. Thanks | |
17 to Paolo. | |
16 * allow colons (`:') unquoted in config file. Thanks to Paolo. | 18 * allow colons (`:') unquoted in config file. Thanks to Paolo. |
17 * new warnmsg.tpl.it. Thanks to Paolo. | 19 * new warnmsg.tpl.it. Thanks to Paolo. |
18 * don't install the tests any longer | 20 * don't install the tests any longer |
19 * removed the ACC_NO_RECVD_HDR because it is never used | 21 * removed the ACC_NO_RECVD_HDR because it is never used |
20 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better | 22 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better |
21 understanding | 23 understanding |
24 * fixed max_size_delete | |
25 * added Paolo's mailq.wmbiffrc | |
22 * better debugging output. Thanks to Paolo. | 26 * better debugging output. Thanks to Paolo. |
27 * documented some, yet undocumented, config options | |
23 * improved documentation of -t option | 28 * improved documentation of -t option |
24 * added man page for rmail(1) | 29 * added man page for rmail(1) |
25 * several typo fixes in man pages and code comments | 30 * several typo fixes in man pages and code comments |
26 * don't distribute mercurial files (in gen-dist) | 31 * gen-dist: don't distribute mercurial files |
27 | 32 |
28 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 | 33 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 |
29 * removed dead code in child.c | 34 * removed dead code in child.c |
30 * fixed closing of log files on receival of SIGHUP. See commit | 35 * fixed closing of log files on receival of SIGHUP. See commit |
31 message and http://bugs.debian.org/536060 . | 36 message and http://bugs.debian.org/536060 . |