]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/0000-Basic/0448
Debug: noutf8 selector. Bug 2324
[user/henk/code/exim.git] / test / scripts / 0000-Basic / 0448
1 # rewrite to empty sender
2 exim -f postmaster@my.domain userx
3 ****
4 exim -bs
5 ehlo x.y.z
6 mail from:<postmaster@my.domain>
7 rcpt to:<userx@test.ex>
8 data
9 1234
10 .
11 quit
12 ****
13 # This one provokes a sender verify (the above one doesn't)
14 exim -bs
15 ehlo x.y.z
16 mail from:<postmaster@my.domain>
17 rcpt to:<usery@test.ex>
18 data
19 1234
20 .
21 quit
22 ****
23 no_msglog_check