masqmail

diff NEWS @ 324:a4d8f20a992f

Updated ChangeLog and NEWS
author meillo@marmaro.de
date Fri, 03 Jun 2011 11:01:39 +0200
parents 95d536599fd7
children 2d4aa516ba0e
line diff
     1.1 --- a/NEWS	Fri Jun 03 09:47:27 2011 +0200
     1.2 +++ b/NEWS	Fri Jun 03 11:01:39 2011 +0200
     1.3 @@ -7,6 +7,47 @@
     1.4  The manual pages describe newly added options. Take them for reference.
     1.5  
     1.6  
     1.7 +0.3.2
     1.8 +
     1.9 +- Fixed an important bug with folded headers! In earlier versions mail
    1.10 +to many recipients may, in unpredictable cases, only have been
    1.11 +delivered to the ones on the first line. This is fixed now. Sorry for
    1.12 +the inconvenience.
    1.13 +
    1.14 +- Reworked allowed and denied addrs for routes to be more consistent
    1.15 +and allow more flexible matching:
    1.16 +  o allowed_mail_locals + allowed_return_paths -> allowed_senders
    1.17 +  o not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
    1.18 +  o allowed_rcpt_domains -> allowed_recipients
    1.19 +  o not_allowed_rcpt_domains -> denied_recipients
    1.20 +See man page masqmail.route(5).
    1.21 +
    1.22 +- Reworked online_detect to the simpler online_query. Only pipe is
    1.23 +supported now. Use
    1.24 +	online_query="/bin/cat /path/to/file"
    1.25 +instead of
    1.26 +	online_detect=file
    1.27 +	online_file=/path/to/file
    1.28 +and
    1.29 +	online_query="/path/to/some/script foo"
    1.30 +instead of
    1.31 +	online_detect=pipe
    1.32 +	online_pipe="/path/to/some/script foo"
    1.33 +See man page masqmail.conf(5) and admin/config-transition.
    1.34 +
    1.35 +- Removed protocol option from route config because it was somehow
    1.36 +redundant. Now, if `pipe' is set, the protocol will be pipe, otherwise
    1.37 +it'll be smtp.
    1.38 +
    1.39 +- Now the Received headers are much friendlier to read. The header for
    1.40 +locally (i.e. non-SMTP) received mail is changed to the format postfix
    1.41 +uses.
    1.42 +
    1.43 +- Several improvements to the man pages.
    1.44 +
    1.45 +- Updated autoconf.
    1.46 +
    1.47 +
    1.48  0.3.1
    1.49  
    1.50  - Changed the SMTP greeting behavior to match RFC 2821 (always try EHLO