# HG changeset patch # User meillo@marmaro.de # Date 1277987476 -7200 # Node ID 8a2b38c567c1dc36977c224181672eeeea72dbfd # Parent 6eec8bcfd3208c55575808670cbe2781aedbbca0 updated ChangeLog and NEWS diff -r 6eec8bcfd320 -r 8a2b38c567c1 ChangeLog --- a/ChangeLog Thu Jul 01 14:17:50 2010 +0200 +++ b/ChangeLog Thu Jul 01 14:31:16 2010 +0200 @@ -7,6 +7,24 @@ technical speach and with focus on compatibility. +0.2.25 Thu, 01 Jul 2010 13:40:31 +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 + * 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 + * better debugging output. Thanks to Paolo. + * 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) + 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200 * removed dead code in child.c * fixed closing of log files on receival of SIGHUP. See commit diff -r 6eec8bcfd320 -r 8a2b38c567c1 NEWS --- a/NEWS Thu Jul 01 14:17:50 2010 +0200 +++ b/NEWS Thu Jul 01 14:31:16 2010 +0200 @@ -7,6 +7,27 @@ The manual pages describe newly added options. Take them for reference. +0.2.25 + +- 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: + or Cc:) is present in the mail + +- Colons (`:') don't need to be quoted in the config file anymore. +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. + + 0.2.24 - This version keeps on logging after an restart of the deamon, for