Your message dated Wed, 24 May 2006 16:02:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#367017: fixed in archivemail 0.6.1-7 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)
--- Begin Message ---Package: archivemail Version: 0.6.1-3 Severity: normal Tags: patch Hi, there's a simple error in archivemail that breaks the generation of the mbox From_ line. Here's a patch against archivemail 0.6.1-6: diff -Naur archivemail-0.6.1.orig/archivemail archivemail-0.6.1/archivemail --- archivemail-0.6.1.orig/archivemail 2006-05-12 20:36:53.000000000 +0200 +++ archivemail-0.6.1/archivemail 2006-05-12 22:19:33.000000000 +0200 @@ -675,7 +675,7 @@ assert(message != None) for header in ('Return-path', 'From'): - address_header = message.get('header') + address_header = message.get(header) if address_header: (name, address) = rfc822.parseaddr(address_header) if address: HAND, Nikolaus -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-deb.240306 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages archivemail depends on: ii python 2.3.5-2 An interactive high-level object-o -- no debconf information
--- End Message ---
--- Begin Message ---Source: archivemail Source-Version: 0.6.1-7 We believe that the bug you reported is fixed in the latest version of archivemail, which is due to be installed in the Debian FTP archive: archivemail_0.6.1-7.diff.gz to pool/main/a/archivemail/archivemail_0.6.1-7.diff.gz archivemail_0.6.1-7.dsc to pool/main/a/archivemail/archivemail_0.6.1-7.dsc archivemail_0.6.1-7_all.deb to pool/main/a/archivemail/archivemail_0.6.1-7_all.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. Joey Hess <[EMAIL PROTECTED]> (supplier of updated archivemail 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: Wed, 24 May 2006 18:42:09 -0400 Source: archivemail Binary: archivemail Architecture: source all Version: 0.6.1-7 Distribution: unstable Urgency: low Maintainer: Joey Hess <[EMAIL PROTECTED]> Changed-By: Joey Hess <[EMAIL PROTECTED]> Description: archivemail - archive and compress your old email Closes: 367017 367033 Changes: archivemail (0.6.1-7) unstable; urgency=low . * Patch from Nikolaus Schulz to fix code that is used (in some cases) to generate the From_ header for a mbox. Closes: #367017 * Patch from Nikolaus Schulz to fix CRLF conversion from IMAP. Closes: #367033 Files: e6efb48596a9699db2c6d962aaea5120 592 mail optional archivemail_0.6.1-7.dsc 2c89bdbe472aa08fa0499681132dffbe 4349 mail optional archivemail_0.6.1-7.diff.gz b2691da63e0639cc95d8a139766b87e8 25346 mail optional archivemail_0.6.1-7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEdOF42tp5zXiKP0wRAl7qAKCcjpCzEga8/EYmud2P9/FAyOCgEQCeN8gB kR/yTfL6JLfaYKEAE9hYU6A= =zITB -----END PGP SIGNATURE-----
--- End Message ---

