summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0448
blob: bc285603690770790c0e8f53df920620d61fcc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# rewrite to empty sender
exim -f postmaster@my.domain userx
****
exim -bs
ehlo x.y.z
mail from:<postmaster@my.domain>
rcpt to:<userx@test.ex>
data
1234
.
quit
****
# This one provokes a sender verify (the above one doesn't)
exim -bs
ehlo x.y.z
mail from:<postmaster@my.domain>
rcpt to:<usery@test.ex>
data
1234
.
quit
****
no_msglog_check