![]() |
I believe the '-D' option to sendfax will achieve what you want. By default HylaFAX notifies only when the final status is failure. Using -D extends this to also include faxes that are sent successfully. If you're notifying on all events, you're using the -R flag now ... just change that to -D.-Darren----- Original Message -----From: Chris BaechleSent: Monday, December 19, 2005 8:46 AMSubject: [hylafax-users] notifyI currently have hylafax set up to send emails to the faxmaster on all events. They get emails if it is busy, requed, failed, successful, etc etc. Ideally, I just want them to recieve emails on final events (Failed or successful). I looked at the notify bash script and it shouldn't be too hard to implement this. However, I want to stay as close to the original setup as possible. Can I set any variables in the source'd FaxNotify file that will force the behavior I want? Or am I going to have to modify notify directly?