HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Problem with TIFF attachment
Via etc/FaxDispatch
----------------
FILETYPE=tif;
SENDTO=FaxMaster;
MIMENCODE=bin/uuencode_it;
----------------
Then I have bin/uuencode_it
----------------
#!/bin/sh
uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null
----------------
This is as per the recommended way in the how-to @ www.hylafax.org
Regards
Anthony
-----Original Message-----
From: Adam Smith [mailto:adam.smith@sageautomation.com]
Sent: 31 January 2003 02:14 AM
To: anthonye@attunetech.com
Cc: hylafax-users@hylafax.org
Subject: RE: [hylafax-users] Problem with TIFF attachment
> Thanx for the info, I have checked this as well, and double
> checked against
> your notes, and it is 100% correct according to your notes as well.
>
> The only difference is that I also have a separate uuencode
> script as per
> recommendations on the Hylafax how-to's
How is the second script called?
--
Adam Smith
Information Technology Officer
SAGE Automation Ltd.
adam.smith@sageautomation.com
http://www.sageautomation.com
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*