[Mew-dist 15547] Re: bug of mewencode -g
OHARA Shigeki
os at example.com
2000年 12月 15日 (金) 19:05:23 JST
大原です。
From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: [Mew-dist 15542] Re: bug of mewencode -g
Message-ID: <20001215.183133.41632159.kazu at example.com>
Date: Fri, 15 Dec 2000 18:31:15 +0900
> 問題があるのが、
> Mew なのか
> fml なのか
> MTA なのか
> 切り分けることはできますか?
fml-2.1C-snapshot1/src/libsmtp.pl を眺めてみたんですが、
$e{'Body'} =~ s/\n\./\n../g; # enough for body ^. syntax
$e{'Body'} =~ s/\.\.$/./g; # trick the last "."
$e{'Body'} .= "\n" unless $e{'Body'} =~ /\n$/o; # without the last "\n"
こんな処理をしてます。
これの意図が私にはまったくもって意味不明なのですが、
fml-2.2F-snapshot1 ではこの処理はなくなっているようです。
----
OHARA Shigeki (大原重樹) <os at example.com>
Mew-dist メーリングリストの案内