diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-30 23:57:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-30 23:57:33 +0100 |
commit | 7bdf04110b214bd964cd1b99894c42d089f40851 (patch) | |
tree | 4961d140ec52d477da4c32fea8d3a49e88649437 /test/scripts/0000-Basic | |
parent | 509a8839d50d1e688b794975378214cc201a9697 (diff) |
Taint: generate detainted $domain_data & $local_part_data from Rverify callout
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0473 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0473 b/test/scripts/0000-Basic/0473 index df613c4b7..4392c7e33 100644 --- a/test/scripts/0000-Basic/0473 +++ b/test/scripts/0000-Basic/0473 @@ -94,6 +94,7 @@ RCPT TO QUIT 250 OK **** +# A rcpt refusal exim -bs ehlo xxxx mail from:<x9@test.ex> @@ -143,6 +144,7 @@ RCPT TO QUIT 250 OK **** +# an accepted random 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 +# 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 |