Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ursprüngliche KB-Nummer: 2519912
Symptome
Einige E-Mail-Nachrichten, die von externen Organisationen empfangen wurden, oder von Anwendungen generierte E-Mail-Nachrichten werden nicht an Benutzer übermittelt.
Sie erhalten den folgenden NDR:
#554 5.6.0 STOREDRV. Liefern; Beschädigter Nachrichteninhalt ##
Ursache
Wenn Sie die Nachrichtenkopfzeilen für das Format der Nachricht überprüfen:
Content-Type: application/mac-binhex40
Content-Transfer-Encoding: base64
Sie bemerken die qualifizierende Zeile: Content-Transfer-Encoding: base64 für mac-binhex Typ des Dokuments.
Dies gibt an, dass die tatsächlichen Daten base64-codiert sind.
Da Exchange Server nur die RFC-Standard-mac-binhex-Codierung akzeptiert, werden diese Nachrichten abgelehnt.
Beschluss
Der Absender sollte die Anlage im korrekt formatierten mac-binhex40-Format senden.
Der richtig formatierte mac-binhex40-Nachrichtenkopf sollte die folgenden Inhaltszeilen aufweisen:
Content-Type: application/mac-binhex40
Content-Disposition: Anlage; filename="example.doc"
Gibt an, dass das Dokument mit dem RFC-Standard-mac-binhex40-Format codiert wird.
Mehr Informationen
Gemäß Anhang A. Der BinHex-Formatteil in RFC 1741 – MIME-Inhaltstyp für BinHex-codierte Dateien:
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):
Weitere Informationen finden Sie auch unter 2.2.4.2.3 Application/Mac-binhex40.