]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
* Private tmpdir was not set by faxrcvd, but used for body encoding
authorPatrice Fournier <pfournier@ifax.com>
Sat, 7 Oct 2006 02:49:29 +0000 (02:49 +0000)
committerPatrice Fournier <pfournier@ifax.com>
Sat, 7 Oct 2006 02:49:29 +0000 (02:49 +0000)
* Added missing CHANGES entries for Quoted-Printable/body encoding work

CHANGES
util/faxrcvd.sh.in

diff --git a/CHANGES b/CHANGES
index 12be2030517ba8231e6a57ffd9586df6e5c5a7e0..b972513d2d26c92c3bb7468a86600e12417c1929 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,10 @@
 
 Changelog for HylaFAX 4.3.1
 
+* Private tmpdir was not set by faxrcvd, but used for body encoding (6 Oct 2006)
 * fax faxqclean, don't remove cover documents still referenced (4 Oct 2006)
+* Encodes email body according to template setting (3 Oct 2006)
+* Add Quoted-Printable encoding option (3 Oct 2006)
 * Add Romanian templates (29 Sep 2006)
 * faxsetup nolonger blindly removes $TMPDIR (29 Sep 2006)
 * Add Motorola SM56 USB (Apple) modem (27 Sep 2006)
index f7f3c17929269767c7de7a6bd5b9380b553c3c89..124b0bf6db31634de89ad372562feeb4f0650479 100644 (file)
@@ -116,6 +116,8 @@ CIDNAME="$CALLID2"
 
 FILENAME=`echo $FILE | $SED -e 's/\.tif//' -e 's/recvq\///'`
 
+SetupPrivateTmp
+
 parseFaxInfo $FILE
 
 MIMEBOUNDARY="NextPart$$"
@@ -207,3 +209,5 @@ else
     CreateMailMessage etc/templates/$TEMPLATE/faxrcvd-failure.txt \
        2>$ERRORSTO | $SENDMAIL -f"$FROMADDR" -oi $TOADDR
 fi
+
+CleanupPrivateTmp