[Mew-dist 11114] Re: To show beginning of the body (This is a multi... )

藤原 誠/ Makoto Fujiwara makoto at example.com
1999年 10月 29日 (金) 14:11:34 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Date: Thu, 28 Oct 1999 13:35:40 +0900

kazu> Scan.pm の parse_body でやっています。boundary の前の文字列をスキップ
kazu> するためには、マルチパートかあらかじめ判断しておかないといけませんね。

お返事ありがとうございます。

僕が patch を示す必要もないのだとは思いますが、関係するのは、
「『本文の最初を少し表示する機能』だけ」
だと思うので、このように簡単なのでいいのではないでしょうか。

--- im-133/IM/Scan.pm~	Mon Oct 25 20:13:02 1999
+++ im-133/IM/Scan.pm	Fri Oct 29 14:06:04 1999
@@ -356,6 +356,7 @@
 	next if /^\s*[\w-]+: /;		# Headers and header style citation
 	next if /^\s*[\w-]*[>|]/;	# other citation
 	next if /:\n$/;
+	next if /^This is a multi-part message in MIME format./i;
 
 	if (/^In message/ || /^In article/ || /^In <.*>/) {
 	    if ($mode == 0) {

---
(藤原)



Mew-dist メーリングリストの案内