# HG changeset patch # User meillo@marmaro.de # Date 1278537546 -7200 # Node ID 0d071003ab56d9721b18f1a614c9a07a1b3790b7 # Parent 4aa6b6e18a13c53424529b8dfd8ddf3d378b69fb updated ChangeLog and NEWS diff -r 4aa6b6e18a13 -r 0d071003ab56 ChangeLog --- a/ChangeLog Tue Jul 06 20:16:33 2010 +0200 +++ b/ChangeLog Wed Jul 07 23:19:06 2010 +0200 @@ -7,23 +7,28 @@ technical speach and with focus on compatibility. -0.2.25 Thu, 01 Jul 2010 13:40:31 +0200 +0.2.25 Tue, 06 Jul 2010 19:58:29 +0200 * added server-side SMTP SIZE support. Thanks to Paolo. * always remove Bcc: headers from now on * never create headers from envelope recipients from now on * add ``To: undisclosed-recipients:;'' if no recipient header is present + * added checks for too long addresses in SMTP dialog. Thanks + to Paolo. * allow colons (`:') unquoted in config file. Thanks to Paolo. * new warnmsg.tpl.it. Thanks to Paolo. * don't install the tests any longer * removed the ACC_NO_RECVD_HDR because it is never used * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding + * fixed max_size_delete + * added Paolo's mailq.wmbiffrc * better debugging output. Thanks to Paolo. + * documented some, yet undocumented, config options * improved documentation of -t option * added man page for rmail(1) * several typo fixes in man pages and code comments - * don't distribute mercurial files (in gen-dist) + * gen-dist: don't distribute mercurial files 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 * removed dead code in child.c diff -r 4aa6b6e18a13 -r 0d071003ab56 NEWS --- a/NEWS Tue Jul 06 20:16:33 2010 +0200 +++ b/NEWS Wed Jul 07 23:19:06 2010 +0200 @@ -12,20 +12,23 @@ - Added server-side SMTP SIZE support. Thanks to Paolo. - Masqmail will from now on: - * always remove Bcc: headers - * never create headers from envelope recipients - * add ``To: undisclosed-recipients:;'' if no recipient header (To: + o always remove Bcc: headers + o never create headers from envelope recipients + o add ``To: undisclosed-recipients:;'' if no recipient header (To: or Cc:) is present in the mail - Colons (`:') don't need to be quoted in the config file anymore. Thanks to Paolo. +- Added checks for too long addresses in SMTP dialog. Thanks to Paolo. + - Added warnmsg.tpl.it. Thanks to Paolo. Added a man page for rmail(1). - The tests do not get installed any longer. -- Several typo fixes in man pages and code comments. +- Documented some, yet undocumented, config options. Several typo +fixes in man pages and code comments. 0.2.24