[mew-dist 22472] Re: copy, decrypt, To: mew-dist at example.com

Tatsuya Kinoshita tats at example.com
2002年 12月 9日 (月) 20:53:23 JST


On December 6, 2002, [mew-dist 22434],
Satoshi Yatagawa <yatagawa at example.com> wrote:

> Mew 3.0.68→3.0.69で修正されたコード(添付参照)を切り出して、
> Mew 2.2に当てて使っています。Mew 2.3にもそのまま適用できるようです。

> --- mew-smtp.el.orig	Thu Oct 10 10:37:47 2002
> +++ mew-smtp.el	Thu Oct 10 10:39:15 2002
> @@ -587,8 +587,11 @@
>  	   (info (concat file mew-queue-info-suffix))
>  	   (server (mew-smtp-get-server pnm))
>  	   (port (mew-smtp-get-port pnm))
> -	   (ssh-server (mew-smtp-get-ssh-server pnm)))
> +	   (ssh-server (mew-smtp-get-ssh-server pnm))
> +	   buf)
>        (rename-file file work 'override)
> +      ;; If an old buffer exists by accident, we MUST remove the buffer.
> +      (if (setq buf (get-file-buffer work)) (mew-remove-buffer buf))
>        (mew-frwlet
>         mew-cs-text-for-read mew-cs-dummy
>         (set-buffer (find-file-noselect work)))

これを適用して、Mew 2.4を出しませんか?

攻撃に使えるわけではないプライベートなデータでもないS/MIME一時ファ
イル名を送ってしまうことよりも、前回のメールそのものを別の人に送っ
てしまうかもしれないこちらの問題の方が、より重要だと感じます。

-- 
木下達也



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