[Mew-dist 07890] Re: imput fails im-108 and later

SAKAI Kiyotaka ksakai at example.com
1999年 3月 4日 (木) 16:29:54 JST


>> In article <19990304160342P.mishikawa at example.com>, Masaru Ishikawa <mishikawa at example.com> writes:

> imput: ERROR: no 'case r=X0123456' in config file.
> imput: ERROR: no 'case r=YYYY' in config file.
> imput: ERROR: no 'case r=ZZZ' in config file.
> imput: ERROR: no 'case r=X99999x' in config file.
> imput: ERROR: no 'case r=qqq99999' in config file.
> imput: ERROR: no 'case r=X0123456' in config file.

> 'case r='の右辺は .im/Configで user= で設定してあるユーザ名です。
> im-106ではこのエラーはでないのです。この辺りの情報のありかがわかれば
> いいのですが。

動作確認はしていませんが、エラーメッセージから判断する限り、このパッチ
で直るはずです。
-- 
酒井 清隆 (E-mail: ksakai at example.com)

-------------- next part --------------
===================================================================
RCS file: RCS/Config.pm.in,v
retrieving revision 1.1
diff -u -r1.1 Config.pm.in
--- Config.pm.in	1999/03/04 07:26:36	1.1
+++ Config.pm.in	1999/03/04 07:27:08
@@ -346,7 +346,7 @@
 		}
 		next;
 	    }
-	    if (/^use\s*(.*)/) {
+	    if (/^use\s+(.*)/) {
 		($use = $1) =~ s/\s*//g;
 		my @array = ($case, $use);
 		push(@USECASES, \@array);


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