Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
Re: [hylafax-users] [hylafax-users]CoverPage
On 2003.07.17 02:09 Maurizio Gobbo wrote:
> ok
> is correct ?
> faxcover mycustomcover.ps | sendfax -n -r "Object" -x "Company" -c
> "CoverComment" -f "JJJ mgobbo@fracarro.com" -d "TEST"@55512345
Incorrect. See 'man sendfax' and 'man faxcover'. Since sendfax is not
calling on faxcover (-n) the coverpage options for sendfax are useless.
faxcover -C mycustomcover.ps -r "Object" -x "Company" -c "CoverComment"
-f "JJJ mgobbo@fracarro.com" | sendfax -n -d "TEST"@5551234
> return
> No input data; tranmission aborted.
Exactly. sendfax was given no input data by faxcover and was not given
an input file.
> if add a message
> faxcover mycustomcover.ps | sendfax -n -r "Object" -x "Company" -c
> "CoverComment" -f "JJJ mgobbo@fracarro.com" -d "TEST"@55512345
> /etc/crontab
>
> return a page with crontab. No CoverPage
Exactly. You did specifiy the -n option, after all. Also, by
supplying an input file you're telling sendfax to ignore standard
input, so even if the faxcover command were correct (and it's not), it
still wouldn't have generated a cover page. The correct way to do a
coverpage and an input file is:
> if use
> sendfax -c mycustomcover.ps -r "Object" -x "Company" -c "CoverComment"
> -f
> "JJJ mgobbo@fracarro.com" -d "TEST"@55512345 /etc/crontab
>
> retun correct coverpage + a page with crontab
A good read of the man pages would help ;-)
Lee.
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*