HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: sendfax invokation question
On Fri, Aug 14, 1998 at 12:57:28PM +0200, darren.nickerson@balliol.ox.ac.uk wrote:
>
> You wrote:
>
> > /opt/hylafax/bin/sendfax -k "now +48 hours" -D -c " " -r "" -x "" -y ""
> > -d "Stan Brown"@7453195 /tmp/scan6754/fax_page_no_00001.ps
> > sendfax: No destination specified.
> > usage: sendfax [options] [files]
> > (Read the manual page; it's too complicated).
>
> -d "Stan Brown"@7453195 is bogus, use -d "Stan Brown@7453195"
>
> -Darren
I think "Stan Brown"@7453195 is the same as "Stan Brown@7453195":
$ echo "Stan Brown"@7453195 > 1
$ echo "Stan Brown@7453195" > 2
$ diff 1 2
$
matthias