diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 11:13:37 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-13 11:13:37 +0000 |
commit | 1688f43b3071b3b4d7d3a88a6ccf28c1bc3272e0 (patch) | |
tree | a1ec1b451f03d8ad7645d29bd9253d795cef1064 /test/scripts | |
parent | 21c28500c0afea85a4acc9cd2e6c816522394431 (diff) |
Better debug diagnosis of malformed IPv4 addresses.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 5 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0475 | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index f869c6da4..e73b5a84b 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -692,3 +692,8 @@ Subject: =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_i . quit **** +# Certain kind of error +exim -d -be +match_ip: 15 ${if match_ip{1.2.3.4}{1.2.3}} +match_ip: 16 ${if match_ip{1.2.3.4}{1.2.3.4/abc}} +**** diff --git a/test/scripts/0000-Basic/0475 b/test/scripts/0000-Basic/0475 index e863f07c6..1571f4e89 100644 --- a/test/scripts/0000-Basic/0475 +++ b/test/scripts/0000-Basic/0475 @@ -1,6 +1,7 @@ # malformed item in host list exim -bh V4NET.0.0.0 mail from:<> -rcpt to:<a@b> +rcpt to:<a1@b> +rcpt to:<a2@b> quit **** |