Compartir a través de


Los correos electrónicos enviados desde Internet o correos electrónicos creados por la aplicación no se entregan a los usuarios

Número de KB original: 2519912

Síntomas

Algunos mensajes de correo electrónico recibidos de organizaciones externas o mensajes de correo electrónico generados por la aplicación no se entregan a los usuarios.

Recibe el siguiente NDR:

554 5.6.0 STOREDRV. Entregar; Contenido del mensaje dañado ##

Causa

Si comprueba los encabezados de mensaje para el formato del mensaje:

Tipo de contenido: application/mac-binhex40
Content-Transfer-Encoding: base64

Observe la línea de calificación: Content-Transfer-Encoding: base64 para el tipo de documento mac-binhex.

Esto indica que los datos reales están codificados en base64.

Dado que Exchange Server solo acepta la codificación estándar de RFC mac-binhex, estos mensajes se rechazan.

Solución

El remitente debe enviar los datos adjuntos en formato mac-binhex40 con el formato correcto.

El encabezado de mensaje mac-binhex40 con formato correcto debe tener las siguientes líneas de contenido:

Tipo de contenido: application/mac-binhex40
Disposición de contenido: datos adjuntos; filename="example.doc"

Indica que el documento está codificado con el formato estándar de RFC mac-binhex40.

Más información

Según el Apéndice A. Elemento de formato BinHex en RFC 1741 - Tipo de contenido MIME para archivos codificados BinHex:

Here is a description of the Hqx7 (7 bit format as implemented in BinHex 4.0) formats for Macintosh Application and File transfers.

The main features of the format are:

1. Error checking even using ASCII download
2. Compression of repetitive characters
3. 7 bit encoding for ASCII download

The format is processed at three different levels:

1. 8 bit encoding of the file:

   Byte:    Length of FileName (1->63)
   Bytes:   FileName ("Length" bytes)
   Byte:    Version
   Long:    Type
   Long:    Creator
   Word:    Flags (And $F800)
   Long:    Length of Data Fork
   Long:    Length of Resource Fork
   Word:    CRC
   Bytes:   Data Fork ("Data Length" bytes)
   Word:    CRC
   Bytes:   Resource Fork ("Rsrc Length" bytes)
   Word:    CRC

2. Compression of repetitive characters.

   ($90 is the marker, encoding is made for 3->255 characters)
   00 11 22 33 44 55 66 77   -> 00 11 22 33 44 55 66 77
   11 22 22 22 22 22 22 33   -> 11 22 90 06 33
   11 22 90 33 44            -> 11 22 90 00 33 44

   The whole file is considered as a stream of bits. This stream will
   be divided in blocks of 6 bits and then converted to one of 64
   characters contained in a table. The characters in this table have
   been chosen for maximum noise protection. The format will start
   with a ":" (first character on a line) and end with a ":".
   There will be a maximum of 64 characters on a line. It must be
   preceded, by this comment, starting in column 1 (it does not start
   in column 1 in this document):

Para obtener más información, también puede hacer referencia a la aplicación 2.2.4.2.3/Mac-binhex40.