Your message dated Wed, 12 Jan 2005 21:06:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287613: hylafax-server: faxrcvd default $ENCODING variable 
is overwritten by faxsetup's default of null
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; 29 Dec 2004 05:14:10 +0000
>From [EMAIL PROTECTED] Tue Dec 28 21:14:09 2004
Return-path: <[EMAIL PROTECTED]>
Received: from imf16aec.mail.bellsouth.net [205.152.59.64] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CjW9x-0005PG-00; Tue, 28 Dec 2004 21:14:09 -0800
Received: from surge ([68.223.182.215]) by imf16aec.mail.bellsouth.net
          (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP
          id <[EMAIL PROTECTED]>;
          Wed, 29 Dec 2004 00:13:37 -0500
Received: from ruff by surge with local (Exim 4.30)
        id 1CjW9Q-0000g4-9l; Wed, 29 Dec 2004 00:13:36 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Chris Ruffin <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: hylafax-server: faxrcvd default $ENCODING variable is overwritten by
 faxsetup's default of null
X-Mailer: reportbug 2.56
Date: Wed, 29 Dec 2004 00:13:31 -0500
Message-Id: <[EMAIL PROTECTED]>
Sender: Chris Ruffin <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: hylafax-server
Version: 1:4.2.0-13
Severity: normal
Tags: patch

The faxsetup script's default output into
/var/spool/hylafax/etc/setup.cache sets ENCODING=''.  This null value
overwrites the faxrcvd default of 'base64'.  A null ENCODING variable
will cause the Content-Transfer-Encoding: header to be empty in some
e-mails (in my failure case, if FILETYPE=pdf), resulting in attachments
that client applications don't know how to decode.  Trivial patch below.

Best regards,

Chris

--- faxrcvd.orig        2004-12-28 23:59:35.000000000 -0500
+++ faxrcvd     2004-12-28 23:56:08.000000000 -0500
@@ -59,6 +59,11 @@
 
 . etc/setup.cache
 
+if [ ${ENCODING}x = x ]
+then
+  ENCODING=base64
+fi
+
 INFO=$SBIN/faxinfo
 FAX2PS=$TIFFBIN/fax2ps
 TIFF2PS=tiff2ps

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C

Versions of packages hylafax-server depends on:
ii  debconf                  1.4.22          Debian configuration management sy
ii  gs                       8.01-4          Transitional package
ii  gs-esp [gs]              7.07.1-6        The Ghostscript PostScript interpr
ii  gs-gpl [gs]              8.01-4          The GPL Ghostscript PostScript int
ii  hylafax-client           1:4.2.0-13      Flexible client/server fax softwar
ii  libc6                    2.3.2.ds1-11    GNU C Library: Shared libraries an
ii  libgcc1                  1:3.4.1-4sarge1 GCC support library
ii  libpam0g                 0.76-21         Pluggable Authentication Modules l
ii  libstdc++5               1:3.3.4-13      The GNU Standard C++ Library v3
ii  libtiff-tools            3.6.1-3         TIFF manipulation and conversion t
ii  libtiff4                 3.6.1-1.1       Tag Image File Format library
ii  mailutils [mailx]        20031104-1      GNU Mailutils utilities for handli
ii  mime-codecs              7.19-2          Fast Quoted-Printable and BASE64 M
ii  psmisc                   21.4-1          Utilities that use the proc filesy
ii  zlib1g                   1:1.2.1-5       compression library - runtime

-- debconf information:
  hylafax-server/configure_note: 
* hylafax-server/start_now: true

---------------------------------------
Received: (at 287613-done) by bugs.debian.org; 12 Jan 2005 20:07:45 +0000
>From [EMAIL PROTECTED] Wed Jan 12 12:07:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp3alice.tin.it (vsmtp3.tin.it) [212.216.176.143] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoomP-0007j0-00; Wed, 12 Jan 2005 12:07:45 -0800
Received: from eppesuigoccas.homedns.org (80.117.81.199) by vsmtp3.tin.it 
(7.0.027) (authenticated as [EMAIL PROTECTED])
        id 41E55C64000161B1; Wed, 12 Jan 2005 21:07:39 +0100
Received: from eppesuig3wifi ([192.168.2.51] ident=giuseppe)
        by eppesuigoccas.homedns.org with asmtp (Exim 3.35 #1 (Debian))
        id 1CoomH-0002k1-00; Wed, 12 Jan 2005 21:07:37 +0100
Subject: Re: Bug#287613: hylafax-server: faxrcvd default $ENCODING variable
        is overwritten by faxsetup's default of null
From: Giuseppe Sacco <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
Content-Type: text/plain
Date: Wed, 12 Jan 2005 21:06:17 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
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: 

Il giorno lun, 03-01-2005 alle 08:30 -0500, Chris Ruffin ha scritto:
> On Mon, 3 Jan 2005 13:03:15 +0100, Giuseppe Sacco <[EMAIL PROTECTED]> wrote:
[...]
> Hi Giuseppe,
> 
> I did as you requested- deleting my /etc/hylafax/setup.cache and
> /var/spool/hylafax/etc/setup.cache and re-executing faxsetup from -16.
>  My ENCODING variable in the new setup.cache is still blank.

Hi Cris,
I made some more tests about this problem and found two different bug
reports upstream:
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=615
http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=574

It should be fixed in the version I just uploaded: 4.2.1-1.

Bye,
Giuseppe


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

Reply via email to