Your message dated Fri, 20 May 2005 10:54:45 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293152: mozilla-thunderbird-enigmail: Seems to be fixed
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; 1 Feb 2005 14:03:02 +0000
>From [EMAIL PROTECTED] Tue Feb 01 06:03:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from www.logi-track.com (mail.logi-track.com) [213.239.193.212] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CvycQ-0008S0-00; Tue, 01 Feb 2005 06:03:02 -0800
Received: from kingfisher.intern.logi-track.com (J1532.j.pppool.de 
[85.74.21.50])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mail.logi-track.com (Postfix) with ESMTP id 5F454308DA;
        Tue,  1 Feb 2005 15:02:31 +0100 (CET)
Received: by kingfisher.intern.logi-track.com (Postfix, from userid 1000)
        id B6798AB401; Tue,  1 Feb 2005 15:02:25 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============1768929476=="
MIME-Version: 1.0
From: Markus Schaber <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mozilla-thunderbird-enigmail: gpg-signing destroys attachments
X-Mailer: reportbug 3.2
Date: Tue, 01 Feb 2005 15:02:25 +0100
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
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=-9.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        HTML_MESSAGE,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1768929476==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: mozilla-thunderbird-enigmail
Version: 2:0.90.0.experimental-1
Severity: important

Hello,

When sending attachments in gpg/mime signed emails, they sometimes get
broken. (I also get broken signatures some times, but can not yet
reproduce it.)

It seems that enigmail drops trailing spaces. This made me look like a
fool when I kept sending patches to the PostGIS devel team that did not 
apply. :-(

I attached two files, the longer one is the original, and the shorter
one is after sending via mozilla thunderbird with enigmail enabled. When
sending without gpg signing, the attachmend is not destroyed. I did not
try encrypting yet.

HTH,
Markus

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-fire
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mozilla-thunderbird-enigmail depends on:
ii  gnupg                       1.2.4-4      GNU privacy guard - a free PGP rep
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.3-6    GCC support library
ii  libstdc++5                  1:3.3.5-5    The GNU Standard C++ Library v3
ii  mozilla-thunderbird         1.0-3        Mozilla Thunderbird standalone mai

-- no debconf information

--===============1768929476==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="next.patch"

? next.patch
Index: jdbc2/src/org/postgis/DriverWrapper.java
===================================================================
RCS file: /home/cvs/postgis/postgis/jdbc2/src/org/postgis/DriverWrapper.java,v
retrieving revision 1.3
diff -U2 -r1.3 DriverWrapper.java
--- jdbc2/src/org/postgis/DriverWrapper.java    31 Jan 2005 17:17:06 -0000      
1.3
+++ jdbc2/src/org/postgis/DriverWrapper.java    31 Jan 2005 17:26:40 -0000
@@ -36,27 +36,12 @@
  * 
  * <code>
- * 
&lt;driver-class&gt;com.logitrack.gis.util.DriverWrapper&lt;/driver-class&gt;
+ * &lt;driver-class&gt;org.postgis.DriverWrapper&lt;/driver-class&gt;
  * </code>
  * If you don't like or want to use the DriverWrapper, you have two
- * alternatives:
- * 
- * A) If you use a pgjdbc driver newer than 8 Nov 2004, the
- * postgresql.properties file in the org.postgresql directory delivered with
- * this source should auto-register the PostGIS extension.
- * 
- * B) Add the datatypes manually to your connection:
- * 
- * <code>
- * ((org.postgresql.PGConnection) conn).addDataType("geometry", 
"org.postgis.PGgeometry");
- * ((org.postgresql.PGConnection) conn).addDataType("box3d", 
"org.postgis.PGbox3d");
- * </code>
- * 
- * (You may need to dig through some wrappers when running in an appserver. E.
- * G. for JBoss, you get a org.jboss.resource.adapter.jdbc.WrappedConnection 
and
- * have to call getUnderlyingConnection() on it.)
+ * alternatives, see the README file.
  * 
  * Also note that the addDataType() methods known from earlier pgjdbc versions
  * are deprecated in pgjdbc 8.0, see the commented code variants in the
- * addGisTypes() method for an alternative.
+ * addGisTypes() method.
  * 
  * @author Markus Schaber <[EMAIL PROTECTED]>

--===============1768929476==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="next.mail"

? next.patch
Index: jdbc2/src/org/postgis/DriverWrapper.java
===================================================================
RCS file: /home/cvs/postgis/postgis/jdbc2/src/org/postgis/DriverWrapper.java,v
retrieving revision 1.3
diff -U2 -r1.3 DriverWrapper.java
--- jdbc2/src/org/postgis/DriverWrapper.java    31 Jan 2005 17:17:06 -0000      
1.3
+++ jdbc2/src/org/postgis/DriverWrapper.java    31 Jan 2005 17:26:40 -0000
@@ -36,27 +36,12 @@
  *
  * <code>
- * 
&lt;driver-class&gt;com.logitrack.gis.util.DriverWrapper&lt;/driver-class&gt;
+ * &lt;driver-class&gt;org.postgis.DriverWrapper&lt;/driver-class&gt;
  * </code>
  * If you don't like or want to use the DriverWrapper, you have two
- * alternatives:
- *
- * A) If you use a pgjdbc driver newer than 8 Nov 2004, the
- * postgresql.properties file in the org.postgresql directory delivered with
- * this source should auto-register the PostGIS extension.
- *
- * B) Add the datatypes manually to your connection:
- *
- * <code>
- * ((org.postgresql.PGConnection) conn).addDataType("geometry", 
"org.postgis.PGgeometry");
- * ((org.postgresql.PGConnection) conn).addDataType("box3d", 
"org.postgis.PGbox3d");
- * </code>
- *
- * (You may need to dig through some wrappers when running in an appserver. E.
- * G. for JBoss, you get a org.jboss.resource.adapter.jdbc.WrappedConnection 
and
- * have to call getUnderlyingConnection() on it.)
+ * alternatives, see the README file.
  *
  * Also note that the addDataType() methods known from earlier pgjdbc versions
  * are deprecated in pgjdbc 8.0, see the commented code variants in the
- * addGisTypes() method for an alternative.
+ * addGisTypes() method.
  *
  * @author Markus Schaber <[EMAIL PROTECTED]>

--===============1768929476==--

---------------------------------------
Received: (at 293152-done) by bugs.debian.org; 20 May 2005 08:55:23 +0000
>From [EMAIL PROTECTED] Fri May 20 01:55:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtpgtw.c1-group.de [145.253.159.161] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DZ3Hu-00058C-00; Fri, 20 May 2005 01:55:22 -0700
Received: from gateway.finix.de ([172.16.100.51])
 by smtpgtw.c1-group.de (SAVSMTP 3.1.1.32) with SMTP id M2005052011075314444
 ; Fri, 20 May 2005 11:07:53 +0200
Received: from [192.168.105.75] (joe.finix.de [192.168.105.75])
        by gateway.finix.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id 
j4K8kYg03108;
        Fri, 20 May 2005 10:46:34 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 20 May 2005 10:54:45 +0200
From: Alexander Sack <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
User-Agent: Debian Thunderbird 1.0.2 (X11/20050331)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Markus Schaber <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#293152: mozilla-thunderbird-enigmail: Seems to be fixed
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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: 

Markus Schaber wrote:

>Package: mozilla-thunderbird-enigmail
>Version: 2:0.91-3
>Followup-For: Bug #293152
>
>Hello,
>
>The combination of mozilla-thunderbird 1.0.2-2 and
>mozilla-thunderbird-enigmail 0.91-3 seem to fix the problem.
>
>So I assume you chan close this bug.
>
>Sorry for the long reaction time, but my @logi-track.com address
>was not valid any more when you called for moreinfo because the
>company was shut down.
>
>  
>
No problem. Great, that you remembered to revisit the bug and confirm
this. Closing the bug.

Thx for caring!

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack            | : :' :      The  universal
 [EMAIL PROTECTED]           | `. `'      Operating System
 http://www.asoftsite.org  |   `-    http://www.debian.org/


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

Reply via email to