diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-14 15:33:40 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-14 15:33:40 +0000 |
commit | c361138493e8f0f5d6f7d66d362737d92dba1269 (patch) | |
tree | 2dd1ff51d508b0e75c32cc65dae4e801b600f655 /test | |
parent | 29f89cad0cf7be1977f6ed36d27ac9b651aec9e2 (diff) |
Add "continue" modifier.
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0023 | 1 | ||||
-rw-r--r-- | test/stderr/0023 | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/confs/0023 b/test/confs/0023 index ac6d8f7e2..17c88ff6a 100644 --- a/test/confs/0023 +++ b/test/confs/0023 @@ -51,6 +51,7 @@ acl_1_2_3: deny message = domain explicitly denied log_message = DOMAIN EXPLICITLY DENIED + continue = this value is not used domains = deny.test.ex accept domains = +local_domains diff --git a/test/stderr/0023 b/test/stderr/0023 index d54ccab12..a0b6e2aed 100644 --- a/test/stderr/0023 +++ b/test/stderr/0023 @@ -16,6 +16,7 @@ >>> test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) >>> deny: condition test failed @@ -36,6 +37,7 @@ >>> z in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> z in "deny.test.ex"? no (end of list) >>> deny: condition test failed @@ -65,6 +67,7 @@ LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <z@z> >>> test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) >>> deny: condition test failed @@ -85,6 +88,7 @@ LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <z@z> >>> test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) >>> deny: condition test failed @@ -105,6 +109,7 @@ LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <z@z> >>> relay.test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> relay.test.ex in "deny.test.ex"? no (end of list) >>> deny: condition test failed @@ -125,6 +130,7 @@ LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <z@z> >>> deny.test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> deny.test.ex in "deny.test.ex"? yes (matched "deny.test.ex") >>> deny: condition test succeeded @@ -139,6 +145,7 @@ LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <x@deny.test.ex>: DOMAIN EXPLICITLY DENIE >>> refuse.test.ex in "!wontpass"? yes (end of list) >>> require: condition test succeeded >>> processing "deny" +>>> check continue = this value is not used >>> check domains = deny.test.ex >>> refuse.test.ex in "deny.test.ex"? no (end of list) >>> deny: condition test failed |