Mercurial > masqmail
comparison NEWS @ 324:a4d8f20a992f
Updated ChangeLog and NEWS
author | meillo@marmaro.de |
---|---|
date | Fri, 03 Jun 2011 11:01:39 +0200 |
parents | 95d536599fd7 |
children | 2d4aa516ba0e |
comparison
equal
deleted
inserted
replaced
323:29de6a1c4538 | 324:a4d8f20a992f |
---|---|
3 | 3 |
4 See ChangeLog file for more details and technical changes that don't | 4 See ChangeLog file for more details and technical changes that don't |
5 affect users directly. | 5 affect users directly. |
6 | 6 |
7 The manual pages describe newly added options. Take them for reference. | 7 The manual pages describe newly added options. Take them for reference. |
8 | |
9 | |
10 0.3.2 | |
11 | |
12 - Fixed an important bug with folded headers! In earlier versions mail | |
13 to many recipients may, in unpredictable cases, only have been | |
14 delivered to the ones on the first line. This is fixed now. Sorry for | |
15 the inconvenience. | |
16 | |
17 - Reworked allowed and denied addrs for routes to be more consistent | |
18 and allow more flexible matching: | |
19 o allowed_mail_locals + allowed_return_paths -> allowed_senders | |
20 o not_allowed_mail_locals + not_allowed_return_paths -> denied_senders | |
21 o allowed_rcpt_domains -> allowed_recipients | |
22 o not_allowed_rcpt_domains -> denied_recipients | |
23 See man page masqmail.route(5). | |
24 | |
25 - Reworked online_detect to the simpler online_query. Only pipe is | |
26 supported now. Use | |
27 online_query="/bin/cat /path/to/file" | |
28 instead of | |
29 online_detect=file | |
30 online_file=/path/to/file | |
31 and | |
32 online_query="/path/to/some/script foo" | |
33 instead of | |
34 online_detect=pipe | |
35 online_pipe="/path/to/some/script foo" | |
36 See man page masqmail.conf(5) and admin/config-transition. | |
37 | |
38 - Removed protocol option from route config because it was somehow | |
39 redundant. Now, if `pipe' is set, the protocol will be pipe, otherwise | |
40 it'll be smtp. | |
41 | |
42 - Now the Received headers are much friendlier to read. The header for | |
43 locally (i.e. non-SMTP) received mail is changed to the format postfix | |
44 uses. | |
45 | |
46 - Several improvements to the man pages. | |
47 | |
48 - Updated autoconf. | |
8 | 49 |
9 | 50 |
10 0.3.1 | 51 0.3.1 |
11 | 52 |
12 - Changed the SMTP greeting behavior to match RFC 2821 (always try EHLO | 53 - Changed the SMTP greeting behavior to match RFC 2821 (always try EHLO |