Displaying 1 result from an estimated 1 matches for "jrvpbv".
Did you mean:
jrvp
2006 Jan 20
1
Samba printing
...2.2.7a-8.9.0-security-rollup-fix and Hylafax acting as a fax
server. I print from my Windows XP machine to the Samba shared printer
hoping the file name would be passed to Hylafax to use as the outbound
phone number but Samba is submitting the job to Hylafax with a job name
like:
smbprn.000117.JrVPBv
Hylafax can't process the job since there's no phone number.
I tried configuring the print line in SWAT with the command:
lpr -r -P%p `strings %s|grep %%Title:|gawk '{print "-T "$2 " -o
phone="$2}'` %s
which actually had the phone number as the job name but...