[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#238136: marked as done (efax problem (and fix) for sending fax notices)



Your message dated Mon, 03 Oct 2005 09:02:05 -0700
with message-id <E1EMSlR-0004H0-00@spohr.debian.org>
and subject line Bug#238136: fixed in efax 1:0.9a-16
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; 15 Mar 2004 14:28:40 +0000
>From joerg@dorchain.net Mon Mar 15 06:28:40 2004
Return-path: <joerg@dorchain.net>
Received: from 153-133-088-212.ip-addr.teresto.net (Redstar.dorchain.net) [212.88.133.153] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B2t52-0003Zc-00; Mon, 15 Mar 2004 06:28:36 -0800
Received: from GreenHouse.dorchain.net (GreenHouse.dorchain.net [172.17.2.5])
	by Redstar.dorchain.net (8.12.11.Beta0/8.12.11.Beta0) with ESMTP id i2FESSjx017629
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK)
	for <submit@bugs.debian.org>; Mon, 15 Mar 2004 15:28:29 +0100
Received: (from joerg@localhost)
	by GreenHouse.dorchain.net (8.12.11.Beta0/8.12.11.Beta0) id i2FEPtXN002610
	for submit@bugs.debian.org; Mon, 15 Mar 2004 15:25:55 +0100
Date: Mon, 15 Mar 2004 15:25:55 +0100
From: Joerg Dorchain <joerg@dorchain.net>
To: submit@bugs.debian.org
Subject: efax problem (and fix) for sending fax notices
Message-ID: <20040315142555.GA1433@GreenHouse.dorchain.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7"
Content-Disposition: inline
X-message-flag: Formating hard disk. please wait...   10%...  20%...
X-Debbugs-CC: Ed Casas <edc@cce.com>
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,X_DEBBUGS_CC 
	autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 


--GRPZ8SYKNexpdSJ7
Content-Type: multipart/mixed; boundary="Qxx1br4bt0+wmkIi"
Content-Disposition: inline


--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: efax
Version  0.9a-14
Severity: normal
Tags: upstream,patch

I use the builtin faxmail function to get mails of the faxes I receive.
Unfortunately, the default only send mails without actual fax pages
attached.

The attached patch works for me to that faxes send by mail as I expect
the original to be intended.



--Qxx1br4bt0+wmkIi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fax.diff"
Content-Transfer-Encoding: quoted-printable

--- /usr/bin/fax	2004-03-01 22:54:11.000000000 +0100
+++ fax.fixed	2003-08-15 17:04:47.000000000 +0200
@@ -482,13 +482,15 @@
    cat $f
    for f in $FILES
    do
-     echo "--EFAX_MAIL"
-     echo "Content-Type: image/tiff; name=3D\"$f.tiff\""
-     echo "Content-Transfer-Encoding: base64"
-     echo "Content-Disposition: attachment; filename=3D\"$f.tiff\""
-     echo ""
-     $EFIX -M <$f
-     # echo "--EFAX_MAIL--"
+     if [ -r $f ] ; then
+       echo "--EFAX_MAIL"
+       echo "Content-Type: image/tiff; name=3D\"$f.tiff\""
+       echo "Content-Transfer-Encoding: base64"
+       echo "Content-Disposition: attachment; filename=3D\"$f.tiff\""
+       echo ""
+       $EFIX -M <$f
+       # echo "--EFAX_MAIL--"
+     fi
    done
    echo "--EFAX_MAIL--"
 }
@@ -525,7 +527,10 @@
 	  0)=20
 	  	$RM $f
 	  ;;
-	  1)    FILES=3D`sed -n -e  '/received ->/s/^.*-> \(.*\)$/\1/p' $f`
+	  1)   =20
+#	  	FILES=3D`sed -n -e  '/received ->/s/^.*-> \(.*\)$/\1/p' $f`
+	  	FILES=3D`sed -n -e  '/wrote /s/^.* wrote \(.*\) as .*$/\1/p' $f`
+
 		FILES=3D`echo $FILES`
 		REMID=3D`sed -n -e '/remote ID ->/s/^.*-> \(.*\)$/\1/p' \
 			-e tok -e b -e ':ok' -e q $f`

--Qxx1br4bt0+wmkIi--

--GRPZ8SYKNexpdSJ7
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFAVbzzjY4+4PdzvOARAoSeAJ9TP41IbvIGIE5c0JSeOlCKQ7dTbACfcqIv
RcnCzAWGuasWSL0FtJAq/9o=
=5tqK
-----END PGP SIGNATURE-----

--GRPZ8SYKNexpdSJ7--

---------------------------------------
Received: (at 238136-close) by bugs.debian.org; 3 Oct 2005 16:11:14 +0000
>From katie@spohr.debian.org Mon Oct 03 09:11:14 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EMSlR-0004H0-00; Mon, 03 Oct 2005 09:02:05 -0700
From: MJ Ray (Debian) <mjr@debian.org>
To: 238136-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#238136: fixed in efax 1:0.9a-16
Message-Id: <E1EMSlR-0004H0-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Mon, 03 Oct 2005 09:02:05 -0700
Delivered-To: 238136-close@bugs.debian.org
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-Level: 
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-CrossAssassin-Score: 5

Source: efax
Source-Version: 1:0.9a-16

We believe that the bug you reported is fixed in the latest version of
efax, which is due to be installed in the Debian FTP archive:

efax_0.9a-16.diff.gz
  to pool/main/e/efax/efax_0.9a-16.diff.gz
efax_0.9a-16.dsc
  to pool/main/e/efax/efax_0.9a-16.dsc
efax_0.9a-16_i386.deb
  to pool/main/e/efax/efax_0.9a-16_i386.deb



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 238136@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
MJ Ray (Debian) <mjr@debian.org> (supplier of updated efax 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  3 Oct 2005 16:47:22 +0100
Source: efax
Binary: efax
Architecture: source i386
Version: 1:0.9a-16
Distribution: unstable
Urgency: low
Maintainer: MJ Ray (Debian) <mjr@debian.org>
Changed-By: MJ Ray (Debian) <mjr@debian.org>
Description: 
 efax       - programs to send and receive fax messages
Closes: 198149 202668 207911 238136 280691 322255 322258 322259
Changes: 
 efax (1:0.9a-16) unstable; urgency=low
 .
   * New maintainer (Closes: #280691)
   * Patch from Joerg Dorchain to correct faxmail and attach faxes
     (Closes: #238136)
   * Patch to read other CONFIGFILES from Paolo P. (Closes: #198149)
   * Make efax logfiles end .efax.log because mgetty-fax is using our
     spool too (Closes: #207911)
   * Add version to libpaperg dependency (Closes: #322255)
   * Update website URL in man efax (Closes: #322258)
   * Correct example in man fax (Closes: #322259)
   * Give better error message when non-fax-capable modem supports
     +FCLASS command (Closes: #202668)
   * Add debconf-2.0 as an alternative for debconf
   * Small typing fix to Description
Files: 
 f702fb351540df541ffb8d2ef4f08bbd 557 comm optional efax_0.9a-16.dsc
 05a82d4565c7291405e9f26728e04686 17463 comm optional efax_0.9a-16.diff.gz
 348a44a916b4d390ccdc5d42672f77e4 106306 comm optional efax_0.9a-16_i386.deb

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

iD8DBQFDQVU8mUY5euFC5vQRAmN7AJwPQrmsBRby/FcTkkQToxrnWNTJ2ACfd/qB
PLxfpPOCfblrjdeKhJqrjUY=
=JG2m
-----END PGP SIGNATURE-----



Reply to: