[Mew-dist 07321] Re: I can't get news by IM
Motonori Nakamura
motonori at example.com
1999年 2月 5日 (金) 14:59:13 JST
>>>>> On Fri, 5 Feb 1999 14:19:40 +0900, tthara at example.com (Tetsuya Hara) said:
tthara> しかしながら、newsをimgetにて取り込むことができません。
tthara> imget --verboseすると以下のようになります。
tthara> imget:accessing to fj.os.linux at news3.ibm.net
tthara> imget:opening nntp session to news3.ibm.net(119).
tthara> imget:>>>200 news3.ibm.net DNEWS Version5.0C,S4,posting OK
tthara> imget:<<<GROUP fj.os.linux
tthara> imget:>>>211 604 34554 35170 fj.os.linux selected
tthara> imget:closing nntp session.
IM/Nntp.pm が、最後に selected が来ても良いようになっていませんでした。
これで直るでしょうか?
*** Nntp.pm- Fri Feb 5 14:55:07 1999
--- Nntp.pm Fri Feb 5 14:55:35 1999
***************
*** 472,478 ****
$error = 0;
my $i;
for ($i = 0; $i <= $#resp; $i++) {
! if ($resp[0] =~ /^211 (\d+) (\d+) (\d+) (.*)$/) {
if ($4 ne $group) {
# Should not occur
$error = 1;
--- 472,478 ----
$error = 0;
my $i;
for ($i = 0; $i <= $#resp; $i++) {
! if ($resp[0] =~ /^211 (\d+) (\d+) (\d+) (\S+)/) {
if ($4 ne $group) {
# Should not occur
$error = 1;
- motonori
Mew-dist メーリングリストの案内