summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0048
blob: 47815e80cb5fb83f2a8361b0676d102028ce5c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# pipe transport
exim -odi pipe
Some message text.
****
exim -odi prefixed+pipe
Text
****
exim -odi pipe-suffixed
Text
****
exim -odi prefixed+pipe-suffixed
Text
****
exim -DMESSAGE_LOGS=false -odi pipe
Some message text.
****