masqmail

diff ChangeLog @ 253:c28e8dfebfc3

updated ChangeLog and NEWS
author markus schnalke <meillo@marmaro.de>
date Thu, 04 Nov 2010 14:36:47 -0300
parents 4f999b3ee49d
children d4d0defaf769
line diff
     1.1 --- a/ChangeLog	Thu Nov 04 13:43:44 2010 -0300
     1.2 +++ b/ChangeLog	Thu Nov 04 14:36:47 2010 -0300
     1.3 @@ -7,6 +7,35 @@
     1.4  technical speach and with focus on compatibility.
     1.5  
     1.6  
     1.7 +0.3.1   Thu, 04 Nov 2010 13:46:58 -0300
     1.8 +	* smtp_out.c: changed the SMTP greeting behavior to match RFC
     1.9 +	  2821 (always try EHLO first). Thanks to inne for pointing me
    1.10 +	  on that. See also Debian bug #349211
    1.11 +	* fail_msg.c: postmaster is now matched caseless, as
    1.12 +	  required by RFC
    1.13 +	* refactored the cmdline argument processing (-m is recognized,
    1.14 +	  unknown -oXXX options are ignored now and some corner-cases
    1.15 +	  covered)
    1.16 +	* created new functions manipulate_queue() and run_queue()
    1.17 +	  and moved code from main()
    1.18 +	* replaced the loop-based alias_expand() with a new one that
    1.19 +	  wraps the recursive alias_one()
    1.20 +	* removed ADDR_FLAG_NOEXPAND as it is not needed anymore
    1.21 +	* made addr_isequal() and addr_isequal_parent() more flexible,
    1.22 +	  thus making addr_isequal_alias() needless and removed
    1.23 +	* merged rcptlist_with_one_of_hostlist() and
    1.24 +	  rcptlist_with_addr_is_local() into split_rcpts()
    1.25 +	* renamed the default route for the local net to
    1.26 +	  `default local_net_route'
    1.27 +	* renamed `alias_local_caseless' to `caseless_matching' because
    1.28 +	  it does not only affect the matching of local parts of aliases
    1.29 +	  anymore but is used anywhere where address matching is
    1.30 +	  performed
    1.31 +	* renamed conf.alias_local_cmp to conf.localpartcmp
    1.32 +	* minor improvements of debug messages
    1.33 +	* improved and updated man/masqmail.8
    1.34 +	* several, mostly cosmetic, cleanups
    1.35 +
    1.36  0.3.0   Fri, 23 Jul 2010 21:58:25 +0200
    1.37  	* new development branch
    1.38  	  (Attention: No backward compatibility guaranteed.)