Menu

#2 Routing filters not working

closed
nobody
None
5
2006-10-17
2003-12-23
No

I've been looking for information on getting some
routing filters working.

Currently, I have a perl script (included below) which
should always route to a single printer (for testing).
It does not work.

Any information would of great help.

Thank you,

Jeremy Baumgartner

-- Begin script
#!/usr/bin/perl

print "destination cae-170-gang\nend\n";

exit 0;
-- End script

Discussion

  • Jeremy Baumgartner

    Logged In: YES
    user_id=600963

    Here is a better description of what is happening.

    I print to cae-170-laser. That is a bounce queue to
    cae-170-router. cae-170-router should (with the above perl
    script) route the job to cae-170-gang, which is a set of 3
    printers.

    What ends up happening is the job I submit loops in the
    cae-170-router queue.

     
  • grumpf_

    grumpf_ - 2006-10-17
    • status: open --> closed
     

Log in to post a comment.