Your message dated Sat, 12 Feb 2005 19:02:19 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#184410: fixed in metamail 2.7-47 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; 12 Mar 2003 03:17:17 +0000 >From [EMAIL PROTECTED] Tue Mar 11 21:17:17 2003 Return-path: <[EMAIL PROTECTED]> Received: from mnementh.archaic.org.uk [81.2.115.146] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18swk0-0007OM-00; Tue, 11 Mar 2003 21:17:16 -0600 Received: from localhost (archaic.org.uk) [127.0.0.1] by mnementh.archaic.org.uk with esmtp (Exim 3.35 #1) id 18swjw-0002XY-00 (Debian); Wed, 12 Mar 2003 03:17:12 +0000 To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: metamail: debug message "pre access" left in released version Date: Wed, 12 Mar 2003 03:17:06 +0000 Sender: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=0.5 required=4.0 tests=HAS_PACKAGE,NO_REAL_NAME,PATCH_UNIFIED_DIFF, SPAM_PHRASE_03_05 version=2.44 X-Spam-Level: Package: metamail Version: 2.7-45 metamail has left a debug message that says "pre access" in the production version of the code that gets shipped in the Debian package. You can provoke it by running metamail on a message with an unknown MIME type. You should get something like this: What do you want to do with the raw data? 1 -- See it as text 2 -- Write it to a file 3 -- Just skip it 2 Please enter the name of a file to which the data should be written (Default: Cachebench.results.xls) > tried to remove non tmplist file Cachebench.results.xls pre accessWrote file Cachebench.results.xls ^^^^^^^^^^ trace message here. (I'm assuming the 'tried to remove non tmplist file' message is an artifact of the way I'm invoking metamail -- it doesn't happen when my MTA (nmh) calls metamail, but the 'pre access' trace does.) Here is a totally untested patch to make this message only be printed if in debugging mode: ===begin=== --- src/metamail/metamail.c.orig Wed Mar 12 01:05:05 2003 +++ src/metamail/metamail.c Wed Mar 12 01:06:02 2003 @@ -446,7 +446,7 @@ DelTmpFileName( suggestedname ); - fprintf(stderr, "pre access"); + if (DoDebug) fprintf(stderr, "pre access"); if (access(Fname, F_OK) == 0) { char *s, AnsBuf[50]; ===endit=== -- PMM --------------------------------------- Received: (at 184410-close) by bugs.debian.org; 13 Feb 2005 00:09:09 +0000 >From [EMAIL PROTECTED] Sat Feb 12 16:09:09 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D07K1-0003EK-00; Sat, 12 Feb 2005 16:09:09 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1D07DP-0003kW-00; Sat, 12 Feb 2005 19:02:19 -0500 From: Anibal Monsalve Salazar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#184410: fixed in metamail 2.7-47 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 12 Feb 2005 19:02:19 -0500 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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Source: metamail Source-Version: 2.7-47 We believe that the bug you reported is fixed in the latest version of metamail, which is due to be installed in the Debian FTP archive: metamail_2.7-47.diff.gz to pool/main/m/metamail/metamail_2.7-47.diff.gz metamail_2.7-47.dsc to pool/main/m/metamail/metamail_2.7-47.dsc metamail_2.7-47_i386.deb to pool/main/m/metamail/metamail_2.7-47_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Anibal Monsalve Salazar <[EMAIL PROTECTED]> (supplier of updated metamail package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 13 Feb 2005 10:43:55 +1100 Source: metamail Binary: metamail Architecture: source i386 Version: 2.7-47 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: metamail - implementation of MIME Closes: 184410 245647 249823 285914 Changes: metamail (2.7-47) unstable; urgency=low . * QA Group upload by Anibal Monsalve Salazar. * Fixed "Add/Improve SEE ALSO section for splitmail/mimeit" (Closes: #245647). Patch by Helge Kreutzmann <[EMAIL PROTECTED]>. * Fixed "8-bit encoding is supported by metamail but not by metasend script" (Closes: #285914). Patch by Sergey Kogan <[EMAIL PROTECTED]>. * Fixed "additional option when handling unrecognized content types" (Closes: #249823). Patch by Daniel Kraft <[EMAIL PROTECTED]>. * Fixed "debug message 'pre access' left in released version (Closes: #184410). Patch by <[EMAIL PROTECTED]>. Files: 05cac31b16008b4a457c867339a35b5e 582 mail optional metamail_2.7-47.dsc 57e512353a8e01f202506da2e7c942c7 340278 mail optional metamail_2.7-47.diff.gz d6c1df15429cc7ea59b37e6dfdf46e15 148474 mail optional metamail_2.7-47_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCDpbWgY5NIXPNpFURAnQNAJ9XBYYRDoBY7HO8ho+2uDuSaGPrvQCeLfqR 0X+6vyxI21ioRezjj1NjDiw= =wZGy -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]