| 
     Hylafax Mailing List Archives
 | 
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-users] faxrcvd => Fax send per Mime E-Mail
Hello,
I try to send incoming Fax as an mime-codet tif File per E-Mail.
So i changed bin/faxrcvd to:
--cut
         echo ""
         echo "--$MIMEBOUNDARY"
         echo ""
         echo "Content-Type: application/octet-stream; name=Fax.tif"
         echo "Content-Transfer-Encoding: base64"
         echo "Content-Disposition: attachment; name=fax.tif"
         echo""
        $FAX2PS $FAX Fax.tif 2>/dev/nul
         echo ""
         echo "--$MIMEBOUNDARY--"
--cut
where 
FAX2PS="/usr/bin/uuencode -m"
But i dosn't work.
Can anybody tell my why ? (Im a beginner to understand the mime encoding !)
Thanks
Thomas
____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null