diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-07 21:36:22 +0100 |
commit | 846430d945e9056842ad7f12f85d43435d78baf0 (patch) | |
tree | 1187ed9dc90d8231c1f52fbf72ac3a13ec359717 /test/scripts | |
parent | 2f8e6f3087227b9d30bc71862ff9f1cc3355f52d (diff) |
Log lengthy DNS lookups. Bug 514
Original by <derrick.rice@gmail.com>, massaged by JH
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0606 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0606 b/test/scripts/0000-Basic/0606 new file mode 100644 index 000000000..689978428 --- /dev/null +++ b/test/scripts/0000-Basic/0606 @@ -0,0 +1,19 @@ +# dns log long lookups +# Exim test configuration 0606 +# +munge delay_1500 +# +exim -bh 127.0.0.1 +helo test +mail from:<ralph@dustyshoes.tld> +rcpt to:<should_log@delay1500.test.ex> +quit +**** +# +# +exim -bh 127.0.0.1 +helo test +mail from:<ralph@dustyshoes.tld> +rcpt to:<should_not_log@delay500.test.ex> +quit +**** |