Your message dated Sun, 24 Sep 2006 04:53:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in archivemail 0.6.2-{3,4}
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.2-2
Severity: normal
Tags: patch
The CRLF conversion for IMAP messages is done, but then discarded.
This is a regression introduced with the update to version 0.6.2.
Note that archiving IMAP folders is *completely* broken in 0.6.2. I'm
filing this relatively minor bug first because it's easy to fix. I'm working
on the other issues, bug reports are pending.
Nikolaus
--- archivemail.py.orig 2006-09-10 18:56:10.000000000 +0200
+++ archivemail.py 2006-09-10 18:56:43.000000000 +0200
@@ -1279,7 +1279,6 @@
msg_str = response[0][1]
else:
msg_str = response[0][1].replace("\r\n", os.linesep)
- msg_str = response[0][1]
msg_flags = imaplib.ParseFlags(response[1])
msg = rfc822.Message(cStringIO.StringIO(msg_str))
add_status_headers_imap(msg, msg_flags)
--- End Message ---
--- Begin Message ---
Version: 0.6.2-3
This has been fixed as of archivemail 0.6.2-3, which was apparently
never uploaded to the archive. 0.6.2-4 was, but the Debian changelog
didn't close it automatically.
Nikolaus
--- End Message ---