HylaFAX The world's most advanced open source fax server |
Ok it finnaly worked seems like its only mailing the attachement when it fails. This is my FaxNotify Script it should work unless I am missing something. I would never use this as is just playing around with software. Thanks.
Paul
if [ "$WHY" != "done" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "done" ]; then RETURNFILETYPE=pdf; fi
if [ "$WHY" = "failed" ]; then RETURNFILETYPE=pdf; fi
if [ "$WHY" = "rejected" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "blocked" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "requeued" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "removed" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "killed" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "timedout" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "format_failed" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "no_formater" ]; then RETURNFILETYPE=pdf; fi if [ "$WHY" = "done" ]; then RETURNFILETYPE=pdf; fi From:
hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Jim Moseby
Try FILETYPE=PDF;
Jim
Moseby
|