Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
still getting job timeouts
You wrote:
> Sight, I am *still* getting job timeouts! I have added the -k option to
> snedfax. As in:
>
>
>
> /opt/hylafax/bin/sendfax \
> -D -c "\"$COMMENTS\"" \
> -r "\"$REGARDING\"" \
> -x "\"$TO_COMPANY\"" -y "\"$TO_COMPANYLOCATION\"" \
> -d "\"$RECIPIENT"\"@$PHONE_NUMBER \
> -k "\"now +48 hours\"" \
> /tmp/scan$$/*
You have placed the -k after the -d, and it will never get used. Ordering is
important in sendfax args.
Move the -k to before the -d parameter, which should be last, and it should
work.
-Darren