Your message dated Fri, 23 Sep 2005 23:49:21 +0200 with message-id <[EMAIL PROTECTED]> and subject line Fixed after 2.3 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 24 Mar 2003 12:45:42 +0000 >From [EMAIL PROTECTED] Mon Mar 24 06:45:41 2003 Return-path: <[EMAIL PROTECTED]> Received: from gw.ukai.jp (etrange.ukai.org) [218.223.29.40] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18xRKf-000826-00; Mon, 24 Mar 2003 06:45:41 -0600 Received: from etrange.ukai.org (etrange [127.0.0.1]) by etrange.ukai.org (Postfix) with ESMTP id 4C19B34052 for <[EMAIL PROTECTED]>; Mon, 24 Mar 2003 21:45:40 +0900 (JST) Date: Mon, 24 Mar 2003 21:45:39 +0900 Message-ID: <[EMAIL PROTECTED]> From: Fumitoshi UKAI <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: mew send an old message to other recipients by accident User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharajing=FE-mae?=) APEL/10.4 Emacs/21.2 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) Organization: Debian JP Project MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-1.8 required=4.0 tests=HAS_PACKAGE,NOSPAM_INC,PATCH_UNIFIED_DIFF, SPAM_PHRASE_00_01,USER_AGENT version=2.44 X-Spam-Level: Package: mew Version: 2.2-3 Severity: grave Tags: woody Tatsuya Kinoshita reported on [EMAIL PROTECTED] that in Mew version 2.0 to 2.3, there is a bug that mew would happen to send an old message to other recipients by accident. This bug can be fixed by this patch: --- mew-2.2.orig/mew-smtp.el +++ mew-2.2/mew-smtp.el @@ -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))) Regards, Fumitoshi UKAI --------------------------------------- Received: (at 186086-done) by bugs.debian.org; 23 Sep 2005 21:49:30 +0000 >From [EMAIL PROTECTED] Fri Sep 23 14:49:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from neualius.turmzimmer.net [217.160.169.58] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EIvQA-0005By-00; Fri, 23 Sep 2005 14:49:30 -0700 Received: from [195.60.122.97] (helo=metis.turmzimmer.net) by neualius.turmzimmer.net with esmtp (Exim 4.50) id 1EIvQ7-0004NY-Uu for [EMAIL PROTECTED]; Fri, 23 Sep 2005 23:49:27 +0200 Received: from [192.168.111.1] (helo=eos.turmzimmer.net) by metis.turmzimmer.net with esmtp (Exim 4.50) id 1EIvQ6-0007p6-Tp for [EMAIL PROTECTED]; Fri, 23 Sep 2005 23:49:26 +0200 Received: from aba by eos.turmzimmer.net with local (Exim 4.50) id 1EIvQ1-0005ng-Fu for [EMAIL PROTECTED]; Fri, 23 Sep 2005 23:49:21 +0200 Date: Fri, 23 Sep 2005 23:49:21 +0200 From: Andreas Barth <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Fixed after 2.3 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: Vim http://www.vim.org/ User-Agent: Mutt/1.5.9i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1:4.2-1 Hi, according to the bug report, this bug was reported after version 2.3, i.e. is only relevant to woody. Cheers, Andi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]