summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0081
blob: 05c5e2d402e6facda23786293b94400e20dc8d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Concatenated headers in expansion
exim -v -odi userx
X-one: This is the first text.
To: userx
X-one: This is the second text.
From: userx
X-one: This is the third text.
Subject: testing, testing
X-one: This is the fourth text.

This is the message body.
****