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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to