[Mew-dist 03420] Re: im-82.tar.gz
Motonori Nakamura
motonori at example.com
1998年 1月 16日 (金) 07:02:15 JST
>>>>> On Fri, 16 Jan 1998 00:09:42 +0900, Sawada Toyonobu <non at example.com> said:
non> 以下の様なエラーが出てサーバーに接続しません。Configが
non> 変更になったのかとも思いましたが、そうでも無い様ですね。
non> imget: accessing to nsknet.freetalk at .
non> imget: ERROR: no server specified for nntp
non> imget: <<< GROUP nsknet.freetalk
im-82 で nntp_spec() の呼び出し方が変ったようですが、
imget からの利用が考慮されてないようです。
こんなパッチでいいでしょうか?
*** Nntp.pm.in- Fri Jan 16 06:58:29 1998
--- Nntp.pm.in Fri Jan 16 07:00:05 1998
***************
*** 21,27 ****
require Exporter;
use Fcntl;
! use IM::Config qw(nntphistoryfile);
use IM::TcpTransaction;
use IM::Util;
use integer;
--- 21,27 ----
require Exporter;
use Fcntl;
! use IM::Config qw(nntphistoryfile nntpservers);
use IM::TcpTransaction;
use IM::Util;
use integer;
***************
*** 449,455 ****
my ($servers, @servers);
if ($src =~ /^nntp:(.*)/i || $src =~ /^news:(.*)/i) {
! ($group, $servers) = &nntp_spec($1);
@servers = split(',', $servers);
} else {
im_warn("no news group specified ($src).\n");
--- 449,455 ----
my ($servers, @servers);
if ($src =~ /^nntp:(.*)/i || $src =~ /^news:(.*)/i) {
! ($group, $servers) = &nntp_spec($1, nntpservers());
@servers = split(',', $servers);
} else {
im_warn("no news group specified ($src).\n");
- motonori
Mew-dist メーリングリストの案内