forked from vdukhovni/postfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fff75d3
commit 1faaf29
Showing
58 changed files
with
1,056 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,31 @@ more recent Eclipse Public License 2.0. Recipients can choose to take | |
the software under the license of their choice. Those who are more | ||
comfortable with the IPL can continue with that license. | ||
|
||
Incompatible changes with snapshot 20191109 | ||
=========================================== | ||
|
||
Postfix daemon processes now log the from= and to= addresses in | ||
external (quoted) form in non-debug logging (info, warning, etc.). | ||
This means that when an address localpart contains spaces or other | ||
special characters, the localpart will be quoted, for example: | ||
|
||
from=<"name with spaces"@example.com> | ||
|
||
Older Postfix versions would log the internal (unquoted) form: | ||
|
||
from=<name with [email protected]> | ||
|
||
The external and internal forms are identical for the vast majority | ||
of email addresses that contain no spaces or other special characters | ||
in the localpart. | ||
|
||
Specify "info_log_address_format = internal" for backwards | ||
compatibility. | ||
|
||
The logging in external form is consistent with the address form | ||
that Postfix 3.2 and later prefer for table lookups. It is therefore | ||
the more useful form for non-debug logging. | ||
|
||
Major changes with snapshot 20190615 | ||
==================================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.