HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] Testing 4.2 FaxNotify



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
Sent: Friday, May 13, 2005 4:25 PM
To: 'Paul D. Kraus'; hylafax-users@xxxxxxxxxxx
Subject: Re: [hylafax-users] Testing 4.2 FaxNotify

 

Try FILETYPE=PDF;

 

Jim Moseby
MIS Manager
New River Industries, Inc.
540.731.8010 v
540.731.8525 f

-----Original Message-----
From: Paul D. Kraus [mailto:pkraus@xxxxxxxxxxxxx]
Sent: Friday, May 13, 2005 4:19 PM
To: hylafax-users@xxxxxxxxxxx
Subject: [hylafax-users] Testing 4.2 FaxNotify

I have a very base install of Debian. Barely anything running. Is their a package that is needed for the RETURNFILETYPE option to work? I get all my mail notifications but no attachments so I know its reading the file.

 

Thanks,

Paul




Project hosted by iFAX Solutions