Previous | Contents | Index |
ignoreencoding
, ignoremessageencoding
, ignoremultipartencoding
, interpretencoding
, interpretmessageencoding
, interpretmultipartencoding
) PMDF has the ability to convert various non-standard message formats to MIME via the Yes CHARSET-CONVERSION; see Chapter 6. In particular, the RFC 1154 format uses a non-standard Encoding: header. However, some gateways emit incorrect information on this header line, with the result that sometimes it is desirable to ignore this header.
The ignoreencoding
keyword instructs PMDF to ignore any Encoding: header. (Note that unless PMDF has a CHARSET-CONVERSION enabled, such headers will be ignored in any case.) Similarly, the ignoremessageencoding
keyword instructs PMDF to ignore any Encoding: header in embedded messages. And the ignoremultipartencoding
keyword instructs PMDF to ignore any Encoding: header in multipart
messages.
The interpretencoding
keyword instructs PMDF to pay attention to any Encoding: header, if otherwise configured to do so, and is the default. Similarly, the interpretmessageencoding
keyword instructs PMDF to pay attention to any Encoding: header in embedded messages. And the interpretmultipartencoding
keyword instructs PMDF to pay attention to any Encoding: header in
multipart messages.
Previous | Next | Contents | Index |