Skip to content

Commit a64147e

Browse files
committed
docs: core: plugins: sieve_extprograms - Fix documentation of environment variables set for socket programs
1 parent dbb7b47 commit a64147e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/core/plugins/sieve_extprograms.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ and the directly executed binaries. The socket directory is searched
5050
first. Since the use of "/" in program names is prohibited, it is not
5151
possible to build a hierarchical structure.
5252

53-
Directly forked programs are executed with a limited set of environment
54-
variables: `HOME`, `USER`, `SENDER`, `RECIPIENT`, and `ORIG_RECIPIENT`.
55-
Programs executed through the script-pipe socket service currently have
56-
no environment set at all.
53+
Programs are executed with a limited set of environment variables: `HOME`,
54+
`USER`, `SENDER`, `RECIPIENT`, and `ORIG_RECIPIENT`. The
55+
[[setting,import_environment]] setting does not apply here.
5756

5857
If a shell script is expected to read a message or string data, it must
5958
fully read the provided input until the data ends with EOF, otherwise

0 commit comments

Comments
 (0)