Changes in CUPS v2.4.13 (YYYY-MM-DD)
------------------------------------
+- Updated documentation (Issue #1086)
- Updated IPP backend to try a sanitized user name if the printer/server does
not like the value (Issue #1145)
- Updated the scheduler to send the "printer-added" or "printer-modified" events
<a href="man-subscriptions.conf.html?TOPIC=Man+Pages"><b>subscriptions.conf</b>(5),</a>
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright © 2020-2023 by OpenPrinting.
+Copyright © 2020-2024 by OpenPrinting.
</body>
</html>
CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>),
RFC 2569
<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
-Copyright © 2020-2023 by OpenPrinting.
+Copyright © 2020-2024 by OpenPrinting.
</body>
</html>
is run on-demand (e.g., with <b>-l</b>).
<dt><a name="JobKillDelay"></a><b>JobKillDelay </b><i>seconds</i>
<dd style="margin-left: 5.0em">Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
-The default is "30".
+The default is "300".
<dt><a name="JobRetryInterval"></a><b>JobRetryInterval </b><i>seconds</i>
<dd style="margin-left: 5.0em">Specifies the interval between retries of jobs in seconds.
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
-The default is "30".
+The default is "300".
<dt><a name="JobRetryLimit"></a><b>JobRetryLimit </b><i>count</i>
<dd style="margin-left: 5.0em">Specifies the number of retries that are done for jobs.
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
<dt><b>match("</b><i>pattern</i><b>")</b>
<dd style="margin-left: 5.0em">True if the filename matches the given shell wildcard <i>pattern</i>.
<dt><b>ascii(</b><i>offset</i><b>,</b><i>length</i><b>)</b>
- <dd style="margin-left: 5.0em">True if the <i>length</i> bytes starting at <i>offset</i> are valid printable ASCII (CR, NL, TAB, BS, 32-126). <i>length</i> cannot exceed 8192 bytes.
+<dd style="margin-left: 5.0em">True if the <i>length</i> bytes starting at <i>offset</i> are valid printable ASCII (CR, NL, TAB, BS, 32-126).
+<i>length</i> cannot exceed 8192 bytes.
<dt><b>printable(</b><i>offset</i><b>,</b><i>length</i><b>)</b>
-<dd style="margin-left: 5.0em">True if the <i>length</i> bytes starting at <i>offset</i> are printable 8-bit chars (CR, NL, TAB, BS, 32-126, 128-254). <i>length</i> cannot exceed 8192 bytes.
+<dd style="margin-left: 5.0em">True if the <i>length</i> bytes starting at <i>offset</i> are printable 8-bit chars (CR, NL, TAB, BS, 32-126, 128-254).
+<i>length</i> cannot exceed 8192 bytes.
<dt><b>priority(</b><i>number</i><b>)</b>
<dd style="margin-left: 5.0em">Specifies the relative priority of this MIME media type.
The default priority is 100.
<dt><b>locale("</b><i>string</i><b>")</b>
<dd style="margin-left: 5.0em">True if current locale matches <i>string</i>.
<dt><b>contains(</b><i>offset</i><b>,</b><i>length</i><b>,"</b><i>string</i><b>")</b>
- <dd style="margin-left: 5.0em">True if the bytes starting at <i>offset</i> for <i>length</i> bytes contains <i>string</i>. <i>length</i> cannot exceed 8192 bytes.
+<dd style="margin-left: 5.0em">True if the bytes starting at <i>offset</i> for <i>length</i> bytes contains <i>string</i>.
+<i>length</i> cannot exceed 8192 bytes.
</dl>
<h3><a name="STRING_CONSTANTS">String Constants</a></h3>
String constants can be specified inside quotes ("") for strings containing whitespace and angle brackets (<>) for hexadecimal strings.
.BR default (1),
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
-Copyright \[co] 2020-2024 by OpenPrinting.
+Copyright \[co] 2020-2025 by OpenPrinting.
The default is "/var/run/cups" or "/etc/cups" depending on the platform.
.\"#StripUserDomain
.TP 5
-\StripUserDomain Yes\fR
+\fBStripUserDomain Yes\fR
.TP 5
-\StripUserDomain No\fR
+\fBStripUserDomain No\fR
Specifies whether to remove domain from user name during local user authentication (e.g., "user@example.com" –> "user").
This practice can be beneficial for maintaining compatibility with older versions of Kerberos.
However, enabling this option can have negative consequences.
.TP 5
\fBJobKillDelay \fIseconds\fR
Specifies the number of seconds to wait before killing the filters and backend associated with a canceled or held job.
-The default is "30".
+The default is "300".
.\"#JobRetryInterval
.TP 5
\fBJobRetryInterval \fIseconds\fR
Specifies the interval between retries of jobs in seconds.
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
-The default is "30".
+The default is "300".
.\"#JobRetryLimit
.TP 5
\fBJobRetryLimit \fIcount\fR
Specifies an alternate username.
.TP 5
\fB\-W \fIwhich-jobs\fR
-Specifies which jobs to show, "all, "successful", "completed" or "not-completed" (the default).
+Specifies which jobs to show, "all", "successful", "completed" or "not-completed" (the default).
This option \fImust\fR appear before the \fI-o\fR option and/or any printer names, otherwise the default ("not-completed") value will be used in the request to the scheduler.
.TP 5
\fB\-a \fR[\fIprinter(s)\fR]