git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: perl version oddity
[exim.git]
/
test
/
scripts
/
3400-plaintext
/
3410
1
# ACL basic auth tests
2
exim -bh 5.6.9.1
3
helo test
4
mail from:<x@y>
5
rcpt to:<x@y>
6
rset
7
ehlo rhu.barb
8
auth PLAIN AHVzZXJ4AHNlY3JldA==
9
mail from:<x@y>
10
rcpt to:<x@y>
11
quit
12
****
13
exim -bh 5.6.10.1
14
helo test
15
mail from:<x@y>
16
rcpt to:<x@y>
17
rset
18
ehlo rhu.barb
19
auth PLAIN AHVzZXJ4AHNlY3JldA==
20
mail from:<x@y>
21
rcpt to:<x@y>
22
quit
23
****
24
exim -bh 5.6.10.1
25
ehlo rhu.barb
26
auth LOGIN
27
dXNlcng=
28
c2VjcmV0
29
mail from:<x@y>
30
rcpt to:<x@y>
31
quit
32
****