From: Victor Duchovni (no email)
Date: Wed Aug 11 2004 - 18:24:25 EDT
On Wed, Aug 11, 2004 at 05:42:34PM -0400, Wietse Venema wrote:
> This is the simplest possible template file. It contains only
> text and no MIME information.
> It is's all 7bit, slap on default headers, transform into
> quoted-printable and deliver:
>
> +----------
> |bla bla bla bla bla
> |la bla bla bla bla
> |blah bla bla bla bla
> |la bla bla bla bla
> +----------
>
> +----------
> |Content-Type: text/plain
> |Content-Transfer-Encoding: quoted-printable
> |
> |bla bla bla bla bla
> |la bla bla bla bla
> |blah bla bla bla bla
> |la bla bla bla bla
> +----------
>
> Here's a template file with 8-bit content:
> This is transformed into [ the form below ]:
>
> +----------
> |Content-Type: ignored/ignored; charset=STUFF; ignored...
> |[other headers will be ignored]
> |
> |bla bla bla bla bla
> |la bla bla bla bla
> |blah bla bla bla bla
> |la bla bla bla bla
> +----------
>
> +----------
> |Content-Type: text/plain; charset=STUFF
> |Content-Transfer-Encoding: quoted-printable
> |
> |bla bla bla bla bla
> |la bla bla bla bla
> |blah bla bla bla bla
> |la bla bla bla bla
> +----------
>
> Anything missing from this scheme?
>
No, just arguably fewer people will be confused if the magic pseudo-header
was:
Content-Charset: STUFF
All the ignored stuff likely does not add to clarity. Should any attempt
be made to restrict the supported charset values?
-- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:?body=unsubscribe%20postfix-users>
|
|
|