masqmail

diff NEWS @ 287:9d88a7d55f53

updated ChangeLog and NEWS
author markus schnalke <meillo@marmaro.de>
date Tue, 07 Dec 2010 19:20:11 -0300
parents 05fa719b7002
children 95d536599fd7
line diff
     1.1 --- a/NEWS	Tue Dec 07 17:21:07 2010 -0300
     1.2 +++ b/NEWS	Tue Dec 07 19:20:11 2010 -0300
     1.3 @@ -9,16 +9,27 @@
     1.4  
     1.5  0.3.1
     1.6  
     1.7 -- Changed the SMTP greeting behavior to match RFC 2821 (always try
     1.8 -EHLO first). Now always an EHLO greeting is sent first, no matter what
     1.9 -kind of greeting text the server had sent. If the EHLO failes, an HELO
    1.10 -greeting is tried as fall back. This change will fix setups in which
    1.11 -it hadn't been possible to send mail because the server required AUTH
    1.12 -but hadn't said ``ESMTP'' in its greeting message. Thanks to inne for
    1.13 -pointing me on that. This fixes also Debian bug #349211.
    1.14 +- Changed the SMTP greeting behavior to match RFC 2821 (always try EHLO
    1.15 +first). Now always an EHLO greeting is sent first, no matter what kind of
    1.16 +greeting text the server had sent. If the EHLO failes, an HELO greeting
    1.17 +is tried as fall back. This change will fix setups in which it hadn't
    1.18 +been possible to send mail because the server required AUTH but hadn't
    1.19 +said ``ESMTP'' in its greeting message. Thanks to inne for pointing me
    1.20 +on that. This fixes also Debian bug #349211.
    1.21  
    1.22  - The postmaster address is now matched caseless, as required by RFC.
    1.23  
    1.24 +- Command line address arguments are now added to the recipient
    1.25 +list instead of substracted, when -t is used. This coveres a rare
    1.26 +corner-case. It is a change from exim's behavior to postfix's.
    1.27 +
    1.28 +- Several changes were made related to the operation modes: The situation
    1.29 +within the modes was made clear (see man page of masqmail(8)). If more
    1.30 +than one mode is specified then masqmail aborts. For the default operation
    1.31 +mode ``accept messages on stdin'' the command line switch -bm was added
    1.32 +(similar to othe MTAs). If masqmail is called without arguments, the
    1.33 +version information is printed now.
    1.34 +
    1.35  - The command line option -m is recognized now (although ignored).
    1.36  Unknown -oXXX options are ignored. Some software (like spost of nmh)
    1.37  calls the MTA with -m. This is mainly a relict of old sendmail times
    1.38 @@ -30,6 +41,9 @@
    1.39  The changes affect only the exit code of the corner-case: Calling masqmail
    1.40  with -oem but without -oi/-i while submitting messages on stdin.
    1.41  
    1.42 +- Fixed the recognition of lists of unqualified addresses in headers
    1.43 +when using -t. E.g. `To: alice, bob'.
    1.44 +
    1.45  - Renamed the config file option `alias_local_caseless' to
    1.46  `caseless_matching' because the option affects any address matching.
    1.47