projects
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Support AUTH for verify-callout and cutthrough-delivery.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0470
1
# logging repeated warning messages in ACLs
2
exim -bs
3
HELO xxx
4
MAIL FROM:<>
5
RCPT TO:<a@b.c>
6
RCPT TO:<x@y.z>
7
RSET
8
MAIL FROM:<>
9
RCPT TO:<a@b.c>
10
RCPT TO:<x@y.z>
11
QUIT
12
****