Skip to content

Commit 277b3aa

Browse files
committed
settings: Fix fts_decoder_script_socket_path example
1 parent 7a3a719 commit 277b3aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/settings.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,9 +1830,8 @@ See the \`decode2text.sh\` script included in Dovecot for how to use this.
18301830
Example:
18311831
18321832
\`\`\`
1833-
plugin {
1834-
fts_decoder = decode2text
1835-
}
1833+
fts_decoder_driver = script
1834+
fts_decoder_script_socket_path = decode2text
18361835
18371836
service decode2text {
18381837
executable = script /usr/lib/dovecot/decode2text.sh

0 commit comments

Comments
 (0)