| 304 | |
| 305 | # What should we do if the accounter's subprocess doesn't return |
| 306 | # a valid result (for example doesn't return an integer on its stdout) |
| 307 | # |
| 308 | # Valid values are : 'continue' and 'stop'. 'stop' is the default |
| 309 | # if unset. |
| 310 | # |
| 311 | # 'continue' means try to process as usual, this may introduce |
| 312 | # accounting errors and free jobs. This was the default behavior |
| 313 | # until v1.20alpha5. |
| 314 | # |
| 315 | # 'stop' means fail and stop the print queue. If an accounter |
| 316 | # error occurs, most of the time this is a misconfiguration, so |
| 317 | # stopping the print queue is usually the better thing to do |
| 318 | # until the admin has fixed the configuration. |
| 319 | # |
| 320 | # This value can be set either globally or on a per printer basis |
| 321 | # If both are defined, the printer option has priority. |
| 322 | # |
| 323 | # onaccountererror: continue |
| 324 | onaccountererror: stop |