Ludo', Ludovic Courtès 写道: >> (define-enumerated-field-type error-policy >> - (abort-job retry-job retry-this-job stop-printer)) >> + (abort-job retry-job retry-current-job stop-printer)) > > I’m not sure how ‘define-enumerated-field-type’ works, but > can we add a > ‘define-deprecated’ for ‘retry-this-job’ or similar? ‘retry-this-job’ was never[0] valid, so I think failing loudly is the right thing to do here. CUPS wouldn't have known what to do with it anyway. Kind regards, T G-R [0]: https://github.com/apple/cups/issues/5301