HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] faxrcvd:
I have a FaxDispatch.sh script in my /var/spool/hylafax/etc dir that's says:
#!/bin/sh
echo DEFANGED.7
exit
#!/bin/sh
echo DEFANGED.36
exit
#!/bin/sh
echo DEFANGED.8
exit
#!/bin/sh
case "$SENDER" in
*1*205*553*7123*) SENDTO=jguy@amhcu.org; FILETYPE=tif;; #testing this
esac
I'm trying to make any fax received from the number 1-205-553-7123 in turn
be emialed to me as a file attachment at jguy@amhcu.org. However, the
script isn't working. Any ideas??
-------------------------------------
Joe W. Guy, Jr.
Information Systems Manager
MCP, A+, Network+
-------------------------------------
AMH Credit Union
205.556.8860 Ext.304
http://www.amhcu.org
____________________ 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.*