> From [EMAIL PROTECTED] Mon Oct 1 05:39:36 2001 > To: [EMAIL PROTECTED] > Subject: LPRng: bounce queues > Date: Mon, 01 Oct 2001 21:12:45 +1000 > From: "C. L. McAvaney" <[EMAIL PROTECTED]> > > I have the following: > test-bounce:\ > :server:\ > :lp=test-lp1@localhost:\ > :lpd_bounce:\ > :sd=/var/spool/lpd/test-bounce:\ > :incoming_control_filter=/home/mcav/bounce_filter > test-lp1:\ > :cm=This is a test printer:\ > :lp=lexi2175%9100:\ > :sd=/var/spool/lpd/%P:\ > :achk:\ > :af=accounting%4444:\ > :if=/opt/local/libexec/filters/ifhp:\ > :of=/opt/local/libexec/filters/ofhp:\ > :ifhp=debug=5: > > I am trying to get the bounce_filter program to execute before passing onto > test-lp1. It seems to work but there are some fields/options that are not > being passed to test-lp1. e.g. username > Is there a glitch with the bounce queue causing this? > Or something the the queue entry? > > Thanks, > Christopher > ,,, > (. .) > /-----.oOO--(_)--OOo.-------------------------------------------------\ > | Christopher McAvaney [EMAIL PROTECTED] | > | PhD Candidate [EMAIL PROTECTED] | > | [EMAIL PROTECTED] | > | phone: +61+3+52272960 [EMAIL PROTECTED] | > | fax: +61+3+52272028 http://www.cm.deakin.edu.au/~chrismc | > \---------------------------------------------------------------------/
Make sure that the incoming job has them. You would be suprised at what some print spoolers send. Try: lpc test-bounce stop lpr -Ptest-bounce /some/file (or from the remote system) lpq -Ptest-bounce (get the job number) more /var/spool/lpd/test-bounce/cf*<jobnumber>* And see if the user name is in the control file. \ > From [EMAIL PROTECTED] Mon Oct 1 05:39:36 2001 > To: [EMAIL PROTECTED] > Subject: LPRng: bounce queues > Date: Mon, 01 Oct 2001 21:12:45 +1000 > From: "C. L. McAvaney" <[EMAIL PROTECTED]> > > I have the following: > test-bounce:\ > :server:\ > :lp=test-lp1@localhost:\ > :lpd_bounce:\ > :sd=/var/spool/lpd/test-bounce:\ > :incoming_control_filter=/home/mcav/bounce_filter > test-lp1:\ > :cm=This is a test printer:\ > :lp=lexi2175%9100:\ > :sd=/var/spool/lpd/%P:\ > :achk:\ > :af=accounting%4444:\ > :if=/opt/local/libexec/filters/ifhp:\ > :of=/opt/local/libexec/filters/ofhp:\ > :ifhp=debug=5: > > I am trying to get the bounce_filter program to execute before passing onto > test-lp1. It seems to work but there are some fields/options that are not > being passed to test-lp1. e.g. username > Is there a glitch with the bounce queue causing this? > Or something the the queue entry? > > Thanks, > Christopher > ,,, > (. .) > /-----.oOO--(_)--OOo.-------------------------------------------------\ > | Christopher McAvaney [EMAIL PROTECTED] | > | PhD Candidate [EMAIL PROTECTED] | > | [EMAIL PROTECTED] | > | phone: +61+3+52272960 [EMAIL PROTECTED] | > | fax: +61+3+52272028 http://www.cm.deakin.edu.au/~chrismc | > \---------------------------------------------------------------------/ > > > ----------------------------------------------------------------------------- > YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST > The address you post from MUST be your subscription address > > If you need help, send email to [EMAIL PROTECTED] (or lprng-requests > or lprng-digest-requests) with the word 'help' in the body. For the impatient, > to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] > with: | example: > subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] > unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] > > If you have major problems, send email to [EMAIL PROTECTED] with the word > LPRNGLIST in the SUBJECT line. > ----------------------------------------------------------------------------- > ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
