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