Some test output changes caused by the addition of the DKIP lookup type.
[exim.git] / test / scripts / 3400-plaintext / 3409
CommitLineData
59371ea7
PH
1# SMTP syntax errors logging
2exim -bs
3ehlo a.b.c
4auth a%b
5auth plain AHVzZXJ4AHNlY3JldA==
6auth plain AHVzZXJ4AHNlY3JldA==
7mail from:<x@y> auth=a+b@c.d
8quit
9****
10exim -bs
11ehlo a.b.c
12mail from:<x@y>
13auth plain AHVzZXJ4AHNlY3JldA==
14quit
15****