HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] Tiff Attachments are zero bytes
I am using the following in my faxrcvd:
echo "--$MIMEBOUNDARY"
echo "Content-Type: Application/Octet-stream;name=\"$FILE\";type=Unknown"
echo "Content-transfer-encoding: BASE64
echo "Content-Description: FAX document"
echo "Content-disposition: attachment; filename=\"$FILE\""
echo ""
# $FAX2PS $FILE 2>/dev/null
mmencode $FILE 2>/dev/null
echo ""
echo "--$MIMEBOUNDARY--"
Attached tiff documents are zero bytes. Any ideas? Thanks!
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null