diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-28 20:48:19 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-28 21:27:24 +0100 |
commit | 71c158466dab1d452d450843e8c204a42200b7a8 (patch) | |
tree | c3717ee04ae8183e772670493f23b8abcdda7c7c /doc | |
parent | 8ac90765750f87c573300b9e953af3d8090cab8b (diff) |
I18N: add a utf8_downconvert option to the smtp transport. Bug 2248
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 16 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 2 | ||||
-rw-r--r-- | doc/doc-txt/OptionLists.txt | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index d0e3358b8..fb5944d95 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -24716,6 +24716,16 @@ The &%tls_verify_certificates%& option must also be set. If both this option and &%tls_try_verify_hosts%& are unset operation is as if this option selected all hosts. +.new +.option utf8_downconvert smtp integer!! unset +.cindex utf8 "address downconversion" +.cindex i18n "utf8 address downconversion" +If built with internationalization support, +this option controls conversion of UTF-8 in message addresses +to a-label form. +For details see section &<<SECTi18nMTA>>&. +.wen + @@ -39863,6 +39873,12 @@ If a value is appended it may be: If mua_wrapper is set, the utf8_downconvert control is initially set to -1. +.new +The smtp transport has an option &%utf8_downconvert%&. +If set it must expand to one of the three values described above, +and it overrides any previously set value. +.wen + There is no explicit support for VRFY and EXPN. Configurations supporting these should inspect diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 4039895b6..05c416ec7 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -19,6 +19,8 @@ Version 4.92 3. EXPERIMENTAL_REQUIRETLS. See the experimental.spec file. + 4. If built with SUPPORT_I18N a "utf8_downconvert" option on the smtp transport. + Version 4.91 -------------- diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 05e47c0e4..c3ce62d45 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -613,6 +613,7 @@ use_mbx_lock boolean + appendfile use_shell boolean false pipe 1.70 user string + routers 4.00 unset transports 4.00 replaces individual options +utf8_downcvt integer unset smtp 4.92 if SUPPORT_I18N uucp_from_pattern string + main 1.75 uucp_from_sender string* "$1" main 1.75 verify boolean true routers 4.00 |