![]() |
Hello Hylafax-Users I am running a Hylafax 4.3.1 on a Debian Etch System. I'm sorting my incoming faxes with FaxDispatch according to the faxnumber of the sender. My FaxDispatch looks like this: TEMPLATE=/de/ FOLDER="/var/spool/hylafax/recvq/" FULLPATH="${FOLDER}${FILENAME}.tif" # Dep1 case "$SENDER" in *11112222) mv $FULLPATH /var/spool/hylafax/recvq/2222-Dep1/;; esac # Dep2 case "$SENDER" in *33334444) mv $FULLPATH /var/spool/hylafax/recvq/4444-Dep2/;; esac # Dep3 case "$SENDER" in *55556666) mv $FULLPATH /var/spool/hylafax/recvq/6666-Dep3/;; esac This works really fine. Is it possible to print the incoming faxes only for Dep3 on a network printer? Additional to the current configuration? Which lines do I have to add to the FaxDispatch to reach my goal? Thank you for any answers! Kind regards Sebastian ____________________ 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@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*