送信 folder が、また、q-encode になってるのに気がついて。mhbuid を追求したら (nmh なので )
By default text content with the high bit set is encoded with an 8-bit Content-Transfer-Encoding. If the text has lines longer than the value of
-maxunencoded (which defaults to 78) then the text is encoded using the quoted-printable encoding.
とかある。1行78文字ってのは欧米人のたわごだな。ところがさらに、
Text converters should limit text line lengths to a maximum of 78 characters, and must limit them to a
maximum of 998 characters, per RFC 5322 Sec. 2.1.1.
はい? まぁ、実用上は。utf-8 だと 300文字だから、MS Wordみたいにずらずら書く人はやられるかも。
~/.mh_profile
mhbuild: -maxunencoded 998
で解決。
ついでに、
pick --Content-Transfer-Encoding 8bit
したんですが、けっこういますね。特に、ss-annouce がカオス。誰ですか、
Content-Language: en-US
Content-Transfer-Encoding: 8bit
で、Shift JIS 送ってる人は。
で、どうも、
Outlook と ThunderBird
が 8bit で送るらしい。8bit がもはや3正解だと思うので、もっとやれってところです。
No comments:
Post a Comment