Skip to content

Commit 5dd95a5

Browse files
committed
settings: Add escaping to default values containing <>
1 parent a9a4d6a commit 5dd95a5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

data/settings.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ will generally not be useful.`
487487

488488
managesieve_notify_capability: {
489489
tags: [ 'managesieve', 'sieve' ],
490-
default: '<dynamically determined>',
490+
default: '\\<dynamically determined\\>',
491491
values: setting_types.STRING,
492492
advanced: true,
493493
text: `
@@ -630,7 +630,7 @@ would be when no discard script is configured.`
630630
sieve_extensions: {
631631
tags: [ 'sieve' ],
632632
plugin: 'sieve',
633-
default: '<see description>',
633+
default: '\\<see description\\>',
634634
values: setting_types.STRING,
635635
text: `
636636
The Sieve language extensions available to users.
@@ -2002,7 +2002,7 @@ fts_decoder_tika_url = http://tikahost:9998/tika/
20022002

20032003
textcat_config_path: {
20042004
plugin: 'fts',
2005-
default: '<textcat dir>',
2005+
default: '\\<textcat dir\\>',
20062006
values: setting_types.STRING,
20072007
seealso: [ 'language' ],
20082008
text: `
@@ -2025,7 +2025,7 @@ textcat_config_path = /usr/share/libexttextcat/fpdb.conf
20252025

20262026
language: {
20272027
plugin: 'fts',
2028-
default: '<textcat dir>',
2028+
default: '\\<textcat dir\\>',
20292029
values: setting_types.NAMED_LIST_FILTER,
20302030
dependencies: [ 'language_default' ],
20312031
seealso: [ 'textcat_config_path', '[[link,fts_tokenization]]' ],
@@ -4165,7 +4165,7 @@ This setting doesn't affect internal failures. See
41654165
},
41664166

41674167
auth_gssapi_hostname: {
4168-
default: '<name returned by gethostname()>',
4168+
default: '\\<name returned by gethostname()\\>',
41694169
values: setting_types.STRING,
41704170
text: `
41714171
This supplies the hostname to use in Generic Security Services API
@@ -4191,7 +4191,7 @@ immediate retries.`
41914191
},
41924192

41934193
auth_krb5_keytab: {
4194-
default: '<system default (e.g. /etc/krb5.keytab)>',
4194+
default: '\\<system default (e.g. /etc/krb5.keytab)\\>',
41954195
values: setting_types.STRING,
41964196
text: `
41974197
This specifies the Kerberos keytab to use for the GSSAPI mechanism.
@@ -4694,7 +4694,7 @@ Name of the dict. The [[setting,dict_driver]] setting defaults to this.`
46944694
dict_driver: {
46954695
tags: [ 'dict' ],
46964696
values: setting_types.STRING,
4697-
default: '<dict_name>',
4697+
default: '\\<dict_name\\>',
46984698
text: `
46994699
The dict driver to use. Defaults to [[setting,dict_name]].`
47004700
},
@@ -5379,7 +5379,7 @@ for HAProxy are aborted immediately.`
53795379
},
53805380

53815381
hostname: {
5382-
default: '<system\'s real [email protected]>',
5382+
default: '\\<system\'s real [email protected]\\>',
53835383
tags: [ 'submission' ],
53845384
values: setting_types.STRING,
53855385
text: `
@@ -7704,7 +7704,7 @@ automatically.`
77047704
mail_path: {
77057705
tags: [ 'mail-location' ],
77067706
values: setting_types.STRING,
7707-
default: '<specific to mail_driver setting>',
7707+
default: '\\<specific to mail_driver setting\\>',
77087708
seealso: [
77097709
'[[link,settings_variables_mail_user_variables]]',
77107710
'[[link,home_directories_for_virtual_users]]',
@@ -7744,7 +7744,7 @@ This can also be used to specify a different INBOX path with Maildir:
77447744
mail_index_path: {
77457745
tags: [ 'mail-location' ],
77467746
values: setting_types.STRING,
7747-
default: '<same as mail_path setting>',
7747+
default: '\\<same as mail_path setting\\>',
77487748
seealso: [
77497749
'[[link,design_indexes_index_format]]',
77507750
'[[link,mail_location_index_files]]',
@@ -7765,7 +7765,7 @@ The private index files are used with shared mailboxes to provide private
77657765
mail_cache_path: {
77667766
tags: [ 'mail-location' ],
77677767
values: setting_types.STRING,
7768-
default: '<same as mail_index_path setting',
7768+
default: '\\<same as mail_index_path setting\\>',
77697769
text: `
77707770
Place \`dovecot.index.cache\` files to this directory instead of among the
77717771
other index files. This may be used as an optimization to split most index
@@ -7840,7 +7840,7 @@ Specifies the filename used for storing mailbox subscriptions.`
78407840
mailbox_directory_name: {
78417841
tags: [ 'mail-location' ],
78427842
values: setting_types.STRING,
7843-
default: '<specific to mail_driver setting',
7843+
default: '\\<specific to mail_driver setting\\>',
78447844
seealso: [ 'mail_driver', 'mailbox_directory_name_legacy' ],
78457845
text: `
78467846
Specifies the directory name used for mailbox, index, and control directory
@@ -10114,7 +10114,7 @@ This setting is used for both incoming and outgoing SSL connections.`
1011410114
},
1011510115

1011610116
ssl_cipher_suites: {
10117-
default: '<OpenSSL version specific>',
10117+
default: '\\<OpenSSL version specific\\>',
1011810118
seealso: [ 'ssl', 'ssl_cipher_list', '[[link,ssl_configuration]]' ],
1011910119
values: setting_types.STRING,
1012010120
text: `
@@ -10214,7 +10214,7 @@ Which SSL crypto device to use.`
1021410214
},
1021510215

1021610216
ssl_curve_list: {
10217-
default: '<defaults from the SSL library>',
10217+
default: '\\<defaults from the SSL library\\>',
1021810218
seealso: [ 'ssl', '[[link,ssl_configuration]]' ],
1021910219
values: setting_types.STRING,
1022010220
text: `

0 commit comments

Comments
 (0)