907 | | # Value can be either allow or deny or external(some command here) |
| 907 | # Value can be either 'allow' or 'deny' or 'external(some command here)' |
| 908 | # |
| 909 | # 'Allow' means that the job will be printed even if the printer, the |
| 910 | # user or this user's print quota entry on this printer doesn't exist |
| 911 | # in PyKota's database. But the job won't appear in the printing history. |
| 912 | # |
| 913 | # 'Deny' means the job will be rejected if any of these three conditions |
| 914 | # is met. |
| 915 | # |
| 916 | # 'External' means any command of your choice will be launched if any |
| 917 | # of these three conditions is met. Once your command has ended, PyKota |
| 918 | # will try again to retrieve the printer, user or user's print quota |
| 919 | # entry from its database. If it fails to find any of them again, the |
| 920 | # job will be rejected. |