masqmail-0.2

changeset 143:0d071003ab56

updated ChangeLog and NEWS
author meillo@marmaro.de
date Wed, 07 Jul 2010 23:19:06 +0200
parents 4aa6b6e18a13
children 89467037cb36
files ChangeLog NEWS
diffstat 2 files changed, 14 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/ChangeLog	Tue Jul 06 20:16:33 2010 +0200
     1.2 +++ b/ChangeLog	Wed Jul 07 23:19:06 2010 +0200
     1.3 @@ -7,23 +7,28 @@
     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 +0.2.25  Tue, 06 Jul 2010 19:58:29 +0200
     1.9  	* added server-side SMTP SIZE support. Thanks to Paolo.
    1.10  	* always remove Bcc: headers from now on
    1.11  	* never create headers from envelope recipients from now on
    1.12  	* add ``To: undisclosed-recipients:;'' if no recipient header
    1.13  	  is present
    1.14 +	* added checks for too long addresses in SMTP dialog. Thanks
    1.15 +	  to Paolo.
    1.16  	* allow colons (`:') unquoted in config file. Thanks to Paolo.
    1.17  	* new warnmsg.tpl.it. Thanks to Paolo.
    1.18  	* don't install the tests any longer
    1.19  	* removed the ACC_NO_RECVD_HDR because it is never used
    1.20  	* changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better
    1.21  	  understanding
    1.22 +	* fixed max_size_delete
    1.23 +	* added Paolo's mailq.wmbiffrc
    1.24  	* better debugging output. Thanks to Paolo.
    1.25 +	* documented some, yet undocumented, config options
    1.26  	* improved documentation of -t option
    1.27  	* added man page for rmail(1)
    1.28  	* several typo fixes in man pages and code comments
    1.29 -	* don't distribute mercurial files (in gen-dist)
    1.30 +	* gen-dist: don't distribute mercurial files
    1.31  
    1.32  0.2.24  Mon, 21 Jun 2010 10:07:32 +0200
    1.33  	* removed dead code in child.c
     2.1 --- a/NEWS	Tue Jul 06 20:16:33 2010 +0200
     2.2 +++ b/NEWS	Wed Jul 07 23:19:06 2010 +0200
     2.3 @@ -12,20 +12,23 @@
     2.4  - Added server-side SMTP SIZE support. Thanks to Paolo.
     2.5  
     2.6  - Masqmail will from now on:
     2.7 -  * always remove Bcc: headers
     2.8 -  * never create headers from envelope recipients
     2.9 -  * add ``To: undisclosed-recipients:;'' if no recipient header (To:
    2.10 +  o always remove Bcc: headers
    2.11 +  o never create headers from envelope recipients
    2.12 +  o add ``To: undisclosed-recipients:;'' if no recipient header (To:
    2.13      or Cc:) is present in the mail
    2.14  
    2.15  - Colons (`:') don't need to be quoted in the config file anymore.
    2.16  Thanks to Paolo.
    2.17  
    2.18 +- Added checks for too long addresses in SMTP dialog. 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 +- Documented some, yet undocumented, config options. Several typo
    2.27 +fixes in man pages and code comments.
    2.28  
    2.29  
    2.30  0.2.24