|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||
2002年08月13日(火) 旧暦 [n年日記]#1 [電話] RTA-50i 設定忘れ# analog local address 1 043221yyyy/aこれをしておかないと、何でも取ってしまっていた。 ( つっこみ )
#2 [Namazu] mhonarc.pl
自分で使っている filter/mhonarc.pl は、
まだ充分ではない (日付も From も拾わない)。
Namazu 用に最近 Earl Hood が書いた
新しいのを試して見る。
@ pkgsrc/mail/mhonarc 2.5.3 だと:
Date: の問題は、やはり直っているようだ。
make install する。
$NetBSD: MESSAGE,v 1.3 2002/07/15 22:57:28 heinz Exp $ If you are upgrading from mhonarc 2.4.9 or earlier, please note the following changes * The HEADER and FOOTER resources are no longer supported * Data filters registered via MIMEFILTERS use a new API which is not backward compatible with the previous API. * The default value of DEFRCNAME is now ".mhonarc.mrc" @ resource は .mhonarc.mrc に変更されている:
以前 /usr/local/MHonArc/ に入れていたものはどこに入れるのかな。
/usr/pkg/lib/mhonarc/mhamain.pl
IDXFIND: {
if (-e $rc) {
# in current working directory
if (defined $MainRcDir) {
# check if located with main resource file
$rcfile = join($DIRSEP, $MainRcDir, $rc);
if (defined $ENV{'HOME'}) {
# check if in home directory
# check if in archive directory
$rcfile = join($DIRSEP, $OUTDIR, $rc);
last IDXFIND if -e $rcfile;
# look thru @INC to find file
local($_);
foreach (@INC) {
$rcfile = join($DIRSEP, $_, $rc);
if (-e $rcfile) {
last IDXFIND;
}
@ 結局 mlist2html を少し変更して、:
chdir して、そこにある .mhonarc.mrc を見るようにした。
@ やはり Date の拾い方が変。:
Received の行にある Date のような行を拾ってしまうらしい。
( つっこみ )
|
最近の日記 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package 2025年10月04日 ・pkgin search pkgname segfaults | ||