https://bugzilla.novell.com/show_bug.cgi?id=212516 Summary: hylafax is not able to dispatch mails to the users from etc/users using c2faxrecv, hylafax and fcpci Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: ISDN AssignedTo: kkeil@novell.com ReportedBy: office@weberhofer.at QAContact: qa@suse.de Dispatch incoming faxes did not work, because of changes in bin/faxrcvd. I have fixed the problem by slightly modifying bin/FaxDispatch. This is a version that works here. Modified lines are #5 and #6: FILE: bin/FaxDispatch ------------------- # # Dispatch fax to email depending on own MSN or extention (ISDN lines) # sourced from faxrcvd # if [ "$CALLID3" != "" ]; then PHONEMATCH=$CALLID3\$ USERENTRY=`grep -v "^#" etc/users | grep "$PHONEMATCH"` if [ "$USERENTRY" != "" ]; then USERNAME=`echo $USERENTRY | awk '{print $1}'` SENDTO="$USERNAME" FILETYPE=pdf fi fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.