masqmail-0.2

changeset 126:8a2b38c567c1

updated ChangeLog and NEWS
author meillo@marmaro.de
date Thu, 01 Jul 2010 14:31:16 +0200
parents 6eec8bcfd320
children 05fe7500149d
files ChangeLog NEWS
diffstat 2 files changed, 39 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/ChangeLog	Thu Jul 01 14:17:50 2010 +0200
     1.2 +++ b/ChangeLog	Thu Jul 01 14:31:16 2010 +0200
     1.3 @@ -7,6 +7,24 @@
     1.4  technical speach and with focus on compatibility.
     1.5  
     1.6  
     1.7 +0.2.25  Thu, 01 Jul 2010 13:40:31 +0200
     1.8 +	* added server-side SMTP SIZE support. Thanks to Paolo.
     1.9 +	* always remove Bcc: headers from now on
    1.10 +	* never create headers from envelope recipients from now on
    1.11 +	* add ``To: undisclosed-recipients:;'' if no recipient header
    1.12 +	  is present
    1.13 +	* allow colons (`:') unquoted in config file. Thanks to Paolo.
    1.14 +	* new warnmsg.tpl.it. Thanks to Paolo.
    1.15 +	* don't install the tests any longer
    1.16 +	* removed the ACC_NO_RECVD_HDR because it is never used
    1.17 +	* changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better
    1.18 +	  understanding
    1.19 +	* better debugging output. Thanks to Paolo.
    1.20 +	* improved documentation of -t option
    1.21 +	* added man page for rmail(1)
    1.22 +	* several typo fixes in man pages and code comments
    1.23 +	* don't distribute mercurial files (in gen-dist)
    1.24 +
    1.25  0.2.24  Mon, 21 Jun 2010 10:07:32 +0200
    1.26  	* removed dead code in child.c
    1.27  	* fixed closing of log files on receival of SIGHUP. See commit
     2.1 --- a/NEWS	Thu Jul 01 14:17:50 2010 +0200
     2.2 +++ b/NEWS	Thu Jul 01 14:31:16 2010 +0200
     2.3 @@ -7,6 +7,27 @@
     2.4  The manual pages describe newly added options. Take them for reference.
     2.5  
     2.6  
     2.7 +0.2.25
     2.8 +
     2.9 +- Added server-side SMTP SIZE support. Thanks to Paolo.
    2.10 +
    2.11 +- Masqmail will from now on:
    2.12 +  * always remove Bcc: headers
    2.13 +  * never create headers from envelope recipients
    2.14 +  * add ``To: undisclosed-recipients:;'' if no recipient header (To:
    2.15 +    or Cc:) is present in the mail
    2.16 +
    2.17 +- Colons (`:') don't need to be quoted in the config file anymore.
    2.18 +Thanks to Paolo.
    2.19 +
    2.20 +- Added warnmsg.tpl.it. Thanks to Paolo. Added a man page for
    2.21 +rmail(1).
    2.22 +
    2.23 +- The tests do not get installed any longer.
    2.24 +
    2.25 +- Several typo fixes in man pages and code comments.
    2.26 +
    2.27 +
    2.28  0.2.24
    2.29  
    2.30  - This version keeps on logging after an restart of the deamon, for