summaryrefslogtreecommitdiffstats
path: root/maildrop/mailbot.sgml
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-29 10:30:12 -0400
committerSam Varshavchik2018-07-29 10:30:12 -0400
commit6c2fe8b0d5be19cdd579bb5b86cec95cab62c320 (patch)
tree1c680ff8979be4dcdd288e810cfab25864fc4aa7 /maildrop/mailbot.sgml
parent8110e928827657babbe047832460d768310d789d (diff)
downloadcourier-libs-6c2fe8b0d5be19cdd579bb5b86cec95cab62c320.tar.bz2
mailbot: support UTF-8 messages.
Diffstat (limited to 'maildrop/mailbot.sgml')
-rw-r--r--maildrop/mailbot.sgml16
1 files changed, 11 insertions, 5 deletions
diff --git a/maildrop/mailbot.sgml b/maildrop/mailbot.sgml
index fdbfe3c..a2e891b 100644
--- a/maildrop/mailbot.sgml
+++ b/maildrop/mailbot.sgml
@@ -193,11 +193,12 @@ default character set.</para>
<blockquote>
<informalexample>
<programlisting>
-Content-Type: text/plain; format=flowed; delsp=yes; charset="iso-8859-1"
+Content-Type: text/plain; format=flowed; delsp=yes;
+ charset="iso-8859-1"
-Mary had a little lamb,
-Its fleece was white as snow.
-And everywhere Mary went,
+Mary had a little lamb,&#32;&#32;
+Its fleece was white as snow.&#32;&#32;
+And everywhere Mary went,&#32;&#32;
The lamb was sure to go.</programlisting>
</informalexample>
</blockquote>
@@ -221,7 +222,7 @@ set and formats the autoreply according to the character set read from the
<replaceable>address</replaceable> is an
<ulink url="http://tools.ietf.org/html/rfc2822">RFC 2822</ulink>
E-mail address that generates the DSN.
- Note that the <option>-A</option> option should still be used in
+ Note that the <option>-A</option> option should still be used in
addition to <option>-M</option> in order to set the
<literal>From:</literal> header on the autoresponse.
<option>-M</option> sets the DSN address only.
@@ -553,6 +554,11 @@ Set the <literal>Subject:</literal> header on the autoresponse to
<quote>--feedback-reported-domain</quote> may be specified more
than once.
</para>
+
+ <para>
+ Where appropriate, UTF-8 encoding should be used for non-ASCII
+ characters.
+ </para>
</listitem>
</varlistentry>
<varlistentry>