[Mew-dist 04135] Re: About mew-gnus
Masachika ISHIZUKA
ishizuka at example.com
1998年 3月 10日 (火) 10:33:15 JST
> (1) Path: ヘッダの最後を not-for-mail にする方法
石塚@杉並です。
結局、IM/Messages.pm を下記の通りいじって、not-for-mail に
しました。全然自信はありませんけど......
--- Message.pm.org Tue Mar 3 17:32:04 1998
+++ Message.pm Tue Mar 10 10:24:55 1998
@@ -304,7 +304,8 @@
return -1 unless (print CHAN "$line");
}
if ($proto =~ /nntp/i && !&header_value($Header, 'Path')) {
- return -1 unless (print CHAN "Path: $main::Login$crlf");
+# return -1 unless (print CHAN "Path: $main::Login$crlf");
+ return -1 unless (print CHAN "Path: not-for-mail$crlf");
}
im_debug("put_header finished: no error\n")
if (&debug('header') || &debug('put'));
Mew-dist メーリングリストの案内