Hylafax Mailing List Archives |
Lee Howard schreef:
Paul van der Vlis wrote:
Change that last line to:I try to send received faxes as PDF. This works, but the faxmaster gets 2 messages. One message what tells that the PDF was send to faxmaster@localhost, and one with the PDF...
What is a good way to change the config so, that only the message with the PDF will be send?
# /var/spool/hylafax/etc/FaxDispatch FILETYPE=pdf; SENDTO=faxmaster@localhost;
SENDTO=FaxMaster
Thanks for your answer, but it seems not to help.
# # Don't send FaxMaster duplicates, and FaxMaster may not even # want a message at all, depending on NOTIFY_FAXMASTER. # case $NOTIFY_FAXMASTER$MSG in never*) NOTIFY_FAXMASTER=no;; errors) NOTIFY_FAXMASTER=no;; *) NOTIFY_FAXMASTER=yes;; esac if [ "$TOADDR" != "$SENDTO" -a "$NOTIFY_FAXMASTER" != "no" ]; then
____________________ 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*
|