git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hintsdb: fix dumpdb for sqlite
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0473
diff --git
a/test/scripts/0000-Basic/0473
b/test/scripts/0000-Basic/0473
index df613c4b7ca53378be2f7e95b8de370fc5524a94..4392c7e33d247a75807cbf577198791614e88f25 100644
(file)
--- a/
test/scripts/0000-Basic/0473
+++ b/
test/scripts/0000-Basic/0473
@@
-94,6
+94,7
@@
RCPT TO
QUIT
250 OK
****
QUIT
250 OK
****
+# A rcpt refusal
exim -bs
ehlo xxxx
mail from:<x9@test.ex>
exim -bs
ehlo xxxx
mail from:<x9@test.ex>
@@
-143,6
+144,7
@@
RCPT TO
QUIT
250 OK
****
QUIT
250 OK
****
+# an accepted random
exim -DUSE_SENDER=,defer_ok,random,use_postmaster -bs
ehlo xxxx
mail from: x11@two.test.ex
exim -DUSE_SENDER=,defer_ok,random,use_postmaster -bs
ehlo xxxx
mail from: x11@two.test.ex
@@
-150,6
+152,13
@@
rcpt to: r11@two.test.ex
quit
****
dump callout
quit
****
dump callout
+# repeat from cache
+exim -DUSE_SENDER=,defer_ok,random,use_postmaster -bs
+ehlo xxxx
+mail from: x11@two.test.ex
+rcpt to: r11@two.test.ex
+quit
+****
#
# callout target dumps after random-reject
server PORT_S 2
#
# callout target dumps after random-reject
server PORT_S 2