From 59371ea735c941334861aa5b8e1e9a06facf044f Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 7 Feb 2006 10:54:33 +0000 Subject: Hopefully the final lot of test files. --- test/scripts/0000-Basic/0070 | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 test/scripts/0000-Basic/0070 (limited to 'test/scripts/0000-Basic/0070') diff --git a/test/scripts/0000-Basic/0070 b/test/scripts/0000-Basic/0070 new file mode 100644 index 000000000..67d53b828 --- /dev/null +++ b/test/scripts/0000-Basic/0070 @@ -0,0 +1,60 @@ +# helo_verify_hosts and helo_try_verify_hosts +exim -bh V4NET.0.0.1 +mail from: +quit +**** +exim -bh V4NET.0.0.13 +mail from: +rcpt to: +quit +**** +exim -bh V4NET.0.0.2 +helo [V4NET.0.0.1] +mail from: +rcpt to: +quit +**** +exim -bh V4NET.0.0.2 +helo [V4NET.0.0.2] +mail from: +rcpt to: +quit +**** +exim -bh V4NET.0.0.1 +helo ten-1.test.ex +quit +**** +exim -bh V4NET.0.0.3 +helo ten-3.test.ex +helo ten-3-alias.test.ex +helo ten-3xtra.test.ex +quit +**** +exim -bh V4NET.0.0.1 +ehlo rhubarb +quit +**** +# This is a special IP address that provokes a temporary lookup failure +exim -DHVH=99.99.99.99 -bh 99.99.99.99 +ehlo rhubarb +quit +**** +exim -bh V4NET.0.0.13 +helo [V4NET.0.0.99] +mail from: +rcpt to: +quit +**** +exim -bh V4NET.0.0.13 +helo [V4NET.0.0.13] +mail from: +rcpt to: +quit +**** +# Temporary lookup when not in helo_try_verify_hosts +exim -bh 99.99.99.99 +ehlo rhubarb +mail from: +rcpt to: +quit +**** -- cgit v1.2.3