git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move QUICKACK disable as early as possible in server handling
[exim.git]
/
test
/
scripts
/
3400-plaintext
/
3409
1
# SMTP syntax errors logging
2
exim -bs
3
ehlo a.b.c
4
auth a%b
5
auth plain AHVzZXJ4AHNlY3JldA==
6
auth plain AHVzZXJ4AHNlY3JldA==
7
mail from:<x@y> auth=a+b@c.d
8
quit
9
****
10
exim -bs
11
ehlo a.b.c
12
mail from:<x@y>
13
auth plain AHVzZXJ4AHNlY3JldA==
14
quit
15
****