diff options
| author | Sam Varshavchik | 2018-07-29 10:30:12 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2018-07-29 10:30:12 -0400 |
| commit | 6c2fe8b0d5be19cdd579bb5b86cec95cab62c320 (patch) | |
| tree | 1c680ff8979be4dcdd288e810cfab25864fc4aa7 /maildrop/mailbot.sgml | |
| parent | 8110e928827657babbe047832460d768310d789d (diff) | |
| download | courier-libs-6c2fe8b0d5be19cdd579bb5b86cec95cab62c320.tar.bz2 | |
mailbot: support UTF-8 messages.
Diffstat (limited to 'maildrop/mailbot.sgml')
| -rw-r--r-- | maildrop/mailbot.sgml | 16 |
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,   +Its fleece was white as snow.   +And everywhere Mary went,   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> |
