diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-20 16:48:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-21 15:53:32 +0100 |
commit | 3c8b357717e895d6dcddc7faa5b7a0eaf4c73417 (patch) | |
tree | c9b54008e61eed3caa7ed58063ec0d30e60b6874 /doc | |
parent | e8f0fc219ceca2834ee2b6a1a1a9b960ead39a2b (diff) |
UTF8: MSA downconversions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 | ||||
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index e4bc586a5..ef6a6dea9 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -23,7 +23,10 @@ Version 4.86 6. A commandline option to write a comment into the logfile. 7. If built with EXPERIMENTAL_SOCKS feature enabled, the smtp transport can - be configured to make connections via socks5 proxies + be configured to make connections via socks5 proxies. + + 8. If built with EXPERIMENTAL_INTERNATIONAL, support is included for + the transmission of UTF-8 envelope addresses. Version 4.85 diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 819b47fd5..234bac0ab 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1308,12 +1308,22 @@ New expansion operators: ${utf8_localpart_to_alabel:str} ${utf8_localpart_from_alabel:str} +New "control = utf8_downconvert" ACL modifier, +sets a flag requiring that addresses are converted to +a-label form before smtp delivery, for use in a +Message Submission Agent context. Can also be +phrased as "control = utf8_downconvert/1" and is +mandatory. The flag defaults to zero and can be cleared +by "control = utf8_downconvert/0". The value "-1" +may also be used, to use a-label for only if the +destination host does not support SMTPUTF8. + Known issues: - Currently LMTP is not supported. - DSN unitext handling is not present - no provision for converting logging from UTF-8 - VRFY and EXPN not handled - - MSA mode not handled (!) + - mua_wrapper not handled -------------------------------------------------------------- End of file |