[mew-dist 23047] Re: NNTP scan problem
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
2003年 2月 5日 (水) 13:35:43 JST
From: 切明政憲 (KIRIAKE Masanori) <seiken at example.com>
Subject: [mew-dist 23045] NNTP scan problem
> <ARTICLE>
> 430 No Such Article
>
> となっているようです。これは正常な動作なのでしょうか。
なんとなくですが、XOVER で変えされた書式の解析に Mew がしくじっている
ような気がします。
以下のパッチを当てると、*Mew debug* バッファに Mew がサーバへ送信して
いる文字列が現れるようになります。Mew がおかしな Message-Id: で記事を
取得しようとしていないでしょうか?
P.S.
次のリリースからは、*Mew debug* に Mew が送信する文字列も残すようにし
ます。
--かず
Index: mew-nntp.el
===================================================================
RCS file: /cvsroot/mew/mew/mew-nntp.el,v
retrieving revision 1.88
diff -c -r1.88 mew-nntp.el
*** mew-nntp.el 2003/01/23 06:49:38 1.88
--- mew-nntp.el 2003/02/05 04:34:52
***************
*** 323,328 ****
--- 323,329 ----
(defun mew-nntp-process-send-string (pro &rest args)
(let ((str (apply 'format args)))
+ (mew-nntp-debug "SEND" str)
(process-send-string pro (concat str mew-cs-eol))))
(defun mew-nntp-passtag (pnm)
Mew-dist メーリングリストの案内