diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-24 18:48:48 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-24 18:48:48 +0000 |
commit | 7e8360e68b5372e91cc02d0450807a52f32d20da (patch) | |
tree | b3976a7127f2f96a4f95cee1079d979edb30822d /test/scripts/0000-Basic | |
parent | 6ebd79ec02c66e273975e48b481714768080790b (diff) |
Support /defer_ok on verify=reverse_host_lookup. Bug 344
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0023 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0023 b/test/scripts/0000-Basic/0023 index 51e7123d0..3c028a1f0 100644 --- a/test/scripts/0000-Basic/0023 +++ b/test/scripts/0000-Basic/0023 @@ -189,6 +189,17 @@ mail from:<> rcpt to:<x@y> quit **** +# This resolves to a name which will give `try again' when looked up +exim -bh V4NET.99.99.96 +mail from:<> +rcpt to:<x@y> +quit +**** +exim -bh V4NET.99.99.96 +mail from:<> +rcpt to:<defer_ok@y> +quit +**** exim -bh 29.29.29.29 mail from:<a@localhost> rcpt to:<x@y> |