diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-11 18:08:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 23:36:49 +0100 |
commit | 7019e10b7ab291e67b3499623547ea755098f972 (patch) | |
tree | bdfaaa01200dacd7e58ddba6afa62497a6a80047 /doc | |
parent | 37bf366ed1fe8b579a2800b3593bc76294b3ecf2 (diff) |
DNS lookups never use UTF-8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 79b21fe39..3dbf13f9d 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -1288,7 +1288,8 @@ international handling for the message is enabled and the expansion variable $message_smtputf8 will have value TRUE. The option allow_utf8_domains is set to true for this -message, but all DNS lookups are converted to a-label form. +message. All DNS lookups are converted to a-label form +whatever the setting of allow_utf8_domains. Log lines and Received-by: header lines will aquire a "utf8" prefix on the protocol element, eg. utf8esmtp. |