aboutsummaryrefslogtreecommitdiffstats
path: root/interimap.md
diff options
context:
space:
mode:
Diffstat (limited to 'interimap.md')
-rw-r--r--interimap.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/interimap.md b/interimap.md
index 50c1832..31d7c3f 100644
--- a/interimap.md
+++ b/interimap.md
@@ -314,7 +314,9 @@ Valid options are:
: Command to use for `type=tunnel`. Must speak the [IMAP4rev1
protocol][RFC 3501] on its standard output, and understand it on its
- standard input.
+ standard input. The value is passed to `` `/bin/sh -c` `` if it
+ contains shell metacharacters; otherwise it is split into words and
+ the list is passed to `execvp`(3).
*STARTTLS*