Your message dated Fri, 16 Nov 2007 00:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434813: fixed in archivemail 0.7.2-1
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.7.0-1
Severity: normal

When using the parameter --pwfile, archivemail does not expand a given
~ into the $HOME of the user.

For reference here is the error message:
~$ archivemail --pwfile ~/.pw imap://[EMAIL PROTECTED]/INBOX
archivemail: pwfile ~/.pw does not exist


Fix is trivial:

--- archivemail.orig    2007-07-26 23:35:15.000000000 +0200
+++ archivemail 2007-07-26 23:37:32.000000000 +0200
@@ -1311,7 +1311,7 @@
         unexpected_error("you must provide a properly formatted "
             "IMAP connection string")
     if options.pwfile:
-        imap_password = open(options.pwfile).read().rstrip()
+       imap_password = open(os.path.expanduser(options.pwfile)).read().rstrip()
     else:
         try: 
             imap_username, imap_password = imap_username.split(':', 1)




-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages archivemail depends on:
ii  python                        2.4.4-2    An interactive high-level object-o

archivemail recommends no packages.

-- no debconf information

-- 
Achte auf Deine Gedanken! Sie sind der Anfang Deiner Taten.
                -- Chinesisches Sprichwort


--- End Message ---
--- Begin Message ---
Source: archivemail
Source-Version: 0.7.2-1

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.7.2-1.diff.gz
  to pool/main/a/archivemail/archivemail_0.7.2-1.diff.gz
archivemail_0.7.2-1.dsc
  to pool/main/a/archivemail/archivemail_0.7.2-1.dsc
archivemail_0.7.2-1_all.deb
  to pool/main/a/archivemail/archivemail_0.7.2-1_all.deb
archivemail_0.7.2.orig.tar.gz
  to pool/main/a/archivemail/archivemail_0.7.2.orig.tar.gz



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: Thu, 15 Nov 2007 19:18:02 -0500
Source: archivemail
Binary: archivemail
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description: 
 archivemail - archive and compress your old email
Closes: 368112 434798 434807 434813
Changes: 
 archivemail (0.7.2-1) unstable; urgency=low
 .
   * New upstream release
     - Fixes IMAP message flag conversion, with a patch from Christian Brabandt
       Closes: #434807
     - Add --copy option. Closes: #434798
     - Expand tilde in argument of long option --pwfile. (Thanks Christian
       Brabandt) Closes: #434813
     - Supports autodetecting the IMAP folder separator. Closes: #368112
     - Several fixes already applied to the Debian package.
   * Dropped some old patches that I hope are no longer necessary.
   * Added usage help for --archive-name, a patch I've been carrying in
     the Debian package for too long unmerged.
   * Use debhelper v5.
   * Add Homepage field.
Files: 
 27c87a0a73d3d29390073d0ec5dbe551 730 mail optional archivemail_0.7.2-1.dsc
 e444424688e6ec063e829176e4eb62e2 46070 mail optional 
archivemail_0.7.2.orig.tar.gz
 fb632b1cd959755ce96cb5f91335d02c 4550 mail optional archivemail_0.7.2-1.diff.gz
 ef79c94116c616c9eff03f9ab0bf6d47 36358 mail optional 
archivemail_0.7.2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPOWf2tp5zXiKP0wRAuuOAKCBePlMEss7XN95ys/akTWM2ylcRgCgtGaf
H8lfO6H/qwBHPOU6w1zPxUw=
=G4J5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to