diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-03 21:36:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-05-03 21:36:14 +0100 |
commit | 187bc588ac69994548471cc4a303e77fb0e957bc (patch) | |
tree | e4d34be45fd38d252653b87686b57177469d28b0 /test/stderr/1002 | |
parent | 2335af87fd252977cdc216e7dfad7b9fbc54b7e9 (diff) |
More debug output
Diffstat (limited to 'test/stderr/1002')
-rw-r--r-- | test/stderr/1002 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stderr/1002 b/test/stderr/1002 index c1a59fded..5a91a33c2 100644 --- a/test/stderr/1002 +++ b/test/stderr/1002 @@ -8,6 +8,7 @@ >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "acl_rcpt_1" >>> processing "require" +>>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] >>> [::1] in "@ : @[]"? yes (matched "@[]") >>> require: condition test succeeded in ACL "acl_rcpt_1" @@ -15,6 +16,7 @@ >>> accept: condition test succeeded in ACL "acl_rcpt_1" >>> using ACL "acl_rcpt_6" >>> processing "require" +>>> message: domain doesn't match @mx_any/ignore=<;127.0.0.1;::1 >>> check domains = <+ @mx_any/ignore=<;127.0.0.1;::1 >>> ::1 in "<;127.0.0.1;::1"? yes (matched "::1") >>> 127.0.0.1 in "<;127.0.0.1;::1"? yes (matched "127.0.0.1") |