summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0446
blob: 00e7ec6b9f2cb8c813e354e1c2c73f0787742148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $received_count
exim -odi userx
Received: the first received: line
Received: the second received: line
****
exim -odi -bs
mail from:<>
rcpt to:userx@test.ex
data
Received: the first received: line
Received: the second received: line
.
quit
****