![]() |
> From: "Lothar Lehr" <lothar.lehr@wiesbaden.netsurf.de> > To: "Rob Embry" <Rob.Embry@emctest.com> > Cc: <sendmail@linux.antares2000.de> > Subject: Re: flexfax: Received faxes to tiff format > Date: Fri, 6 Mar 1998 09:39:05 +0100 > Is it possible that you give me some hints or much better send me the > modified bin/faxrcvd script ? > Here is the diff file between my faxrcvd and the one in the distribution: 55a56,57 > MIMENCODE=/usr/bin/mimencode > RECVQ=recvq/ 77c79 < SENDER="`$INFO $FILE | $AWK -F: '/Sender/ { print $2 }'2>/dev/null`" --- > SENDER="`$INFO $FILE | $AWK -F: '/Sender/ { print $2 }'`" 110a113 > echo "Based on TSI: $SENDER." 150c153 < echo "Content-Type: application/postscript" --- > echo "Content-Type: application/fax; name=${FILE#$RECVQ}" 152c155 < echo "Content-Transfer-Encoding: 7bit" --- > echo "Content-Transfer-Encoding: base64" 154c157 < $FAX2PS $FILE 2>/dev/null --- > $MIMENCODE $FILE Hope this helps Rob Embry