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] Can't receive fax as eamil pdf attachment in RH8
Andrew said:
>
> On Mon, 2003-02-10 at 18:20, Aaron Borowski wrote:
> > Your FaxDispatch should look like:
> >
> > #!/bin/sh
> > echo DEFANGED.2
> > exit
> > #!/bin/sh
> > echo DEFANGED.146895
> > exit
> > #!/bin/sh
> > echo DEFANGED.3
> > exit
> > #!/bin/sh
> >
> > case "$DEVICE" in
> > ttyS0) SENDTO=emailaddress ; MIMENCODE=bin/uuencode_it;
> > FILETYPE=pdf;;
> > # all faxes received on ttyS0
> > esac
> >
> >
> > Then you must make a file calld "uuencode_it" in the hylafax bin
> > directory. It looks like:
> >
> > #!/bin/sh
> > uuencode -m $1 $1 | grep -E -v "^begin|^====$" 2>/dev/null
> >
> > Then make it executable and you're done, provided of course that you
> > have sendmail installed.
> >
> > All of this in on the Hylafax website. If you use the provide search
> > engine on the site you can search the mailing list archives or
> use go to
> > the how-to's section.
> >
> > Good luck
> > Matěj Hausenblas wrote:
> >
>
> Just curious. Whats the point of the DEFANGED section(s)? I did a site
> search and came up blank on that keyword. I'm not using those but it
> seems to be working ok.
>
If I had to guess, it is some custom stuff done to better work with
MIMEDefang.
http://www.roaringpenguin.com/mimedefang/
Josh
____________________ 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.*