İnternet veya uygulama tarafından oluşturulmuş e-postalar, kullanıcılara teslim edilmedi
Özgün KB numarası: 2519912
Belirtiler
Dış kuruluşlardan veya uygulama tarafından oluşturulan e-posta iletilerinden bazı e-posta iletileri kullanıcılara teslim edilmedi.
Aşağıdaki NDR'yi alırsınız:
Neden
İletinin biçimi için ileti üst bilgilerini kontrol ediyorsanız:
İçerik-Türü: uygulama/mac-binhex40
İçerik Aktarma-Kodlama: base64
Uygun satırı farkedersiniz: İçerik-Aktarım-Kodlama: mac-binhex belge türü için base64.
Bu, gerçek verilerin temel64 kodlanmış olduğunu gösterir.
Her Exchange Server RFC standart mac-binhex kodlamasını kabul etme neden olduğu için, bu iletiler reddedilir.
Çözüm
Gönderen, eki mac-binhex40 biçiminde doğru biçimde gönderiyor olmalıdır.
Doğru biçimlendirilmiş mac-binhex40 ileti üst bilgisi aşağıdaki İçerik satırlarına sahip olmalıdır:
İçerik-Türü: uygulama/mac-binhex40
İçerik-Disposition: ek; dosyaadı="example.doc"
Belgenin RFC standart mac-binhex40 biçimi kullanılarak kodlanmış olduğunu gösterir.
Daha fazla bilgi
A Ekinde olduğu gibi. RFC 1741 - BinHex Kodlanmış Dosyalar için MIME İçerik Türü'nin BinHex biçimi bölümü:
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):
Daha fazla bilgi için 2.2.4.2.3 Application/Mac-binhex40 numarasına da başvurabilirsiniz.