From: Jeremy Harris Date: Tue, 10 Sep 2024 14:31:14 +0000 (+0100) Subject: Testsuite: output changes resulting X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/4f05f0f1dbdcfa60930e7a8182ae7756cede4314 Testsuite: output changes resulting Broken-by: 834dae55650e --- diff --git a/src/src/acl.c b/src/src/acl.c index 9eb4c133f..45438eca9 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -4595,7 +4595,7 @@ if (Ustrchr(ss, ' ') == NULL) HDEBUG(D_acl) debug_printf_indent("ACL \"%s\" is empty: implicit DENY\n", ss); return FAIL; } - acl_name = string_sprintf("ACL \"%s\"", ss); + acl_name = string_sprintf("ACL %s", ss); HDEBUG(D_acl) debug_printf_indent("using ACL \"%s\"\n", ss); } @@ -4628,7 +4628,7 @@ if (Ustrchr(ss, ' ') == NULL) acl_text[statbuf.st_size] = 0; (void)close(fd); - acl_name = string_sprintf("ACL \"%s\"", ss); + acl_name = string_sprintf("ACL %s", ss); HDEBUG(D_acl) debug_printf_indent("read ACL from file %s\n", ss); } } @@ -4669,8 +4669,12 @@ while ((acl_current = acl)) config_filename = acl->srcfile; config_lineno = acl->srcline; - HDEBUG(D_acl) debug_printf_indent("processing \"%s\" (%s %d)\n", - verbs[acl->verb], config_filename, config_lineno); + HDEBUG(D_acl) + { + debug_printf_indent("processing %s \"%s\"", acl_name, verbs[acl->verb]); + if (config_lineno) debug_printf(" (%s %d)", config_filename, config_lineno); + debug_printf("\n"); + } /* Clear out any search error message from a previous check before testing this condition. */ diff --git a/test/stderr/0002 b/test/stderr/0002 index a2c0cc657..559ec2716 100644 --- a/test/stderr/0002 +++ b/test/stderr/0002 @@ -552,7 +552,7 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect1" -processing "deny" (TESTSUITE/test-config 45) +processing ACL connect1 "deny" (TESTSUITE/test-config 45) check hosts = <\n partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch \n 1.2.3.4 host in "< partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch @@ -590,8 +590,8 @@ sender_rcvhost = ten-1.test.ex ([V4NET.0.0.1]) host in "< partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch 1.2.3.4"? yes (matched "partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch") -deny: condition test succeeded in ACL "connect1" -end of ACL "connect1": DENY +deny: condition test succeeded in ACL connect1 +end of ACL connect1: DENY SMTP>> 550 Administrative prohibition LOG: connection_reject MAIN REJECT H=ten-1.test.ex [V4NET.0.0.1] rejected connection in "connect" ACL @@ -621,7 +621,7 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect2" -processing "deny" (TESTSUITE/test-config 48) +processing ACL connect2 "deny" (TESTSUITE/test-config 48) check hosts = net-lsearch;TESTSUITE/aux-fixed/0002.lsearch host in "net-lsearch;TESTSUITE/aux-fixed/0002.lsearch"? list element: net-lsearch;TESTSUITE/aux-fixed/0002.lsearch @@ -638,8 +638,8 @@ host in "net-lsearch;TESTSUITE/aux-fixed/0002.lsearch"? creating new cache entry lookup failed host in "net-lsearch;TESTSUITE/aux-fixed/0002.lsearch"? no (end of list) -deny: condition test failed in ACL "connect2" -end of ACL "connect2": implicit DENY +deny: condition test failed in ACL connect2 +end of ACL connect2: implicit DENY SMTP>> 550 Administrative prohibition LOG: connection_reject MAIN REJECT H=[V4NET.0.0.2] rejected connection in "connect" ACL @@ -654,89 +654,89 @@ search_tidyup called >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect0" ->>> processing "accept" (TESTSUITE/test-config 42) +>>> processing ACL connect0 "accept" (TESTSUITE/test-config 42) >>> check logwrite = connection_id: $connection_id >>> = connection_id: conn1111 LOG: connection_id: conn1111 ->>> accept: condition test succeeded in ACL "connect0" ->>> end of ACL "connect0": ACCEPT +>>> accept: condition test succeeded in ACL connect0 +>>> end of ACL connect0: ACCEPT >>> test in helo_lookup_domains? >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "" LOG: 10HmaX-000000005vi-0000 Subject is: "" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaX-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<> ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "" LOG: 10HmaY-000000005vi-0000 Subject is: "" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address= ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "" LOG: 10HmaZ-000000005vi-0000 Subject is: "" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address= ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "" LOG: 10HmbA-000000005vi-0000 Subject is: "" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<> ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "" LOG: 10HmbB-000000005vi-0000 Subject is: "" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address= >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -747,30 +747,30 @@ LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: re >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect0" ->>> processing "accept" (TESTSUITE/test-config 42) +>>> processing ACL connect0 "accept" (TESTSUITE/test-config 42) >>> check logwrite = connection_id: $connection_id >>> = connection_id: conn1112 LOG: connection_id: conn1112 ->>> accept: condition test succeeded in ACL "connect0" ->>> end of ACL "connect0": ACCEPT +>>> accept: condition test succeeded in ACL connect0 +>>> end of ACL connect0: ACCEPT >>> test in helo_lookup_domains? >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: "=?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?=" LOG: 10HmbC-000000005vi-0000 Subject is: "=?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?=" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<> >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -781,30 +781,30 @@ LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: re >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect0" ->>> processing "accept" (TESTSUITE/test-config 42) +>>> processing ACL connect0 "accept" (TESTSUITE/test-config 42) >>> check logwrite = connection_id: $connection_id >>> = connection_id: conn1113 LOG: connection_id: conn1113 ->>> accept: condition test succeeded in ACL "connect0" ->>> end of ACL "connect0": ACCEPT +>>> accept: condition test succeeded in ACL connect0 +>>> end of ACL connect0: ACCEPT >>> test in helo_lookup_domains? >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 70) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 51) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 51) >>> check logwrite = Subject is: "$h_subject:" >>> = Subject is: " here we go: a string that is going to be encoded: it will go over the 75-char limit by a long way; in fact this one will go over the 150 character limit" LOG: 10HmbD-000000005vi-0000 Subject is: " here we go: a string that is going to be encoded: it will go over the 75-char limit by a long way; in fact this one will go over the 150 character limit" ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "deny" (TESTSUITE/test-config 52) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "deny" (TESTSUITE/test-config 52) >>> message: reply_address=<$reply_address> ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbD-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<> Exim version x.yz .... Hints DB: diff --git a/test/stderr/0003 b/test/stderr/0003 index e39281b37..1994f9a78 100644 --- a/test/stderr/0003 +++ b/test/stderr/0003 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> a@b.c in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -25,17 +25,17 @@ >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> a@b.c in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> a@B.C in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -43,20 +43,20 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> a@B.C in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@b.c in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -64,17 +64,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> A@b.c in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@B.C in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -82,17 +82,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> A@B.C in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@y.z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -101,17 +101,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: Y.Z >>> y.z in "Y.Z"? yes (matched "Y.Z") >>> x@y.z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "X@Y.Z") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@Y.Z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -120,17 +120,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: Y.Z >>> y.z in "Y.Z"? yes (matched "Y.Z") >>> x@Y.Z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "X@Y.Z") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@y.z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -139,17 +139,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: Y.Z >>> y.z in "Y.Z"? yes (matched "Y.Z") >>> X@y.z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "X@Y.Z") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@Y.Z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -158,34 +158,34 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: Y.Z >>> y.z in "Y.Z"? yes (matched "Y.Z") >>> X@Y.Z in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "X@Y.Z") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c >>> list element: X@Y.Z >>> list element: ^\Dx@e\.f >>> ax@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "^\Dx@e\.f") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ay@g.h in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -193,34 +193,34 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\Dx@e\.f >>> list element: ^\DY@G\.H >>> ay@g.h in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "^\DY@G\.H") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@E.F in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c >>> list element: X@Y.Z >>> list element: ^\Dx@e\.f >>> bX@E.F in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "^\Dx@e\.f") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bY@G.H in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -228,17 +228,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\Dx@e\.f >>> list element: ^\DY@G\.H >>> bY@G.H in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "^\DY@G\.H") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> 1@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -248,8 +248,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> 1@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -260,16 +260,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bz@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -279,8 +279,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bz@e.f in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -291,16 +291,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@aa.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -309,17 +309,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@aa.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@AA.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -328,17 +328,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@AA.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@bb.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -347,17 +347,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@bb.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@BB.Com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -366,17 +366,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@BB.Com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> cc@dd.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -385,17 +385,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> cc@dd.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> CC@DD.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -404,17 +404,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> CC@DD.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@Dd.Com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -424,8 +424,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@Dd.Com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -436,16 +436,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@nn.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -454,17 +454,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@nn.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@NN.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -473,17 +473,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@NN.COM in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@MM.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -492,17 +492,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@MM.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Pp@Qq.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -511,17 +511,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Pp@Qq.com in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> abcd@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -531,17 +531,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> abcd@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ABCD@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -551,17 +551,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ABCD@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -571,17 +571,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -591,17 +591,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Ay@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -611,17 +611,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Ay@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BY@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -631,17 +631,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BY@aa.bb in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> blocked@xy.zz in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -651,17 +651,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> blocked@xy.zz in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BLOCKED@zz.xy in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: a@b.c @@ -671,6 +671,6 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BLOCKED@zz.xy in "a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT diff --git a/test/stderr/0004 b/test/stderr/0004 index d53e345cd..2ab03ce0e 100644 --- a/test/stderr/0004 +++ b/test/stderr/0004 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> a@b.c in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -26,17 +26,17 @@ >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> a@b.c in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> a@B.C in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -45,20 +45,20 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> a@B.C in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "a@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@b.c in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -69,8 +69,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@b.c in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -81,16 +81,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@B.C in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -101,8 +101,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> A@B.C in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -113,16 +113,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@y.z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -133,8 +133,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@y.z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -145,16 +145,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@Y.Z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -165,8 +165,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> x@Y.Z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -177,16 +177,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@y.z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -200,8 +200,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@y.z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -212,16 +212,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@Y.Z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -235,8 +235,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> X@Y.Z in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -247,16 +247,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -264,17 +264,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: X@Y.Z >>> list element: ^\Dx@e\.f >>> ax@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "^\Dx@e\.f") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ay@g.h in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -285,8 +285,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ay@g.h in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -297,16 +297,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@E.F in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -317,8 +317,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@E.F in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -329,16 +329,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bY@G.H in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -349,8 +349,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bY@G.H in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -361,16 +361,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> 1@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -381,8 +381,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> 1@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -393,16 +393,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bz@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -413,8 +413,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bz@e.f in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -425,16 +425,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@aa.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -444,17 +444,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@aa.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@AA.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -464,17 +464,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@AA.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@bb.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -484,17 +484,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@bb.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@BB.Com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -504,17 +504,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@BB.Com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> cc@dd.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -524,17 +524,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> cc@dd.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> CC@DD.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -544,17 +544,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> CC@DD.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@Dd.Com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -565,8 +565,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@Dd.Com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -577,16 +577,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@nn.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -596,17 +596,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@nn.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Q@NN.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -616,17 +616,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Q@NN.COM in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@MM.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -636,17 +636,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@MM.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> q@mm.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -656,17 +656,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> q@mm.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Pp@Qq.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -676,17 +676,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: ^\DY@G\.H >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> Pp@Qq.com in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> abcd@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -697,8 +697,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> abcd@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -709,16 +709,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ABCD@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -729,8 +729,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ABCD@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -741,16 +741,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> AbCd@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -761,17 +761,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> AbCd@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -782,17 +782,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> ax@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -803,8 +803,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> bX@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -815,16 +815,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Ay@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -835,8 +835,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> Ay@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -847,16 +847,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BY@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -867,17 +867,17 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BY@aa.bb in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> blocked@xy.zz in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -888,8 +888,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> blocked@xy.zz in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -900,16 +900,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BLOCKED@zz.xy in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -920,8 +920,8 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BLOCKED@zz.xy in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -932,16 +932,16 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 16) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 16) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 19) >>> check senders = +caseful: a@b.c : X@Y.Z : ^\\Dx@e\\.f : ^\\DY@G\\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BlOcKeD@zz.xy in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? >>> list element: +caseful @@ -952,7 +952,7 @@ LOG: H=(test) [1.1.1.1] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain >>> BlOcKeD@zz.xy in "+caseful: a@b.c : X@Y.Z : ^\Dx@e\.f : ^\DY@G\.H :lsearch*@;TESTSUITE/aux-fixed/0003.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0003.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.1.1.1] F= rejected RCPT LOG: unexpected disconnection while reading SMTP command from (test) [1.1.1.1] D=qqs diff --git a/test/stderr/0017 b/test/stderr/0017 index 0562e1739..096035039 100644 --- a/test/stderr/0017 +++ b/test/stderr/0017 @@ -11,19 +11,19 @@ >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.random.domain received from [1.1.1.1] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 15) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? >>> list element: 10.9.8.7 >>> host in "10.9.8.7"? no (end of list) ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 18) >>> check hosts = 10.9.8.8 >>> host in "10.9.8.8"? >>> list element: 10.9.8.8 >>> host in "10.9.8.8"? no (end of list) ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "accept" (TESTSUITE/test-config 21) >>> check hosts = localhost >>> host in "localhost"? >>> list element: localhost @@ -31,8 +31,8 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> host in "localhost"? no (end of list) ->>> accept: condition test failed in ACL "check_etrn" ->>> end of ACL "check_etrn": implicit DENY +>>> accept: condition test failed in ACL check_etrn +>>> end of ACL check_etrn: implicit DENY LOG: H=[1.1.1.1] rejected ETRN some.random.domain >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -47,13 +47,13 @@ LOG: H=[1.1.1.1] rejected ETRN some.random.domain >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.domain received from [10.9.8.7] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 15) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? >>> list element: 10.9.8.7 >>> host in "10.9.8.7"? yes (matched "10.9.8.7") >>> check sender_domains = some.domain ->>> deny: condition test error in ACL "check_etrn" +>>> deny: condition test error in ACL check_etrn LOG: H=[10.9.8.7] temporarily rejected ETRN some.domain: cannot test sender_domains condition in ETRN ACL >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -68,17 +68,17 @@ LOG: H=[10.9.8.7] temporarily rejected ETRN some.domain: cannot test sender_doma >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") LOG: ETRN some.domain received from [10.9.8.8] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 15) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 15) >>> check hosts = 10.9.8.7 >>> host in "10.9.8.7"? >>> list element: 10.9.8.7 >>> host in "10.9.8.7"? no (end of list) ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 18) >>> check hosts = 10.9.8.8 >>> host in "10.9.8.8"? >>> list element: 10.9.8.8 >>> host in "10.9.8.8"? yes (matched "10.9.8.8") >>> check senders = x@y ->>> deny: condition test error in ACL "check_etrn" +>>> deny: condition test error in ACL check_etrn LOG: H=[10.9.8.8] temporarily rejected ETRN some.domain: cannot test senders condition in ETRN ACL diff --git a/test/stderr/0018 b/test/stderr/0018 index 6f2a34b3d..3fbc8d724 100644 --- a/test/stderr/0018 +++ b/test/stderr/0018 @@ -10,7 +10,7 @@ >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 17) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 17) >>> check hosts = !localhost >>> host in "!localhost"? >>> list element: !localhost @@ -18,13 +18,13 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> host in "!localhost"? no (matched "!localhost") ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "warn" (TESTSUITE/test-config 18) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "warn" (TESTSUITE/test-config 18) >>> l_message: accepted $smtp_command ->>> warn: condition test succeeded in ACL "check_etrn" +>>> warn: condition test succeeded in ACL check_etrn LOG: H=[127.0.0.1] Warning: accepted etrn #some.random.domain ->>> processing "accept" (TESTSUITE/test-config 19) ->>> accept: condition test succeeded in ACL "check_etrn" ->>> end of ACL "check_etrn": ACCEPT +>>> processing ACL check_etrn "accept" (TESTSUITE/test-config 19) +>>> accept: condition test succeeded in ACL check_etrn +>>> end of ACL check_etrn: ACCEPT >>> ETRN command is: exim -R >>> ETRN command execution skipped diff --git a/test/stderr/0020 b/test/stderr/0020 index e27c11500..e69f9b523 100644 --- a/test/stderr/0020 +++ b/test/stderr/0020 @@ -587,10 +587,10 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 24) >>> check hosts = 10.250.104.0/21 >>> host in "10.250.104.0/21"? >>> list element: 10.250.104.0/21 >>> host in "10.250.104.0/21"? yes (matched "10.250.104.0/21") ->>> accept: condition test succeeded in ACL "check_connect" ->>> end of ACL "check_connect": ACCEPT +>>> accept: condition test succeeded in ACL check_connect +>>> end of ACL check_connect: ACCEPT diff --git a/test/stderr/0021 b/test/stderr/0021 index e838cb372..e5c2123af 100644 --- a/test/stderr/0021 +++ b/test/stderr/0021 @@ -14,40 +14,40 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect" -processing "deny" (TESTSUITE/test-config 52) +processing ACL connect "deny" (TESTSUITE/test-config 52) check hosts = : 10.9.8.7 host in ": 10.9.8.7"? list element: list element: 10.9.8.7 host in ": 10.9.8.7"? no (end of list) -deny: condition test failed in ACL "connect" -processing "drop" (TESTSUITE/test-config 53) +deny: condition test failed in ACL connect +processing ACL connect "drop" (TESTSUITE/test-config 53) l_message: forcibly dropped check hosts = 10.9.8.9 host in "10.9.8.9"? list element: 10.9.8.9 host in "10.9.8.9"? no (end of list) -drop: condition test failed in ACL "connect" -processing "accept" (TESTSUITE/test-config 55) +drop: condition test failed in ACL connect +processing ACL connect "accept" (TESTSUITE/test-config 55) check logwrite = $sender_host_address accepted by connect ACL = 10.9.8.8 accepted by connect ACL LOG: MAIN 10.9.8.8 accepted by connect ACL -accept: condition test succeeded in ACL "connect" -end of ACL "connect": ACCEPT +accept: condition test succeeded in ACL connect +end of ACL connect: ACCEPT host in hosts_require_helo? list element: host in hosts_require_helo? no (end of list) using ACL "mail" -processing "warn" (TESTSUITE/test-config 63) +processing ACL mail "warn" (TESTSUITE/test-config 63) message: added header line check senders = ok@test3 bad@test1 in "ok@test3"? list element: ok@test3 address match test: subject=bad@test1 pattern=ok@test3 bad@test1 in "ok@test3"? no (end of list) -warn: condition test failed in ACL "mail" -processing "accept" (TESTSUITE/test-config 65) +warn: condition test failed in ACL mail +processing ACL mail "accept" (TESTSUITE/test-config 65) check senders = ok@test1 : ok@test3 bad@test1 in "ok@test1 : ok@test3"? list element: ok@test1 @@ -55,15 +55,15 @@ bad@test1 in "ok@test1 : ok@test3"? list element: ok@test3 address match test: subject=bad@test1 pattern=ok@test3 bad@test1 in "ok@test1 : ok@test3"? no (end of list) -accept: condition test failed in ACL "mail" -end of ACL "mail": implicit DENY +accept: condition test failed in ACL mail +end of ACL mail: implicit DENY LOG: MAIN REJECT H=[10.9.8.8] U=CALLER rejected MAIL host in hosts_require_helo? list element: host in hosts_require_helo? no (end of list) using ACL "mail" -processing "warn" (TESTSUITE/test-config 63) +processing ACL mail "warn" (TESTSUITE/test-config 63) message: added header line check senders = ok@test3 ok@test1 in "ok@test3"? @@ -73,8 +73,8 @@ ok@test1 in "ok@test3"? list element: test3 test1 in "test3"? no (end of list) ok@test1 in "ok@test3"? no (end of list) -warn: condition test failed in ACL "mail" -processing "accept" (TESTSUITE/test-config 65) +warn: condition test failed in ACL mail +processing ACL mail "accept" (TESTSUITE/test-config 65) check senders = ok@test1 : ok@test3 ok@test1 in "ok@test1 : ok@test3"? list element: ok@test1 @@ -93,10 +93,10 @@ check logwrite = :main,reject: mail accepted "$smtp_command" "$smtp_command_argu = :main,reject: mail accepted "mail from:" "" LOG: MAIN REJECT mail accepted "mail from:" "" -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT using ACL "rcpt" -processing "accept" (TESTSUITE/test-config 70) +processing ACL rcpt "accept" (TESTSUITE/test-config 70) check senders = +ok_senders ok@test1 in "+ok_senders"? list element: +ok_senders @@ -130,10 +130,10 @@ check logwrite = :panic: rcpt accepted C=$smtp_command_history = :panic: rcpt accepted C=MAIL,MAIL,RCPT LOG: PANIC rcpt accepted C=MAIL,MAIL,RCPT -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT using ACL "rcpt" -processing "accept" (TESTSUITE/test-config 70) +processing ACL rcpt "accept" (TESTSUITE/test-config 70) check senders = +ok_senders ok@test1 in "+ok_senders"? list element: +ok_senders @@ -151,8 +151,8 @@ check logwrite = :panic: rcpt accepted C=$smtp_command_history = :panic: rcpt accepted C=MAIL,MAIL,RCPT,RCPT LOG: PANIC rcpt accepted C=MAIL,MAIL,RCPT,RCPT -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT LOG: smtp_connection MAIN SMTP connection from CALLER D=qqs closed by QUIT >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>> @@ -173,32 +173,32 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect" -processing "deny" (TESTSUITE/test-config 52) +processing ACL connect "deny" (TESTSUITE/test-config 52) check hosts = : 10.9.8.7 host in ": 10.9.8.7"? list element: list element: 10.9.8.7 host in ": 10.9.8.7"? no (end of list) -deny: condition test failed in ACL "connect" -processing "drop" (TESTSUITE/test-config 53) +deny: condition test failed in ACL connect +processing ACL connect "drop" (TESTSUITE/test-config 53) l_message: forcibly dropped check hosts = 10.9.8.9 host in "10.9.8.9"? list element: 10.9.8.9 host in "10.9.8.9"? no (end of list) -drop: condition test failed in ACL "connect" -processing "accept" (TESTSUITE/test-config 55) +drop: condition test failed in ACL connect +processing ACL connect "accept" (TESTSUITE/test-config 55) check logwrite = $sender_host_address accepted by connect ACL = 10.9.8.8 accepted by connect ACL LOG: MAIN 10.9.8.8 accepted by connect ACL -accept: condition test succeeded in ACL "connect" -end of ACL "connect": ACCEPT +accept: condition test succeeded in ACL connect +end of ACL connect: ACCEPT host in hosts_require_helo? list element: host in hosts_require_helo? no (end of list) using ACL "mail" -processing "warn" (TESTSUITE/test-config 63) +processing ACL mail "warn" (TESTSUITE/test-config 63) message: added header line check senders = ok@test3 ok@test3 in "ok@test3"? @@ -208,8 +208,8 @@ ok@test3 in "ok@test3"? list element: test3 test3 in "test3"? yes (matched "test3") ok@test3 in "ok@test3"? yes (matched "ok@test3") -warn: condition test succeeded in ACL "mail" -processing "accept" (TESTSUITE/test-config 65) +warn: condition test succeeded in ACL mail +processing ACL mail "accept" (TESTSUITE/test-config 65) check senders = ok@test1 : ok@test3 ok@test3 in "ok@test1 : ok@test3"? list element: ok@test1 @@ -233,10 +233,10 @@ check logwrite = :main,reject: mail accepted "$smtp_command" "$smtp_command_argu = :main,reject: mail accepted "mail from:" "" LOG: MAIN REJECT mail accepted "mail from:" "" -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT using ACL "rcpt" -processing "accept" (TESTSUITE/test-config 70) +processing ACL rcpt "accept" (TESTSUITE/test-config 70) check senders = +ok_senders ok@test3 in "+ok_senders"? list element: +ok_senders @@ -276,8 +276,8 @@ check logwrite = :panic: rcpt accepted C=$smtp_command_history = :panic: rcpt accepted C=MAIL,RCPT LOG: PANIC rcpt accepted C=MAIL,RCPT -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT >>Headers added by MAIL or RCPT ACL: X-ACL-Warn: added header line >> diff --git a/test/stderr/0022 b/test/stderr/0022 index b803208c5..7be2959df 100644 --- a/test/stderr/0022 +++ b/test/stderr/0022 @@ -43,11 +43,11 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "warn_empty" -processing "warn" (TESTSUITE/test-config 31) -warn: condition test succeeded in ACL "warn_empty" -processing "accept" (TESTSUITE/test-config 32) -accept: condition test succeeded in ACL "warn_empty" -end of ACL "warn_empty": ACCEPT +processing ACL warn_empty "warn" (TESTSUITE/test-config 31) +warn: condition test succeeded in ACL warn_empty +processing ACL warn_empty "accept" (TESTSUITE/test-config 32) +accept: condition test succeeded in ACL warn_empty +end of ACL warn_empty: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -124,14 +124,14 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "warn_log" -processing "warn" (TESTSUITE/test-config 35) +processing ACL warn_log "warn" (TESTSUITE/test-config 35) l_message: warn log message -warn: condition test succeeded in ACL "warn_log" +warn: condition test succeeded in ACL warn_log LOG: MAIN H=(test) [V4NET.9.8.7] Warning: warn log message -processing "accept" (TESTSUITE/test-config 36) -accept: condition test succeeded in ACL "warn_log" -end of ACL "warn_log": ACCEPT +processing ACL warn_log "accept" (TESTSUITE/test-config 36) +accept: condition test succeeded in ACL warn_log +end of ACL warn_log: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -208,12 +208,12 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "warn_user" -processing "warn" (TESTSUITE/test-config 39) +processing ACL warn_user "warn" (TESTSUITE/test-config 39) message: warn user message -warn: condition test succeeded in ACL "warn_user" -processing "accept" (TESTSUITE/test-config 40) -accept: condition test succeeded in ACL "warn_user" -end of ACL "warn_user": ACCEPT +warn: condition test succeeded in ACL warn_user +processing ACL warn_user "accept" (TESTSUITE/test-config 40) +accept: condition test succeeded in ACL warn_user +end of ACL warn_user: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -265,20 +265,20 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "defer" ->>> processing "defer" (TESTSUITE/test-config 53) +>>> processing ACL defer "defer" (TESTSUITE/test-config 53) >>> message: forcibly deferred ->>> defer: condition test succeeded in ACL "defer" ->>> end of ACL "defer": DEFER +>>> defer: condition test succeeded in ACL defer +>>> end of ACL defer: DEFER LOG: H=(test) [V4NET.9.8.7] F= temporarily rejected RCPT : forcibly deferred >>> using ACL "accept" ->>> processing "accept" (TESTSUITE/test-config 26) ->>> accept: condition test succeeded in ACL "accept" ->>> end of ACL "accept": ACCEPT +>>> processing ACL accept "accept" (TESTSUITE/test-config 26) +>>> accept: condition test succeeded in ACL accept +>>> end of ACL accept: ACCEPT >>> using ACL "drop" ->>> processing "drop" (TESTSUITE/test-config 43) +>>> processing ACL drop "drop" (TESTSUITE/test-config 43) >>> message: forcibly dropped ->>> drop: condition test succeeded in ACL "drop" ->>> end of ACL "drop": DROP +>>> drop: condition test succeeded in ACL drop +>>> end of ACL drop: DROP LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : forcibly dropped LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by DROP in ACL >>> host in hosts_connection_nolog? @@ -298,13 +298,13 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "defer_senders" ->>> processing "defer" (TESTSUITE/test-config 56) +>>> processing ACL defer_senders "defer" (TESTSUITE/test-config 56) >>> check senders = : >>> in ":"? >>> list element: >>> in ":"? yes (matched "") ->>> defer: condition test succeeded in ACL "defer_senders" ->>> end of ACL "defer_senders": DEFER +>>> defer: condition test succeeded in ACL defer_senders +>>> end of ACL defer_senders: DEFER LOG: H=(test) [V4NET.9.8.7] F=<> temporarily rejected RCPT LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by QUIT >>> host in hosts_connection_nolog? @@ -324,21 +324,21 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "delay_accept" ->>> processing "accept" (TESTSUITE/test-config 59) +>>> processing ACL delay_accept "accept" (TESTSUITE/test-config 59) >>> check delay = 1s >>> delay modifier requests 1-second delay >>> delay skipped in -bh checking mode ->>> accept: condition test succeeded in ACL "delay_accept" ->>> end of ACL "delay_accept": ACCEPT +>>> accept: condition test succeeded in ACL delay_accept +>>> end of ACL delay_accept: ACCEPT >>> using ACL "delay_warn" ->>> processing "warn" (TESTSUITE/test-config 62) +>>> processing ACL delay_warn "warn" (TESTSUITE/test-config 62) >>> check delay = 1s >>> delay modifier requests 1-second delay >>> delay skipped in -bh checking mode ->>> warn: condition test succeeded in ACL "delay_warn" ->>> processing "accept" (TESTSUITE/test-config 63) ->>> accept: condition test succeeded in ACL "delay_warn" ->>> end of ACL "delay_warn": ACCEPT +>>> warn: condition test succeeded in ACL delay_warn +>>> processing ACL delay_warn "accept" (TESTSUITE/test-config 63) +>>> accept: condition test succeeded in ACL delay_warn +>>> end of ACL delay_warn: ACCEPT LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by QUIT >>> host in hosts_connection_nolog? >>> list element: @@ -357,27 +357,27 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "host_check" ->>> processing "deny" (TESTSUITE/test-config 73) +>>> processing ACL host_check "deny" (TESTSUITE/test-config 73) >>> check hosts = net-lsearch;TESTSUITE/aux-var/0022.hosts >>> host in "net-lsearch;TESTSUITE/aux-var/0022.hosts"? >>> list element: net-lsearch;TESTSUITE/aux-var/0022.hosts >>> host in "net-lsearch;TESTSUITE/aux-var/0022.hosts"? yes (matched "net-lsearch;TESTSUITE/aux-var/0022.hosts") >>> message: host data >$host_data< ->>> deny: condition test succeeded in ACL "host_check" ->>> end of ACL "host_check": DENY +>>> deny: condition test succeeded in ACL host_check +>>> end of ACL host_check: DENY LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A host-specific message< >>> using ACL "host_check" ->>> processing "deny" (TESTSUITE/test-config 73) +>>> processing ACL host_check "deny" (TESTSUITE/test-config 73) >>> check hosts = net-lsearch;TESTSUITE/aux-var/0022.hosts >>> host in "net-lsearch;TESTSUITE/aux-var/0022.hosts"? >>> list element: net-lsearch;TESTSUITE/aux-var/0022.hosts >>> host in "net-lsearch;TESTSUITE/aux-var/0022.hosts"? yes (matched "net-lsearch;TESTSUITE/aux-var/0022.hosts") >>> message: host data >$host_data< ->>> deny: condition test succeeded in ACL "host_check" ->>> end of ACL "host_check": DENY +>>> deny: condition test succeeded in ACL host_check +>>> end of ACL host_check: DENY LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A host-specific message< >>> using ACL "host_check2" ->>> processing "deny" (TESTSUITE/test-config 77) +>>> processing ACL host_check2 "deny" (TESTSUITE/test-config 77) >>> message: host data >$host_data< >>> check hosts = +some_hosts >>> host in "+some_hosts"? @@ -389,11 +389,11 @@ LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A h >>> end sublist some_hosts >>> data from lookup saved for cache for +some_hosts: key 'V4NET.9.8.7' value 'A host-specific message' >>> host in "+some_hosts"? yes (matched "+some_hosts") ->>> deny: condition test succeeded in ACL "host_check2" ->>> end of ACL "host_check2": DENY +>>> deny: condition test succeeded in ACL host_check2 +>>> end of ACL host_check2: DENY LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A host-specific message< >>> using ACL "host_check2" ->>> processing "deny" (TESTSUITE/test-config 77) +>>> processing ACL host_check2 "deny" (TESTSUITE/test-config 77) >>> message: host data >$host_data< >>> check hosts = +some_hosts >>> host in "+some_hosts"? @@ -402,8 +402,8 @@ LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A >>> cached yes match for +some_hosts >>> cached lookup data = A host-specific message >>> host in "+some_hosts"? yes (matched "+some_hosts" - cached) ->>> deny: condition test succeeded in ACL "host_check2" ->>> end of ACL "host_check2": DENY +>>> deny: condition test succeeded in ACL host_check2 +>>> end of ACL host_check2: DENY LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : host data >A host-specific message< LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by QUIT LOG: smtp_connection MAIN @@ -451,14 +451,14 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "nested_drop" ->>> processing "accept" (TESTSUITE/test-config 46) +>>> processing ACL nested_drop "accept" (TESTSUITE/test-config 46) >>> check acl = drop >>> using ACL "drop" ->>> processing "drop" (TESTSUITE/test-config 43) +>>> processing ACL drop "drop" (TESTSUITE/test-config 43) >>> message: forcibly dropped ->>> drop: condition test succeeded in ACL "drop" ->>> end of ACL "drop": DROP ->>> accept: condition test yielded "drop" in ACL "nested_drop" +>>> drop: condition test succeeded in ACL drop +>>> end of ACL drop: DROP +>>> accept: condition test yielded "drop" in ACL nested_drop >>> accept: endpass encountered - denying access LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : forcibly dropped LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by DROP in ACL @@ -479,15 +479,15 @@ LOG: SMTP connection from [V4NET.9.8.7] >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "nested_drop_require" ->>> processing "require" (TESTSUITE/test-config 50) +>>> processing ACL nested_drop_require "require" (TESTSUITE/test-config 50) >>> check acl = drop >>> using ACL "drop" ->>> processing "drop" (TESTSUITE/test-config 43) +>>> processing ACL drop "drop" (TESTSUITE/test-config 43) >>> message: forcibly dropped ->>> drop: condition test succeeded in ACL "drop" ->>> end of ACL "drop": DROP ->>> require: condition test yielded "drop" in ACL "nested_drop_require" ->>> end of ACL "nested_drop_require": not OK +>>> drop: condition test succeeded in ACL drop +>>> end of ACL drop: DROP +>>> require: condition test yielded "drop" in ACL nested_drop_require +>>> end of ACL nested_drop_require: not OK LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : forcibly dropped LOG: SMTP connection from (test) [V4NET.9.8.7] D=qqs closed by DROP in ACL diff --git a/test/stderr/0023 b/test/stderr/0023 index 78783ded6..18113e6e1 100644 --- a/test/stderr/0023 +++ b/test/stderr/0023 @@ -11,20 +11,20 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> test.ex in "!nopass"? >>> list element: !nopass >>> test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> test.ex in "!wontpass"? >>> list element: !wontpass >>> test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -32,8 +32,8 @@ >>> test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -49,23 +49,23 @@ >>> test.ex in "!refuse.test.ex"? >>> list element: !refuse.test.ex >>> test.ex in "!refuse.test.ex"? yes (end of list) ->>> accept: condition test succeeded in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": ACCEPT +>>> accept: condition test succeeded in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: ACCEPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> z in "!nopass"? >>> list element: !nopass >>> z in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> z in "!wontpass"? >>> list element: !wontpass >>> z in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -73,8 +73,8 @@ >>> z in "deny.test.ex"? >>> list element: deny.test.ex >>> z in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> z in "+local_domains"? >>> list element: +local_domains @@ -85,8 +85,8 @@ >>> z in "test.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> z in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 60) +>>> accept: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 60) >>> check domains = +relay_domains >>> z in "+relay_domains"? >>> list element: +relay_domains @@ -96,8 +96,8 @@ >>> z in "relay.test.ex"? no (end of list) >>> end sublist relay_domains >>> z in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 61) +>>> accept: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 61) >>> check domains = +relay_domains >>> z in "+relay_domains"? >>> list element: +relay_domains @@ -105,24 +105,24 @@ >>> cached no match for +relay_domains >>> cached lookup data = NULL >>> z in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": implicit DENY +>>> accept: condition test failed in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: implicit DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> test.ex in "!nopass"? >>> list element: !nopass >>> test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> test.ex in "!wontpass"? >>> list element: !wontpass >>> test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -130,8 +130,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -147,23 +147,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> test.ex in "!refuse.test.ex"? >>> list element: !refuse.test.ex >>> test.ex in "!refuse.test.ex"? yes (end of list) ->>> accept: condition test succeeded in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": ACCEPT +>>> accept: condition test succeeded in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: ACCEPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> test.ex in "!nopass"? >>> list element: !nopass >>> test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> test.ex in "!wontpass"? >>> list element: !wontpass >>> test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -171,8 +171,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> test.ex in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -188,23 +188,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> test.ex in "!refuse.test.ex"? >>> list element: !refuse.test.ex >>> test.ex in "!refuse.test.ex"? yes (end of list) ->>> accept: condition test succeeded in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": ACCEPT +>>> accept: condition test succeeded in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: ACCEPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> relay.test.ex in "!nopass"? >>> list element: !nopass >>> relay.test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> relay.test.ex in "!wontpass"? >>> list element: !wontpass >>> relay.test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -212,8 +212,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> relay.test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> relay.test.ex in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> relay.test.ex in "+local_domains"? >>> list element: +local_domains @@ -230,23 +230,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> relay.test.ex in "!refuse.test.ex"? >>> list element: !refuse.test.ex >>> relay.test.ex in "!refuse.test.ex"? yes (end of list) ->>> accept: condition test succeeded in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": ACCEPT +>>> accept: condition test succeeded in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: ACCEPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> deny.test.ex in "!nopass"? >>> list element: !nopass >>> deny.test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> deny.test.ex in "!wontpass"? >>> list element: !wontpass >>> deny.test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -254,24 +254,24 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> deny.test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> deny.test.ex in "deny.test.ex"? yes (matched "deny.test.ex") ->>> deny: condition test succeeded in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": DENY +>>> deny: condition test succeeded in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : DOMAIN EXPLICITLY DENIED >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> refuse.test.ex in "!nopass"? >>> list element: !nopass >>> refuse.test.ex in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> refuse.test.ex in "!wontpass"? >>> list element: !wontpass >>> refuse.test.ex in "!wontpass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "deny" (TESTSUITE/test-config 49) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "deny" (TESTSUITE/test-config 49) >>> message: domain explicitly denied >>> l_message: DOMAIN EXPLICITLY DENIED >>> check continue = this value is not used @@ -279,8 +279,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : DOMAIN EXPLICITL >>> refuse.test.ex in "deny.test.ex"? >>> list element: deny.test.ex >>> refuse.test.ex in "deny.test.ex"? no (end of list) ->>> deny: condition test failed in ACL "acl_1_2_3" ->>> processing "accept" (TESTSUITE/test-config 54) +>>> deny: condition test failed in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "accept" (TESTSUITE/test-config 54) >>> check domains = +local_domains >>> refuse.test.ex in "+local_domains"? >>> list element: +local_domains @@ -297,33 +297,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : DOMAIN EXPLICITL >>> refuse.test.ex in "!refuse.test.ex"? >>> list element: !refuse.test.ex >>> refuse.test.ex in "!refuse.test.ex"? no (matched "!refuse.test.ex") ->>> accept: condition test failed in ACL "acl_1_2_3" +>>> accept: condition test failed in ACL acl_1_2_3 >>> accept: endpass encountered - denying access LOG: H=(test) [1.2.3.4] F= rejected RCPT : refuse.test.ex gets refused >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> nopass in "!nopass"? >>> list element: !nopass >>> nopass in "!nopass"? no (matched "!nopass") ->>> require: condition test failed in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": not OK +>>> require: condition test failed in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: not OK LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 44) >>> check domains = !nopass >>> wontpass in "!nopass"? >>> list element: !nopass >>> wontpass in "!nopass"? yes (end of list) ->>> require: condition test succeeded in ACL "acl_1_2_3" ->>> processing "require" (TESTSUITE/test-config 46) +>>> require: condition test succeeded in ACL acl_1_2_3 +>>> processing ACL acl_1_2_3 "require" (TESTSUITE/test-config 46) >>> message: $local_part@$domain shall not pass >>> check domains = !wontpass >>> wontpass in "!wontpass"? >>> list element: !wontpass >>> wontpass in "!wontpass"? no (matched "!wontpass") ->>> require: condition test failed in ACL "acl_1_2_3" ->>> end of ACL "acl_1_2_3": not OK +>>> require: condition test failed in ACL acl_1_2_3 +>>> end of ACL acl_1_2_3: not OK LOG: H=(test) [1.2.3.4] F= rejected RCPT : x@wontpass shall not pass >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -338,16 +338,16 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : x@wontpass shall not >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_7" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> processing ACL acl_5_6_7 "accept" (TESTSUITE/test-config 64) >>> check domains = lsearch;TESTSUITE/aux-fixed/0023.doms >>> y in "lsearch;TESTSUITE/aux-fixed/0023.doms"? >>> list element: lsearch;TESTSUITE/aux-fixed/0023.doms >>> y in "lsearch;TESTSUITE/aux-fixed/0023.doms"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_7" ->>> end of ACL "acl_5_6_7": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_7 +>>> end of ACL acl_5_6_7: implicit DENY LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> using ACL "acl_5_6_7" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> processing ACL acl_5_6_7 "accept" (TESTSUITE/test-config 64) >>> check domains = lsearch;TESTSUITE/aux-fixed/0023.doms >>> test.ex in "lsearch;TESTSUITE/aux-fixed/0023.doms"? >>> list element: lsearch;TESTSUITE/aux-fixed/0023.doms @@ -357,11 +357,11 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> list element: userx >>> list element: spqr >>> x in "userx : spqr"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_7" ->>> end of ACL "acl_5_6_7": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_7 +>>> end of ACL acl_5_6_7: implicit DENY LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> using ACL "acl_5_6_7" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> processing ACL acl_5_6_7 "accept" (TESTSUITE/test-config 64) >>> check domains = lsearch;TESTSUITE/aux-fixed/0023.doms >>> test.ex in "lsearch;TESTSUITE/aux-fixed/0023.doms"? >>> list element: lsearch;TESTSUITE/aux-fixed/0023.doms @@ -370,10 +370,10 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> userx in "userx : spqr"? >>> list element: userx >>> userx in "userx : spqr"? yes (matched "userx") ->>> accept: condition test succeeded in ACL "acl_5_6_7" ->>> end of ACL "acl_5_6_7": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_7 +>>> end of ACL acl_5_6_7: ACCEPT >>> using ACL "acl_5_6_7" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> processing ACL acl_5_6_7 "accept" (TESTSUITE/test-config 64) >>> check domains = lsearch;TESTSUITE/aux-fixed/0023.doms >>> test.ex in "lsearch;TESTSUITE/aux-fixed/0023.doms"? >>> list element: lsearch;TESTSUITE/aux-fixed/0023.doms @@ -383,8 +383,8 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> list element: userx >>> list element: spqr >>> spqr in "userx : spqr"? yes (matched "spqr") ->>> accept: condition test succeeded in ACL "acl_5_6_7" ->>> end of ACL "acl_5_6_7": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_7 +>>> end of ACL acl_5_6_7: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -398,7 +398,7 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -408,10 +408,10 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> ╎host in "9.9.9.9"? yes (matched "9.9.9.9") >>> end sublist ok9_hosts >>> host in "+ok9_hosts"? yes (matched "+ok9_hosts") ->>> accept: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": ACCEPT +>>> accept: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: ACCEPT >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -419,8 +419,8 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> cached yes match for +ok9_hosts >>> cached lookup data = NULL >>> host in "+ok9_hosts"? yes (matched "+ok9_hosts" - cached) ->>> accept: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": ACCEPT +>>> accept: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -434,7 +434,7 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -444,18 +444,18 @@ LOG: H=(test) [5.6.7.8] F= rejected RCPT >>> host in "9.9.9.9"? no (end of list) >>> end sublist ok9_hosts >>> host in "+ok9_hosts"? no (end of list) ->>> accept: condition test failed in ACL "acl_9_9_9" ->>> processing "deny" (TESTSUITE/test-config 92) +>>> accept: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "deny" (TESTSUITE/test-config 92) >>> message: don't like this host >>> check hosts = 9.9.9.0/26 >>> host in "9.9.9.0/26"? >>> list element: 9.9.9.0/26 >>> host in "9.9.9.0/26"? yes (matched "9.9.9.0/26") ->>> deny: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": DENY +>>> deny: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: DENY LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -463,15 +463,15 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> cached no match for +ok9_hosts >>> cached lookup data = NULL >>> host in "+ok9_hosts"? no (end of list) ->>> accept: condition test failed in ACL "acl_9_9_9" ->>> processing "deny" (TESTSUITE/test-config 92) +>>> accept: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "deny" (TESTSUITE/test-config 92) >>> message: don't like this host >>> check hosts = 9.9.9.0/26 >>> host in "9.9.9.0/26"? >>> list element: 9.9.9.0/26 >>> host in "9.9.9.0/26"? yes (matched "9.9.9.0/26") ->>> deny: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": DENY +>>> deny: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: DENY LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -486,7 +486,7 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -496,23 +496,23 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> host in "9.9.9.9"? no (end of list) >>> end sublist ok9_hosts >>> host in "+ok9_hosts"? no (end of list) ->>> accept: condition test failed in ACL "acl_9_9_9" ->>> processing "deny" (TESTSUITE/test-config 92) +>>> accept: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "deny" (TESTSUITE/test-config 92) >>> message: don't like this host >>> check hosts = 9.9.9.0/26 >>> host in "9.9.9.0/26"? >>> list element: 9.9.9.0/26 >>> host in "9.9.9.0/26"? no (end of list) ->>> deny: condition test failed in ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 94) +>>> deny: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 94) >>> check hosts = 9.9.9.0/24 >>> host in "9.9.9.0/24"? >>> list element: 9.9.9.0/24 >>> host in "9.9.9.0/24"? yes (matched "9.9.9.0/24") ->>> accept: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": ACCEPT +>>> accept: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: ACCEPT >>> using ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 91) +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 91) >>> check hosts = +ok9_hosts >>> host in "+ok9_hosts"? >>> list element: +ok9_hosts @@ -520,21 +520,21 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> cached no match for +ok9_hosts >>> cached lookup data = NULL >>> host in "+ok9_hosts"? no (end of list) ->>> accept: condition test failed in ACL "acl_9_9_9" ->>> processing "deny" (TESTSUITE/test-config 92) +>>> accept: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "deny" (TESTSUITE/test-config 92) >>> message: don't like this host >>> check hosts = 9.9.9.0/26 >>> host in "9.9.9.0/26"? >>> list element: 9.9.9.0/26 >>> host in "9.9.9.0/26"? no (end of list) ->>> deny: condition test failed in ACL "acl_9_9_9" ->>> processing "accept" (TESTSUITE/test-config 94) +>>> deny: condition test failed in ACL acl_9_9_9 +>>> processing ACL acl_9_9_9 "accept" (TESTSUITE/test-config 94) >>> check hosts = 9.9.9.0/24 >>> host in "9.9.9.0/24"? >>> list element: 9.9.9.0/24 >>> host in "9.9.9.0/24"? yes (matched "9.9.9.0/24") ->>> accept: condition test succeeded in ACL "acl_9_9_9" ->>> end of ACL "acl_9_9_9": ACCEPT +>>> accept: condition test succeeded in ACL acl_9_9_9 +>>> end of ACL acl_9_9_9: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -548,7 +548,7 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> x@y in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -563,11 +563,11 @@ LOG: H=(test) [9.9.9.8] F= rejected RCPT : don't like this host >>> x@y in "ok@ok.ok"? no (end of list) >>> end sublist ok_senders >>> x@y in "user1@domain1 : domain2 : +ok_senders"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: implicit DENY LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> x@y in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -580,11 +580,11 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> cached no match for +ok_senders >>> cached lookup data = NULL >>> x@y in "user1@domain1 : domain2 : +ok_senders"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: implicit DENY LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> user1@domain1 in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -592,13 +592,13 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> list element: domain1 >>> domain1 in "domain1"? yes (matched "domain1") >>> user1@domain1 in "user1@domain1 : domain2 : +ok_senders"? yes (matched "user1@domain1") ->>> accept: condition test succeeded in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> user2@domain1 in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -613,11 +613,11 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> user2@domain1 in "ok@ok.ok"? no (end of list) >>> end sublist ok_senders >>> user2@domain1 in "user1@domain1 : domain2 : +ok_senders"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: implicit DENY LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> user1@domain2 in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -629,10 +629,10 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> list element: domain2 >>> domain2 in "domain2"? yes (matched "domain2") >>> user1@domain2 in "user1@domain1 : domain2 : +ok_senders"? yes (matched "domain2") ->>> accept: condition test succeeded in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: ACCEPT >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> ok@ok.ok in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -651,10 +651,10 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> end sublist ok_senders >>> data from lookup saved for cache for +ok_senders: key 'ok@ok.ok' value 'ok@ok.ok' >>> ok@ok.ok in "user1@domain1 : domain2 : +ok_senders"? yes (matched "+ok_senders") ->>> accept: condition test succeeded in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: ACCEPT >>> using ACL "acl_5_6_8" ->>> processing "accept" (TESTSUITE/test-config 68) +>>> processing ACL acl_5_6_8 "accept" (TESTSUITE/test-config 68) >>> check senders = user1@domain1 : domain2 : +ok_senders >>> ok@ok.ok in "user1@domain1 : domain2 : +ok_senders"? >>> list element: user1@domain1 @@ -667,8 +667,8 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> cached yes match for +ok_senders >>> cached lookup data = ok@ok.ok >>> ok@ok.ok in "user1@domain1 : domain2 : +ok_senders"? yes (matched "+ok_senders" - cached) ->>> accept: condition test succeeded in ACL "acl_5_6_8" ->>> end of ACL "acl_5_6_8": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_8 +>>> end of ACL acl_5_6_8: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -682,26 +682,26 @@ LOG: H=(test) [5.6.8.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_11" ->>> processing "accept" (TESTSUITE/test-config 71) +>>> processing ACL acl_5_6_11 "accept" (TESTSUITE/test-config 71) >>> check condition = ${if match{$local_part}{^x}{yes}{no}} >>> = yes ->>> accept: condition test succeeded in ACL "acl_5_6_11" ->>> end of ACL "acl_5_6_11": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_11 +>>> end of ACL acl_5_6_11: ACCEPT >>> using ACL "acl_5_6_11" ->>> processing "accept" (TESTSUITE/test-config 71) +>>> processing ACL acl_5_6_11 "accept" (TESTSUITE/test-config 71) >>> check condition = ${if match{$local_part}{^x}{yes}{no}} >>> = yes ->>> accept: condition test succeeded in ACL "acl_5_6_11" ->>> end of ACL "acl_5_6_11": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_11 +>>> end of ACL acl_5_6_11: ACCEPT >>> using ACL "acl_5_6_11" ->>> processing "accept" (TESTSUITE/test-config 71) +>>> processing ACL acl_5_6_11 "accept" (TESTSUITE/test-config 71) >>> check condition = ${if match{$local_part}{^x}{yes}{no}} >>> = no ->>> accept: condition test failed in ACL "acl_5_6_11" ->>> processing "deny" (TESTSUITE/test-config 72) +>>> accept: condition test failed in ACL acl_5_6_11 +>>> processing ACL acl_5_6_11 "deny" (TESTSUITE/test-config 72) >>> message: "local part of wrong type\n(quotes are literal) ->>> deny: condition test succeeded in ACL "acl_5_6_11" ->>> end of ACL "acl_5_6_11": DENY +>>> deny: condition test succeeded in ACL acl_5_6_11 +>>> end of ACL acl_5_6_11: DENY LOG: H=(test) [5.6.11.1] F= rejected RCPT : "local part of wrong type >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -716,7 +716,7 @@ LOG: H=(test) [5.6.11.1] F= rejected RCPT : "local part of wrong type >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 75) +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 75) >>> check hosts = 5.6.12.1 >>> host in "5.6.12.1"? >>> list element: 5.6.12.1 @@ -724,17 +724,17 @@ LOG: H=(test) [5.6.11.1] F= rejected RCPT : "local part of wrong type >>> message: failed nested acl >>> check acl = acl_5_6_12A >>> using ACL "acl_5_6_12A" ->>> processing "accept" (TESTSUITE/test-config 82) +>>> processing ACL acl_5_6_12A "accept" (TESTSUITE/test-config 82) >>> check domains = ok >>> ok in "ok"? >>> list element: ok >>> ok in "ok"? yes (matched "ok") ->>> accept: condition test succeeded in ACL "acl_5_6_12A" ->>> end of ACL "acl_5_6_12A": ACCEPT ->>> accept: condition test succeeded in ACL "acl_5_6_12" ->>> end of ACL "acl_5_6_12": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_12A +>>> end of ACL acl_5_6_12A: ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_12 +>>> end of ACL acl_5_6_12: ACCEPT >>> using ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 75) +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 75) >>> check hosts = 5.6.12.1 >>> host in "5.6.12.1"? >>> list element: 5.6.12.1 @@ -742,14 +742,14 @@ LOG: H=(test) [5.6.11.1] F= rejected RCPT : "local part of wrong type >>> message: failed nested acl >>> check acl = acl_5_6_12A >>> using ACL "acl_5_6_12A" ->>> processing "accept" (TESTSUITE/test-config 82) +>>> processing ACL acl_5_6_12A "accept" (TESTSUITE/test-config 82) >>> check domains = ok >>> y in "ok"? >>> list element: ok >>> y in "ok"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_12A" ->>> end of ACL "acl_5_6_12A": implicit DENY ->>> accept: condition test failed in ACL "acl_5_6_12" +>>> accept: condition test failed in ACL acl_5_6_12A +>>> end of ACL acl_5_6_12A: implicit DENY +>>> accept: condition test failed in ACL acl_5_6_12 >>> accept: endpass encountered - denying access LOG: H=(test) [5.6.12.1] F= rejected RCPT : failed nested acl >>> host in hosts_connection_nolog? no (option unset) @@ -765,25 +765,25 @@ LOG: H=(test) [5.6.12.1] F= rejected RCPT : failed nested acl >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 75) +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 75) >>> check hosts = 5.6.12.1 >>> host in "5.6.12.1"? >>> list element: 5.6.12.1 >>> host in "5.6.12.1"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 79) ->>> accept: condition test succeeded in ACL "acl_5_6_12" ->>> end of ACL "acl_5_6_12": ACCEPT +>>> accept: condition test failed in ACL acl_5_6_12 +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 79) +>>> accept: condition test succeeded in ACL acl_5_6_12 +>>> end of ACL acl_5_6_12: ACCEPT >>> using ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 75) +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 75) >>> check hosts = 5.6.12.1 >>> host in "5.6.12.1"? >>> list element: 5.6.12.1 >>> host in "5.6.12.1"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_12" ->>> processing "accept" (TESTSUITE/test-config 79) ->>> accept: condition test succeeded in ACL "acl_5_6_12" ->>> end of ACL "acl_5_6_12": ACCEPT +>>> accept: condition test failed in ACL acl_5_6_12 +>>> processing ACL acl_5_6_12 "accept" (TESTSUITE/test-config 79) +>>> accept: condition test succeeded in ACL acl_5_6_12 +>>> end of ACL acl_5_6_12: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -797,89 +797,89 @@ LOG: H=(test) [5.6.12.1] F= rejected RCPT : failed nested acl >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_8_8_8" ->>> processing "accept" (TESTSUITE/test-config 88) +>>> processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> check acl = acl_8_8_8 >>> using ACL "acl_8_8_8" ->>> processing "accept" (TESTSUITE/test-config 88) +>>> processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> check acl = acl_8_8_8 >>> using ACL "acl_8_8_8" ->>> processing "accept" (TESTSUITE/test-config 88) +>>> processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> check acl = acl_8_8_8 >>> using ACL "acl_8_8_8" ->>> processing "accept" (TESTSUITE/test-config 88) +>>> processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> check acl = acl_8_8_8 >>> ╎using ACL "acl_8_8_8" ->>> ╎processing "accept" (TESTSUITE/test-config 88) +>>> ╎processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎check acl = acl_8_8_8 >>> ╎ using ACL "acl_8_8_8" ->>> ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ check acl = acl_8_8_8 >>> ╎ using ACL "acl_8_8_8" ->>> ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ check acl = acl_8_8_8 >>> ╎ using ACL "acl_8_8_8" ->>> ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ check acl = acl_8_8_8 >>> ╎ ╎using ACL "acl_8_8_8" ->>> ╎ ╎processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎check acl = acl_8_8_8 >>> ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎using ACL "acl_8_8_8" ->>> ╎ ╎ ╎processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎check acl = acl_8_8_8 >>> ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ ╎using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ ╎processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ ╎check acl = acl_8_8_8 >>> ╎ ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ ╎ using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ ╎ processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ ╎ check acl = acl_8_8_8 >>> ╎ ╎ ╎ ╎ ╎using ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ ╎processing "accept" (TESTSUITE/test-config 88) +>>> ╎ ╎ ╎ ╎ ╎processing ACL acl_8_8_8 "accept" (TESTSUITE/test-config 88) >>> ╎ ╎ ╎ ╎ ╎check acl = acl_8_8_8 ->>> ╎ ╎ ╎ ╎ ╎accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ ╎accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ ╎accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ ╎accept: condition test error in ACL "acl_8_8_8" ->>> ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎ accept: condition test error in ACL "acl_8_8_8" ->>> ╎accept: condition test error in ACL "acl_8_8_8" ->>> accept: condition test error in ACL "acl_8_8_8" ->>> accept: condition test error in ACL "acl_8_8_8" ->>> accept: condition test error in ACL "acl_8_8_8" ->>> accept: condition test error in ACL "acl_8_8_8" +>>> ╎ ╎ ╎ ╎ ╎accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ ╎accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ ╎accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ ╎accept: condition test error in ACL acl_8_8_8 +>>> ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎ accept: condition test error in ACL acl_8_8_8 +>>> ╎accept: condition test error in ACL acl_8_8_8 +>>> accept: condition test error in ACL acl_8_8_8 +>>> accept: condition test error in ACL acl_8_8_8 +>>> accept: condition test error in ACL acl_8_8_8 +>>> accept: condition test error in ACL acl_8_8_8 LOG: H=(test) [8.8.8.8] F= temporarily rejected RCPT : ACL nested too deep: possible loop >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -894,10 +894,10 @@ LOG: H=(test) [8.8.8.8] F= temporarily rejected RCPT : ACL nested too >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_13" ->>> processing "accept" (TESTSUITE/test-config 85) +>>> processing ACL acl_5_6_13 "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> read ACL from file TESTSUITE/aux-fixed/0023.acl1 ->>> processing "accept" (TESTSUITE/test-config 272) +>>> processing ACL TESTSUITE/aux-fixed/0023.acl1 "accept" (TESTSUITE/test-config 85) >>> check domains = y >>> y in "y"? >>> list element: y @@ -906,15 +906,15 @@ LOG: H=(test) [8.8.8.8] F= temporarily rejected RCPT : ACL nested too >>> x in "x"? >>> list element: x >>> x in "x"? yes (matched "x") ->>> accept: condition test succeeded in ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> end of ACL "TESTSUITE/aux-fixed/0023.acl1": ACCEPT ->>> accept: condition test succeeded in ACL "acl_5_6_13" ->>> end of ACL "acl_5_6_13": ACCEPT +>>> accept: condition test succeeded in ACL TESTSUITE/aux-fixed/0023.acl1 +>>> end of ACL TESTSUITE/aux-fixed/0023.acl1: ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_13 +>>> end of ACL acl_5_6_13: ACCEPT >>> using ACL "acl_5_6_13" ->>> processing "accept" (TESTSUITE/test-config 85) +>>> processing ACL acl_5_6_13 "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> using ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> processing "accept" (TESTSUITE/test-config 272) +>>> processing ACL TESTSUITE/aux-fixed/0023.acl1 "accept" (TESTSUITE/test-config 85) >>> check domains = y >>> y in "y"? >>> list element: y @@ -923,16 +923,16 @@ LOG: H=(test) [8.8.8.8] F= temporarily rejected RCPT : ACL nested too >>> x1 in "x"? >>> list element: x >>> x1 in "x"? no (end of list) ->>> accept: condition test failed in ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> end of ACL "TESTSUITE/aux-fixed/0023.acl1": implicit DENY ->>> accept: condition test failed in ACL "acl_5_6_13" ->>> end of ACL "acl_5_6_13": implicit DENY +>>> accept: condition test failed in ACL TESTSUITE/aux-fixed/0023.acl1 +>>> end of ACL TESTSUITE/aux-fixed/0023.acl1: implicit DENY +>>> accept: condition test failed in ACL acl_5_6_13 +>>> end of ACL acl_5_6_13: implicit DENY LOG: H=(test) [5.6.13.1] F= rejected RCPT >>> using ACL "acl_5_6_13" ->>> processing "accept" (TESTSUITE/test-config 85) +>>> processing ACL acl_5_6_13 "accept" (TESTSUITE/test-config 85) >>> check acl = TESTSUITE/aux-fixed/0023.acl1 >>> using ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> processing "accept" (TESTSUITE/test-config 272) +>>> processing ACL TESTSUITE/aux-fixed/0023.acl1 "accept" (TESTSUITE/test-config 85) >>> check domains = y >>> y in "y"? >>> list element: y @@ -941,10 +941,10 @@ LOG: H=(test) [5.6.13.1] F= rejected RCPT >>> x2 in "x"? >>> list element: x >>> x2 in "x"? no (end of list) ->>> accept: condition test failed in ACL "TESTSUITE/aux-fixed/0023.acl1" ->>> end of ACL "TESTSUITE/aux-fixed/0023.acl1": implicit DENY ->>> accept: condition test failed in ACL "acl_5_6_13" ->>> end of ACL "acl_5_6_13": implicit DENY +>>> accept: condition test failed in ACL TESTSUITE/aux-fixed/0023.acl1 +>>> end of ACL TESTSUITE/aux-fixed/0023.acl1: implicit DENY +>>> accept: condition test failed in ACL acl_5_6_13 +>>> end of ACL acl_5_6_13: implicit DENY LOG: H=(test) [5.6.13.1] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -959,7 +959,7 @@ LOG: H=(test) [5.6.13.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_11_12" ->>> processing "deny" (TESTSUITE/test-config 105) +>>> processing ACL acl_V4NET_11_12 "deny" (TESTSUITE/test-config 105) >>> message: host in DNS list $dnslist_domain: $dnslist_text >>> l_message: DNSLIST ($dnslist_domain: $dnslist_text) >>> check dnslists = rbl.test.ex @@ -968,11 +968,11 @@ LOG: H=(test) [5.6.13.1] F= rejected RCPT >>> dnslists: wrote cache entry, ttl=3 >>> DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.13 is listed at rbl.test.ex ->>> deny: condition test succeeded in ACL "acl_V4NET_11_12" ->>> end of ACL "acl_V4NET_11_12": DENY +>>> deny: condition test succeeded in ACL acl_V4NET_11_12 +>>> end of ACL acl_V4NET_11_12: DENY LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.ex: This is a test blacklisting message) >>> using ACL "acl_V4NET_11_12" ->>> processing "deny" (TESTSUITE/test-config 105) +>>> processing ACL acl_V4NET_11_12 "deny" (TESTSUITE/test-config 105) >>> message: host in DNS list $dnslist_domain: $dnslist_text >>> l_message: DNSLIST ($dnslist_domain: $dnslist_text) >>> check dnslists = rbl.test.ex @@ -980,8 +980,8 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.13 is listed at rbl.test.ex ->>> deny: condition test succeeded in ACL "acl_V4NET_11_12" ->>> end of ACL "acl_V4NET_11_12": DENY +>>> deny: condition test succeeded in ACL acl_V4NET_11_12 +>>> end of ACL acl_V4NET_11_12: DENY LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.ex: This is a test blacklisting message) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -996,7 +996,7 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.e >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_11_12" ->>> processing "deny" (TESTSUITE/test-config 105) +>>> processing ACL acl_V4NET_11_12 "deny" (TESTSUITE/test-config 105) >>> message: host in DNS list $dnslist_domain: $dnslist_text >>> l_message: DNSLIST ($dnslist_domain: $dnslist_text) >>> check dnslists = rbl.test.ex @@ -1005,12 +1005,12 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.e >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 12.12.11.V4NET.rbl.test.ex failed >>> => that means V4NET.11.12.12 is not listed at rbl.test.ex ->>> deny: condition test failed in ACL "acl_V4NET_11_12" ->>> processing "accept" (TESTSUITE/test-config 108) ->>> accept: condition test succeeded in ACL "acl_V4NET_11_12" ->>> end of ACL "acl_V4NET_11_12": ACCEPT +>>> deny: condition test failed in ACL acl_V4NET_11_12 +>>> processing ACL acl_V4NET_11_12 "accept" (TESTSUITE/test-config 108) +>>> accept: condition test succeeded in ACL acl_V4NET_11_12 +>>> end of ACL acl_V4NET_11_12: ACCEPT >>> using ACL "acl_V4NET_11_12" ->>> processing "deny" (TESTSUITE/test-config 105) +>>> processing ACL acl_V4NET_11_12 "deny" (TESTSUITE/test-config 105) >>> message: host in DNS list $dnslist_domain: $dnslist_text >>> l_message: DNSLIST ($dnslist_domain: $dnslist_text) >>> check dnslists = rbl.test.ex @@ -1018,10 +1018,10 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.e >>> dnslists: using result of previous lookup >>> DNS lookup for 12.12.11.V4NET.rbl.test.ex failed >>> => that means V4NET.11.12.12 is not listed at rbl.test.ex ->>> deny: condition test failed in ACL "acl_V4NET_11_12" ->>> processing "accept" (TESTSUITE/test-config 108) ->>> accept: condition test succeeded in ACL "acl_V4NET_11_12" ->>> end of ACL "acl_V4NET_11_12": ACCEPT +>>> deny: condition test failed in ACL acl_V4NET_11_12 +>>> processing ACL acl_V4NET_11_12 "accept" (TESTSUITE/test-config 108) +>>> accept: condition test succeeded in ACL acl_V4NET_11_12 +>>> end of ACL acl_V4NET_11_12: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1035,7 +1035,7 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.e >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_20_20_20" ->>> processing "accept" (TESTSUITE/test-config 111) +>>> processing ACL acl_20_20_20 "accept" (TESTSUITE/test-config 111) >>> message: sender verify failure >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -1052,16 +1052,16 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : DNSLIST (rbl.test.e >>> x in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_20_20_20" +>>> accept: condition test failed in ACL acl_20_20_20 >>> accept: endpass encountered - denying access LOG: H=(test) [20.20.20.20] sender verify fail for : Unrouteable address LOG: H=(test) [20.20.20.20] F= rejected RCPT : Sender verify failed >>> using ACL "acl_20_20_20" ->>> processing "accept" (TESTSUITE/test-config 111) +>>> processing ACL acl_20_20_20 "accept" (TESTSUITE/test-config 111) >>> message: sender verify failure >>> check verify = sender >>> using cached sender verify result ->>> accept: condition test failed in ACL "acl_20_20_20" +>>> accept: condition test failed in ACL acl_20_20_20 >>> accept: endpass encountered - denying access LOG: H=(test) [20.20.20.20] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -1077,7 +1077,7 @@ LOG: H=(test) [20.20.20.20] F= rejected RCPT : Sender verify failed >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_20_20_20" ->>> processing "accept" (TESTSUITE/test-config 111) +>>> processing ACL acl_20_20_20 "accept" (TESTSUITE/test-config 111) >>> message: sender verify failure >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -1107,11 +1107,11 @@ LOG: H=(test) [20.20.20.20] F= rejected RCPT : Sender verify failed >>> x1 in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_20_20_20" +>>> accept: condition test failed in ACL acl_20_20_20 >>> accept: endpass encountered - denying access LOG: H=(test) [20.20.20.20] F= rejected RCPT : Unrouteable address >>> using ACL "acl_20_20_20" ->>> processing "accept" (TESTSUITE/test-config 111) +>>> processing ACL acl_20_20_20 "accept" (TESTSUITE/test-config 111) >>> message: sender verify failure >>> check verify = sender >>> using cached sender verify result @@ -1128,8 +1128,8 @@ LOG: H=(test) [20.20.20.20] F= rejected RCPT : Unrouteable addres >>> calling r1 router >>> routed by r1 router >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "acl_20_20_20" ->>> end of ACL "acl_20_20_20": ACCEPT +>>> accept: condition test succeeded in ACL acl_20_20_20 +>>> end of ACL acl_20_20_20: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1143,7 +1143,7 @@ LOG: H=(test) [20.20.20.20] F= rejected RCPT : Unrouteable addres >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@y @@ -1171,11 +1171,11 @@ LOG: H=(test) [20.20.20.20] F= rejected RCPT : Unrouteable addres >>> x1 in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": implicit DENY +>>> accept: condition test failed in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: implicit DENY LOG: H=(test) [21.21.21.21] F= rejected RCPT : Unrouteable address >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> using cached sender verify result >>> check verify = recipient @@ -1190,10 +1190,10 @@ LOG: H=(test) [21.21.21.21] F= rejected RCPT : Unrouteable addres >>> calling r1 router >>> routed by r1 router >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": ACCEPT +>>> accept: condition test succeeded in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: ACCEPT >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> using cached sender verify result >>> check verify = recipient @@ -1212,11 +1212,11 @@ LOG: H=(test) [21.21.21.21] F= rejected RCPT : Unrouteable addres >>> calling r2 router >>> r2 router forced address failure >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": implicit DENY +>>> accept: condition test failed in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: implicit DENY LOG: H=(test) [21.21.21.21] F= rejected RCPT : here is a fail message >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@y @@ -1232,22 +1232,22 @@ LOG: H=(test) [21.21.21.21] F= rejected RCPT : here is a fail m >>> x in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": implicit DENY +>>> accept: condition test failed in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: implicit DENY LOG: H=(test) [21.21.21.21] sender verify fail for : Unrouteable address LOG: H=(test) [21.21.21.21] F= rejected RCPT : Sender verify failed >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> using cached sender verify result ->>> accept: condition test failed in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": implicit DENY +>>> accept: condition test failed in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: implicit DENY LOG: H=(test) [21.21.21.21] F= rejected RCPT : Sender verify failed >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "acl_21_21_21" ->>> processing "accept" (TESTSUITE/test-config 118) +>>> processing ACL acl_21_21_21 "accept" (TESTSUITE/test-config 118) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing fail@y @@ -1264,8 +1264,8 @@ LOG: H=(test) [21.21.21.21] F= rejected RCPT : Sender verify failed >>> calling r2 router >>> r2 router forced address failure >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_21_21_21" ->>> end of ACL "acl_21_21_21": implicit DENY +>>> accept: condition test failed in ACL acl_21_21_21 +>>> end of ACL acl_21_21_21: implicit DENY LOG: H=(test) [21.21.21.21] sender verify fail for : here is a fail message LOG: H=(test) [21.21.21.21] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -1281,16 +1281,16 @@ LOG: H=(test) [21.21.21.21] F= rejected RCPT : Sender verify failed >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_22_22_22" ->>> processing "accept" (TESTSUITE/test-config 123) +>>> processing ACL acl_22_22_22 "accept" (TESTSUITE/test-config 123) >>> check recipients = x@y >>> userx@y in "x@y"? >>> list element: x@y >>> userx@y in "x@y"? no (end of list) ->>> accept: condition test failed in ACL "acl_22_22_22" ->>> end of ACL "acl_22_22_22": implicit DENY +>>> accept: condition test failed in ACL acl_22_22_22 +>>> end of ACL acl_22_22_22: implicit DENY LOG: H=(test) [22.22.22.22] F= rejected RCPT >>> using ACL "acl_22_22_22" ->>> processing "accept" (TESTSUITE/test-config 123) +>>> processing ACL acl_22_22_22 "accept" (TESTSUITE/test-config 123) >>> check recipients = x@y >>> x@y in "x@y"? >>> list element: x@y @@ -1298,8 +1298,8 @@ LOG: H=(test) [22.22.22.22] F= rejected RCPT >>> list element: y >>> y in "y"? yes (matched "y") >>> x@y in "x@y"? yes (matched "x@y") ->>> accept: condition test succeeded in ACL "acl_22_22_22" ->>> end of ACL "acl_22_22_22": ACCEPT +>>> accept: condition test succeeded in ACL acl_22_22_22 +>>> end of ACL acl_22_22_22: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1313,7 +1313,7 @@ LOG: H=(test) [22.22.22.22] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_23_23_23" ->>> processing "deny" (TESTSUITE/test-config 126) +>>> processing ACL acl_23_23_23 "deny" (TESTSUITE/test-config 126) >>> check hosts = 23.23.23.0 >>> host in "23.23.23.0"? >>> list element: 23.23.23.0 @@ -1334,12 +1334,12 @@ LOG: H=(test) [22.22.22.22] F= rejected RCPT >>> x in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "acl_23_23_23" ->>> end of ACL "acl_23_23_23": DENY +>>> deny: condition test succeeded in ACL acl_23_23_23 +>>> end of ACL acl_23_23_23: DENY LOG: H=(test) [23.23.23.0] sender verify fail for : Unrouteable address LOG: H=(test) [23.23.23.0] F= rejected RCPT : Sender verify failed >>> using ACL "acl_23_23_23" ->>> processing "deny" (TESTSUITE/test-config 126) +>>> processing ACL acl_23_23_23 "deny" (TESTSUITE/test-config 126) >>> check hosts = 23.23.23.0 >>> host in "23.23.23.0"? >>> list element: 23.23.23.0 @@ -1357,10 +1357,10 @@ LOG: H=(test) [23.23.23.0] F= rejected RCPT : Sender verify failed >>> calling r1 router >>> routed by r1 router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "acl_23_23_23" ->>> processing "accept" (TESTSUITE/test-config 129) ->>> accept: condition test succeeded in ACL "acl_23_23_23" ->>> end of ACL "acl_23_23_23": ACCEPT +>>> deny: condition test failed in ACL acl_23_23_23 +>>> processing ACL acl_23_23_23 "accept" (TESTSUITE/test-config 129) +>>> accept: condition test succeeded in ACL acl_23_23_23 +>>> end of ACL acl_23_23_23: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1374,15 +1374,15 @@ LOG: H=(test) [23.23.23.0] F= rejected RCPT : Sender verify failed >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_23_23_23" ->>> processing "deny" (TESTSUITE/test-config 126) +>>> processing ACL acl_23_23_23 "deny" (TESTSUITE/test-config 126) >>> check hosts = 23.23.23.0 >>> host in "23.23.23.0"? >>> list element: 23.23.23.0 >>> host in "23.23.23.0"? no (end of list) ->>> deny: condition test failed in ACL "acl_23_23_23" ->>> processing "accept" (TESTSUITE/test-config 129) ->>> accept: condition test succeeded in ACL "acl_23_23_23" ->>> end of ACL "acl_23_23_23": ACCEPT +>>> deny: condition test failed in ACL acl_23_23_23 +>>> processing ACL acl_23_23_23 "accept" (TESTSUITE/test-config 129) +>>> accept: condition test succeeded in ACL acl_23_23_23 +>>> end of ACL acl_23_23_23: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1396,11 +1396,11 @@ LOG: H=(test) [23.23.23.0] F= rejected RCPT : Sender verify failed >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_24_24_24" ->>> processing "warn" (TESTSUITE/test-config 132) +>>> processing ACL acl_24_24_24 "warn" (TESTSUITE/test-config 132) >>> message: X-Warn: sender didn't verify >>> check condition = yes ->>> warn: condition test succeeded in ACL "acl_24_24_24" ->>> end of ACL "acl_24_24_24": implicit DENY +>>> warn: condition test succeeded in ACL acl_24_24_24 +>>> end of ACL acl_24_24_24: implicit DENY LOG: H=(test) [24.24.24.24] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1415,14 +1415,14 @@ LOG: H=(test) [24.24.24.24] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_25_25_25" ->>> processing "deny" (TESTSUITE/test-config 136) +>>> processing ACL acl_25_25_25 "deny" (TESTSUITE/test-config 136) >>> message: denying domains=x >>> check domains = x >>> y in "x"? >>> list element: x >>> y in "x"? no (end of list) ->>> deny: condition test failed in ACL "acl_25_25_25" ->>> end of ACL "acl_25_25_25": implicit DENY +>>> deny: condition test failed in ACL acl_25_25_25 +>>> end of ACL acl_25_25_25: implicit DENY LOG: H=(test) [25.25.25.25] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1437,7 +1437,7 @@ LOG: H=(test) [25.25.25.25] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_26_26_26" ->>> processing "deny" (TESTSUITE/test-config 140) +>>> processing ACL acl_26_26_26 "deny" (TESTSUITE/test-config 140) >>> check senders = : >>> in ":"? >>> list element: @@ -1445,12 +1445,12 @@ LOG: H=(test) [25.25.25.25] F= rejected RCPT >>> message: bounce messages can have only one recipient >>> check condition = ${if > {$recipients_count}{0}{yes}{no}} >>> = no ->>> deny: condition test failed in ACL "acl_26_26_26" ->>> processing "accept" (TESTSUITE/test-config 143) ->>> accept: condition test succeeded in ACL "acl_26_26_26" ->>> end of ACL "acl_26_26_26": ACCEPT +>>> deny: condition test failed in ACL acl_26_26_26 +>>> processing ACL acl_26_26_26 "accept" (TESTSUITE/test-config 143) +>>> accept: condition test succeeded in ACL acl_26_26_26 +>>> end of ACL acl_26_26_26: ACCEPT >>> using ACL "acl_26_26_26" ->>> processing "deny" (TESTSUITE/test-config 140) +>>> processing ACL acl_26_26_26 "deny" (TESTSUITE/test-config 140) >>> check senders = : >>> in ":"? >>> list element: @@ -1458,11 +1458,11 @@ LOG: H=(test) [25.25.25.25] F= rejected RCPT >>> message: bounce messages can have only one recipient >>> check condition = ${if > {$recipients_count}{0}{yes}{no}} >>> = yes ->>> deny: condition test succeeded in ACL "acl_26_26_26" ->>> end of ACL "acl_26_26_26": DENY +>>> deny: condition test succeeded in ACL acl_26_26_26 +>>> end of ACL acl_26_26_26: DENY LOG: H=(test) [26.26.26.26] F=<> rejected RCPT : bounce messages can have only one recipient >>> using ACL "acl_26_26_26" ->>> processing "deny" (TESTSUITE/test-config 140) +>>> processing ACL acl_26_26_26 "deny" (TESTSUITE/test-config 140) >>> check senders = : >>> in ":"? >>> list element: @@ -1470,8 +1470,8 @@ LOG: H=(test) [26.26.26.26] F=<> rejected RCPT : bounce messages can have o >>> message: bounce messages can have only one recipient >>> check condition = ${if > {$recipients_count}{0}{yes}{no}} >>> = yes ->>> deny: condition test succeeded in ACL "acl_26_26_26" ->>> end of ACL "acl_26_26_26": DENY +>>> deny: condition test succeeded in ACL acl_26_26_26 +>>> end of ACL acl_26_26_26: DENY LOG: H=(test) [26.26.26.26] F=<> rejected RCPT : bounce messages can have only one recipient >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1486,13 +1486,13 @@ LOG: H=(test) [26.26.26.26] F=<> rejected RCPT : bounce messages can have o >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_27_27_27" ->>> processing "deny" (TESTSUITE/test-config 147) +>>> processing ACL acl_27_27_27 "deny" (TESTSUITE/test-config 147) >>> check hosts = ${if eq {1}{0}{}fail} >>> expansion of "${if eq {1}{0}{}fail}" forced failure: assume not in this list ->>> deny: condition test failed in ACL "acl_27_27_27" ->>> processing "accept" (TESTSUITE/test-config 148) ->>> accept: condition test succeeded in ACL "acl_27_27_27" ->>> end of ACL "acl_27_27_27": ACCEPT +>>> deny: condition test failed in ACL acl_27_27_27 +>>> processing ACL acl_27_27_27 "accept" (TESTSUITE/test-config 148) +>>> accept: condition test succeeded in ACL acl_27_27_27 +>>> end of ACL acl_27_27_27: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1506,34 +1506,34 @@ LOG: H=(test) [26.26.26.26] F=<> rejected RCPT : bounce messages can have o >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_28_28_28" ->>> processing "accept" (TESTSUITE/test-config 151) +>>> processing ACL acl_28_28_28 "accept" (TESTSUITE/test-config 151) >>> check sender_domains = : okdomain >>> in ": okdomain"? >>> list element: >>> in ": okdomain"? yes (matched "") ->>> accept: condition test succeeded in ACL "acl_28_28_28" ->>> end of ACL "acl_28_28_28": ACCEPT +>>> accept: condition test succeeded in ACL acl_28_28_28 +>>> end of ACL acl_28_28_28: ACCEPT >>> using ACL "acl_28_28_28" ->>> processing "accept" (TESTSUITE/test-config 151) +>>> processing ACL acl_28_28_28 "accept" (TESTSUITE/test-config 151) >>> check sender_domains = : okdomain >>> okdomain in ": okdomain"? >>> list element: >>> list element: okdomain >>> okdomain in ": okdomain"? yes (matched "okdomain") ->>> accept: condition test succeeded in ACL "acl_28_28_28" ->>> end of ACL "acl_28_28_28": ACCEPT +>>> accept: condition test succeeded in ACL acl_28_28_28 +>>> end of ACL acl_28_28_28: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "acl_28_28_28" ->>> processing "accept" (TESTSUITE/test-config 151) +>>> processing ACL acl_28_28_28 "accept" (TESTSUITE/test-config 151) >>> check sender_domains = : okdomain >>> baddomain in ": okdomain"? >>> list element: >>> list element: okdomain >>> baddomain in ": okdomain"? no (end of list) ->>> accept: condition test failed in ACL "acl_28_28_28" ->>> end of ACL "acl_28_28_28": implicit DENY +>>> accept: condition test failed in ACL acl_28_28_28 +>>> end of ACL acl_28_28_28: implicit DENY LOG: H=(test) [28.28.28.28] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1548,7 +1548,7 @@ LOG: H=(test) [28.28.28.28] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_0_0" ->>> processing "require" (TESTSUITE/test-config 97) +>>> processing ACL acl_V4NET_0_0 "require" (TESTSUITE/test-config 97) >>> check verify = reverse_host_lookup >>> looking up host name to force name/address consistency check >>> looking up host name for V4NET.0.0.3 @@ -1566,10 +1566,10 @@ LOG: H=(test) [28.28.28.28] F= rejected RCPT >>> ten-3-alias.test.ex not in empty list (option unset? cannot trace name) >>> checking addresses for ten-3-alias.test.ex >>> V4NET.0.0.3 OK ->>> require: condition test succeeded in ACL "acl_V4NET_0_0" ->>> processing "accept" (TESTSUITE/test-config 98) ->>> accept: condition test succeeded in ACL "acl_V4NET_0_0" ->>> end of ACL "acl_V4NET_0_0": ACCEPT +>>> require: condition test succeeded in ACL acl_V4NET_0_0 +>>> processing ACL acl_V4NET_0_0 "accept" (TESTSUITE/test-config 98) +>>> accept: condition test succeeded in ACL acl_V4NET_0_0 +>>> end of ACL acl_V4NET_0_0: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1583,13 +1583,13 @@ LOG: H=(test) [28.28.28.28] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_0_0" ->>> processing "require" (TESTSUITE/test-config 97) +>>> processing ACL acl_V4NET_0_0 "require" (TESTSUITE/test-config 97) >>> check verify = reverse_host_lookup >>> looking up host name to force name/address consistency check >>> looking up host name for V4NET.0.0.97 LOG: no host name found for IP address V4NET.0.0.97 ->>> require: condition test failed in ACL "acl_V4NET_0_0" ->>> end of ACL "acl_V4NET_0_0": not OK +>>> require: condition test failed in ACL acl_V4NET_0_0 +>>> end of ACL acl_V4NET_0_0: not OK LOG: H=(test) [V4NET.0.0.97] F=<> rejected RCPT : host lookup failed for reverse lookup check (failed to find host name from IP address) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1604,13 +1604,13 @@ LOG: H=(test) [V4NET.0.0.97] F=<> rejected RCPT : host lookup failed for re >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_99_99" ->>> processing "accept" (TESTSUITE/test-config 100) +>>> processing ACL acl_V4NET_99_99 "accept" (TESTSUITE/test-config 100) >>> check local_parts = defer_ok >>> x in "defer_ok"? >>> list element: defer_ok >>> x in "defer_ok"? no (end of list) ->>> accept: condition test failed in ACL "acl_V4NET_99_99" ->>> processing "accept" (TESTSUITE/test-config 102) +>>> accept: condition test failed in ACL acl_V4NET_99_99 +>>> processing ACL acl_V4NET_99_99 "accept" (TESTSUITE/test-config 102) >>> check verify = reverse_host_lookup >>> looking up host name to force name/address consistency check >>> looking up host name for V4NET.99.99.96 @@ -1621,7 +1621,7 @@ LOG: H=(test) [V4NET.0.0.97] F=<> rejected RCPT : host lookup failed for re >>> x.test.again.dns not in empty list (option unset? cannot trace name) >>> x.test.again.dns in dns_again_means_nonexist? no (option unset) >>> temporary error for host name lookup ->>> accept: condition test deferred in ACL "acl_V4NET_99_99" +>>> accept: condition test deferred in ACL acl_V4NET_99_99 LOG: H=(test) [V4NET.99.99.96] F=<> temporarily rejected RCPT : host lookup deferred for reverse lookup check >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1636,7 +1636,7 @@ LOG: H=(test) [V4NET.99.99.96] F=<> temporarily rejected RCPT : host lookup >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_99_99" ->>> processing "accept" (TESTSUITE/test-config 100) +>>> processing ACL acl_V4NET_99_99 "accept" (TESTSUITE/test-config 100) >>> check local_parts = defer_ok >>> defer_ok in "defer_ok"? >>> list element: defer_ok @@ -1651,8 +1651,8 @@ LOG: H=(test) [V4NET.99.99.96] F=<> temporarily rejected RCPT : host lookup >>> x.test.again.dns not in empty list (option unset? cannot trace name) >>> x.test.again.dns in dns_again_means_nonexist? no (option unset) >>> temporary error for host name lookup ->>> accept: condition test succeeded in ACL "acl_V4NET_99_99" ->>> end of ACL "acl_V4NET_99_99": ACCEPT +>>> accept: condition test succeeded in ACL acl_V4NET_99_99 +>>> end of ACL acl_V4NET_99_99: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1666,7 +1666,7 @@ LOG: H=(test) [V4NET.99.99.96] F=<> temporarily rejected RCPT : host lookup >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_29_29_29" ->>> processing "deny" (TESTSUITE/test-config 154) +>>> processing ACL acl_29_29_29 "deny" (TESTSUITE/test-config 154) >>> check dnslists = test.ex/$sender_address_domain >>> = test.ex/localhost >>> dnslists check: test.ex/localhost @@ -1674,11 +1674,11 @@ LOG: H=(test) [V4NET.99.99.96] F=<> temporarily rejected RCPT : host lookup >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for localhost.test.ex succeeded (yielding 127.0.0.1) >>> => that means localhost is listed at test.ex ->>> deny: condition test succeeded in ACL "acl_29_29_29" ->>> end of ACL "acl_29_29_29": DENY +>>> deny: condition test succeeded in ACL acl_29_29_29 +>>> end of ACL acl_29_29_29: DENY LOG: H=(test) [29.29.29.29] F= rejected RCPT >>> using ACL "acl_29_29_29" ->>> processing "deny" (TESTSUITE/test-config 154) +>>> processing ACL acl_29_29_29 "deny" (TESTSUITE/test-config 154) >>> check dnslists = test.ex/$sender_address_domain >>> = test.ex/elsewhere >>> dnslists check: test.ex/elsewhere @@ -1686,10 +1686,10 @@ LOG: H=(test) [29.29.29.29] F= rejected RCPT >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for elsewhere.test.ex failed >>> => that means elsewhere is not listed at test.ex ->>> deny: condition test failed in ACL "acl_29_29_29" ->>> processing "accept" (TESTSUITE/test-config 155) ->>> accept: condition test succeeded in ACL "acl_29_29_29" ->>> end of ACL "acl_29_29_29": ACCEPT +>>> deny: condition test failed in ACL acl_29_29_29 +>>> processing ACL acl_29_29_29 "accept" (TESTSUITE/test-config 155) +>>> accept: condition test succeeded in ACL acl_29_29_29 +>>> end of ACL acl_29_29_29: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1703,7 +1703,7 @@ LOG: H=(test) [29.29.29.29] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_30_30_30" ->>> processing "deny" (TESTSUITE/test-config 161) +>>> processing ACL acl_30_30_30 "deny" (TESTSUITE/test-config 161) >>> message: domain=$dnslist_domain\nvalue=$dnslist_value\nmatched=$dnslist_matched\ntext="$dnslist_text" >>> check dnslists = test.ex=V4NET.0.0.1,127.0.0.2/$sender_address_domain >>> = test.ex=V4NET.0.0.1,127.0.0.2/ten-1 @@ -1712,11 +1712,11 @@ LOG: H=(test) [29.29.29.29] F= rejected RCPT >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for ten-1.test.ex succeeded (yielding V4NET.0.0.1) >>> => that means ten-1 is listed at test.ex ->>> deny: condition test succeeded in ACL "acl_30_30_30" ->>> end of ACL "acl_30_30_30": DENY +>>> deny: condition test succeeded in ACL acl_30_30_30 +>>> end of ACL acl_30_30_30: DENY LOG: H=(test) [30.30.30.30] F= rejected RCPT : domain=test.ex >>> using ACL "acl_30_30_30" ->>> processing "deny" (TESTSUITE/test-config 161) +>>> processing ACL acl_30_30_30 "deny" (TESTSUITE/test-config 161) >>> message: domain=$dnslist_domain\nvalue=$dnslist_value\nmatched=$dnslist_matched\ntext="$dnslist_text" >>> check dnslists = test.ex=V4NET.0.0.1,127.0.0.2/$sender_address_domain >>> = test.ex=V4NET.0.0.1,127.0.0.2/ten-2 @@ -1726,15 +1726,15 @@ LOG: H=(test) [30.30.30.30] F= rejected RCPT : domain=test.ex >>> DNS lookup for ten-2.test.ex succeeded (yielding V4NET.0.0.2) >>> => but we are not accepting this block class because >>> => there was no match for =V4NET.0.0.1,127.0.0.2 ->>> deny: condition test failed in ACL "acl_30_30_30" ->>> processing "accept" (TESTSUITE/test-config 163) ->>> accept: condition test succeeded in ACL "acl_30_30_30" ->>> end of ACL "acl_30_30_30": ACCEPT +>>> deny: condition test failed in ACL acl_30_30_30 +>>> processing ACL acl_30_30_30 "accept" (TESTSUITE/test-config 163) +>>> accept: condition test succeeded in ACL acl_30_30_30 +>>> end of ACL acl_30_30_30: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "acl_30_30_30" ->>> processing "deny" (TESTSUITE/test-config 161) +>>> processing ACL acl_30_30_30 "deny" (TESTSUITE/test-config 161) >>> message: domain=$dnslist_domain\nvalue=$dnslist_value\nmatched=$dnslist_matched\ntext="$dnslist_text" >>> check dnslists = test.ex=V4NET.0.0.1,127.0.0.2/$sender_address_domain >>> = test.ex=V4NET.0.0.1,127.0.0.2/13.12.11.V4NET.rbl @@ -1743,8 +1743,8 @@ LOG: H=(test) [30.30.30.30] F= rejected RCPT : domain=test.ex >>> dnslists: wrote cache entry, ttl=3 >>> DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means 13.12.11.V4NET.rbl is listed at test.ex ->>> deny: condition test succeeded in ACL "acl_30_30_30" ->>> end of ACL "acl_30_30_30": DENY +>>> deny: condition test succeeded in ACL acl_30_30_30 +>>> end of ACL acl_30_30_30: DENY LOG: H=(test) [30.30.30.30] F= rejected RCPT : domain=test.ex >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -1759,15 +1759,15 @@ LOG: H=(test) [30.30.30.30] F= rejected RCPT : domain >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_31_31_31" ->>> processing "deny" (TESTSUITE/test-config 167) +>>> processing ACL acl_31_31_31 "deny" (TESTSUITE/test-config 167) >>> check dnslists = test.ex/$sender_address_domain+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+END >>> = test.ex/y+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+END >>> dnslists check: test.ex/y+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+END LOG: dnslist query is too long (ignored): y+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+extra+END.test.ex... ->>> deny: condition test failed in ACL "acl_31_31_31" ->>> processing "accept" (TESTSUITE/test-config 168) ->>> accept: condition test succeeded in ACL "acl_31_31_31" ->>> end of ACL "acl_31_31_31": ACCEPT +>>> deny: condition test failed in ACL acl_31_31_31 +>>> processing ACL acl_31_31_31 "accept" (TESTSUITE/test-config 168) +>>> accept: condition test succeeded in ACL acl_31_31_31 +>>> end of ACL acl_31_31_31: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1781,7 +1781,7 @@ LOG: dnslist query is too long (ignored): y+extra+extra+extra+extra+extra+extra+ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_33_33_33" ->>> processing "accept" (TESTSUITE/test-config 184) +>>> processing ACL acl_33_33_33 "accept" (TESTSUITE/test-config 184) >>> message: sender verify failure >>> check verify = sender/no_details >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -1798,15 +1798,15 @@ LOG: dnslist query is too long (ignored): y+extra+extra+extra+extra+extra+extra+ >>> x in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "acl_33_33_33" +>>> accept: condition test failed in ACL acl_33_33_33 >>> accept: endpass encountered - denying access LOG: H=(test) [33.33.33.33] F= rejected RCPT : Sender verify failed >>> using ACL "acl_33_33_33" ->>> processing "accept" (TESTSUITE/test-config 184) +>>> processing ACL acl_33_33_33 "accept" (TESTSUITE/test-config 184) >>> message: sender verify failure >>> check verify = sender/no_details >>> using cached sender verify result ->>> accept: condition test failed in ACL "acl_33_33_33" +>>> accept: condition test failed in ACL acl_33_33_33 >>> accept: endpass encountered - denying access LOG: H=(test) [33.33.33.33] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -1822,40 +1822,40 @@ LOG: H=(test) [33.33.33.33] F= rejected RCPT : Sender verify failed >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_44_44_44" ->>> processing "warn" (TESTSUITE/test-config 192) +>>> processing ACL acl_44_44_44 "warn" (TESTSUITE/test-config 192) >>> check dnslists = test.again.dns >>> dnslists check: test.again.dns >>> new DNS lookup for 1.44.44.44.test.again.dns >>> 1.44.44.44.test.again.dns in dns_again_means_nonexist? no (option unset) >>> dnslists: wrote cache entry, ttl=3600 LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed not in list ->>> warn: condition test failed in ACL "acl_44_44_44" ->>> processing "warn" (TESTSUITE/test-config 193) +>>> warn: condition test failed in ACL acl_44_44_44 +>>> processing ACL acl_44_44_44 "warn" (TESTSUITE/test-config 193) >>> check dnslists = +include_unknown : test.again.dns >>> dnslists check: +include_unknown >>> dnslists check: test.again.dns >>> dnslists: using result of previous lookup LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed in list >>> => that means 44.44.44.1 is listed at test.again.dns ->>> warn: condition test succeeded in ACL "acl_44_44_44" ->>> processing "warn" (TESTSUITE/test-config 194) +>>> warn: condition test succeeded in ACL acl_44_44_44 +>>> processing ACL acl_44_44_44 "warn" (TESTSUITE/test-config 194) >>> check dnslists = +exclude_unknown : test.again.dns >>> dnslists check: +exclude_unknown >>> dnslists check: test.again.dns >>> dnslists: using result of previous lookup LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed not in list ->>> warn: condition test failed in ACL "acl_44_44_44" ->>> processing "warn" (TESTSUITE/test-config 195) +>>> warn: condition test failed in ACL acl_44_44_44 +>>> processing ACL acl_44_44_44 "warn" (TESTSUITE/test-config 195) >>> check dnslists = +defer_unknown : test.again.dns >>> dnslists check: +defer_unknown >>> dnslists check: test.again.dns >>> dnslists: using result of previous lookup LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: returned DEFER ->>> warn: condition test deferred in ACL "acl_44_44_44" +>>> warn: condition test deferred in ACL acl_44_44_44 LOG: H=(test) [44.44.44.1] Warning: ACL "warn" statement skipped: condition test deferred ->>> processing "accept" (TESTSUITE/test-config 196) ->>> accept: condition test succeeded in ACL "acl_44_44_44" ->>> end of ACL "acl_44_44_44": ACCEPT +>>> processing ACL acl_44_44_44 "accept" (TESTSUITE/test-config 196) +>>> accept: condition test succeeded in ACL acl_44_44_44 +>>> end of ACL acl_44_44_44: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -1869,23 +1869,23 @@ LOG: H=(test) [44.44.44.1] Warning: ACL "warn" statement skipped: condition test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_60_60_60" ->>> processing "accept" (TESTSUITE/test-config 226) +>>> processing ACL acl_60_60_60 "accept" (TESTSUITE/test-config 226) >>> check !acl = TESTSUITE/aux-fixed/0023.acl2 >>> read ACL from file TESTSUITE/aux-fixed/0023.acl2 ->>> processing "accept" (TESTSUITE/test-config 272) +>>> processing ACL TESTSUITE/aux-fixed/0023.acl2 "accept" (TESTSUITE/test-config 226) >>> check domains = b >>> y in "b"? >>> list element: b >>> y in "b"? no (end of list) ->>> accept: condition test failed in ACL "TESTSUITE/aux-fixed/0023.acl2" ->>> end of ACL "TESTSUITE/aux-fixed/0023.acl2": implicit DENY ->>> accept: condition test succeeded in ACL "acl_60_60_60" ->>> end of ACL "acl_60_60_60": ACCEPT +>>> accept: condition test failed in ACL TESTSUITE/aux-fixed/0023.acl2 +>>> end of ACL TESTSUITE/aux-fixed/0023.acl2: implicit DENY +>>> accept: condition test succeeded in ACL acl_60_60_60 +>>> end of ACL acl_60_60_60: ACCEPT >>> using ACL "acl_60_60_60" ->>> processing "accept" (TESTSUITE/test-config 226) +>>> processing ACL acl_60_60_60 "accept" (TESTSUITE/test-config 226) >>> check !acl = TESTSUITE/aux-fixed/0023.acl2 >>> using ACL "TESTSUITE/aux-fixed/0023.acl2" ->>> processing "accept" (TESTSUITE/test-config 272) +>>> processing ACL TESTSUITE/aux-fixed/0023.acl2 "accept" (TESTSUITE/test-config 226) >>> check domains = b >>> b in "b"? >>> list element: b @@ -1894,8 +1894,8 @@ LOG: H=(test) [44.44.44.1] Warning: ACL "warn" statement skipped: condition test >>> a in "a"? >>> list element: a >>> a in "a"? yes (matched "a") ->>> accept: condition test succeeded in ACL "TESTSUITE/aux-fixed/0023.acl2" ->>> end of ACL "TESTSUITE/aux-fixed/0023.acl2": ACCEPT ->>> accept: condition test failed in ACL "acl_60_60_60" ->>> end of ACL "acl_60_60_60": implicit DENY +>>> accept: condition test succeeded in ACL TESTSUITE/aux-fixed/0023.acl2 +>>> end of ACL TESTSUITE/aux-fixed/0023.acl2: ACCEPT +>>> accept: condition test failed in ACL acl_60_60_60 +>>> end of ACL acl_60_60_60: implicit DENY LOG: H=(test) [60.60.60.60] F= rejected RCPT diff --git a/test/stderr/0026 b/test/stderr/0026 index 8fdd0ef01..4226765d4 100644 --- a/test/stderr/0026 +++ b/test/stderr/0026 @@ -10,26 +10,26 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 61) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmbI-000000005vi-0000 qualify/rewrite: domain missing or malformed >>> using ACL "acl_data" ->>> processing "deny" (TESTSUITE/test-config 21) +>>> processing ACL acl_data "deny" (TESTSUITE/test-config 21) >>> l_message: body contains trigger >>> check condition = ${if match{$message_body}{trigger}{yes}{no}} >>> = no ->>> deny: condition test failed in ACL "acl_data" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> deny: condition test failed in ACL acl_data +>>> processing ACL acl_data "warn" (TESTSUITE/test-config 23) >>> check logwrite = \$h_from: '$h_from:' >>> = $h_from: '@' LOG: 10HmbI-000000005vi-0000 $h_from: '@' ->>> warn: condition test succeeded in ACL "acl_data" ->>> processing "require" (TESTSUITE/test-config 24) +>>> warn: condition test succeeded in ACL acl_data +>>> processing ACL acl_data "require" (TESTSUITE/test-config 24) >>> check verify = header_syntax ->>> require: condition test failed in ACL "acl_data" ->>> end of ACL "acl_data": not OK +>>> require: condition test failed in ACL acl_data +>>> end of ACL acl_data: not OK LOG: 10HmbI-000000005vi-0000 H=(test) [10.0.0.0] F= rejected after DATA: domain missing or malformed: failing address in "From:" header is: @ >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -43,15 +43,15 @@ LOG: 10HmbI-000000005vi-0000 H=(test) [10.0.0.0] F= rejected after DATA: do >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 61) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "acl_data" ->>> processing "deny" (TESTSUITE/test-config 21) +>>> processing ACL acl_data "deny" (TESTSUITE/test-config 21) >>> l_message: body contains trigger >>> check condition = ${if match{$message_body}{trigger}{yes}{no}} >>> = yes ->>> deny: condition test succeeded in ACL "acl_data" ->>> end of ACL "acl_data": DENY +>>> deny: condition test succeeded in ACL acl_data +>>> end of ACL acl_data: DENY LOG: 10HmbJ-000000005vi-0000 H=(test) [10.0.0.0] F= rejected after DATA: body contains trigger diff --git a/test/stderr/0038 b/test/stderr/0038 index f6b3ea23b..7f236acca 100644 --- a/test/stderr/0038 +++ b/test/stderr/0038 @@ -19,7 +19,7 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/strict >>> ratelimit condition count=1 0.0/1h/per_mail/V4NET.9.8.7 >>> ratelimit creating new rate data block @@ -27,23 +27,23 @@ >>> ratelimit db updated >>> ratelimit computed rate 1.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" +>>> warn: condition test succeeded in ACL check_rcpt LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=1.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_byte/strict >>> ratelimit condition count=19 0.0/1h/per_mail/V4NET.9.8.7 >>> ratelimit found pre-computed rate 1.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmaX-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] Warning: DATA: sender_rate=1.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaX-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -66,30 +66,30 @@ LOG: 10HmaX-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/strict >>> ratelimit condition count=1 0.0/1h/per_mail/V4NET.9.8.7 >>> ratelimit found key in database >>> ratelimit db updated >>> ratelimit computed rate 2.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" +>>> warn: condition test succeeded in ACL check_rcpt LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=2.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_byte/strict >>> ratelimit condition count=19 0.0/1h/per_mail/V4NET.9.8.7 >>> ratelimit found pre-computed rate 2.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmaY-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] Warning: DATA: sender_rate=2.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaY-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -112,7 +112,7 @@ LOG: 10HmaY-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/per_conn/strict >>> ratelimit condition count=1 0.0/1h/per_conn/V4NET.9.8.7 >>> ratelimit creating new rate data block @@ -120,23 +120,23 @@ LOG: 10HmaY-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> ratelimit db updated >>> ratelimit computed rate 1.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" +>>> warn: condition test succeeded in ACL check_rcpt LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=1.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_conn/strict >>> ratelimit condition count=1 0.0/1h/per_conn/V4NET.9.8.7 >>> ratelimit found pre-computed rate 1.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmaZ-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] Warning: DATA: sender_rate=1.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmaZ-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -159,30 +159,30 @@ LOG: 10HmaZ-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/per_conn/strict >>> ratelimit condition count=1 0.0/1h/per_conn/V4NET.9.8.7 >>> ratelimit found key in database >>> ratelimit db updated >>> ratelimit computed rate 2.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" +>>> warn: condition test succeeded in ACL check_rcpt LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=2.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_conn/strict >>> ratelimit condition count=1 0.0/1h/per_conn/V4NET.9.8.7 >>> ratelimit found pre-computed rate 2.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmbA-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] Warning: DATA: sender_rate=2.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbA-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -205,7 +205,7 @@ LOG: 10HmbA-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/per_rcpt >>> ratelimit condition count=1 0.0/1h/per_rcpt/V4NET.9.8.7 >>> ratelimit creating new rate data block @@ -213,13 +213,13 @@ LOG: 10HmbA-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> ratelimit db not updated: over the limit, but leaky >>> ratelimit computed rate 1.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" +>>> warn: condition test succeeded in ACL check_rcpt LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=1.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/per_rcpt >>> ratelimit condition count=1 0.0/1h/per_rcpt/V4NET.9.8.7 >>> ratelimit creating new rate data block @@ -227,12 +227,12 @@ LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=1.0 sender_rate_limit= >>> ratelimit db not updated: over the limit, but leaky >>> ratelimit computed rate 1.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> warn: condition test succeeded in ACL check_rcpt +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> using ACL "check_rcpt" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> processing ACL check_rcpt "warn" (TESTSUITE/test-config 23) >>> check ratelimit = 0/1h/per_rcpt >>> ratelimit condition count=1 0.0/1h/per_rcpt/V4NET.9.8.7 >>> ratelimit creating new rate data block @@ -240,24 +240,24 @@ LOG: H=(test.ex) [V4NET.9.8.7] Warning: RCPT: sender_rate=1.0 sender_rate_limit= >>> ratelimit db not updated: over the limit, but leaky >>> ratelimit computed rate 1.0 >>> l_message: RCPT: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_rcpt" ->>> processing "accept" (TESTSUITE/test-config 28) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> warn: condition test succeeded in ACL check_rcpt +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 28) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_conn >>> ratelimit condition count=1 0.0/1h/per_conn/V4NET.9.8.7 >>> ratelimit found key in database >>> ratelimit db not updated: over the limit, but leaky >>> ratelimit computed rate 3.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmbB-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] Warning: DATA: sender_rate=3.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbB-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -280,42 +280,42 @@ LOG: 10HmbB-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt2" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> processing ACL check_rcpt2 "warn" (TESTSUITE/test-config 31) >>> check ratelimit = 1/1m/per_rcpt/noupdate >>> ratelimit condition count=0 1.0/1m/per_rcpt/V4NET.9.8.6 >>> ratelimit creating new rate data block >>> ratelimit initializing new key's rate data >>> ratelimit db not updated: readonly mode >>> ratelimit computed rate 0.0 ->>> warn: condition test failed in ACL "check_rcpt2" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> warn: condition test failed in ACL check_rcpt2 +>>> processing ACL check_rcpt2 "warn" (TESTSUITE/test-config 37) >>> check ratelimit = 1/1m/per_rcpt >>> ratelimit condition count=1 1.0/1m/per_rcpt/V4NET.9.8.6 >>> ratelimit found pre-computed rate 0.0 ->>> warn: condition test failed in ACL "check_rcpt2" ->>> processing "accept" (TESTSUITE/test-config 43) ->>> accept: condition test succeeded in ACL "check_rcpt2" ->>> end of ACL "check_rcpt2": ACCEPT +>>> warn: condition test failed in ACL check_rcpt2 +>>> processing ACL check_rcpt2 "accept" (TESTSUITE/test-config 43) +>>> accept: condition test succeeded in ACL check_rcpt2 +>>> end of ACL check_rcpt2: ACCEPT >>> using ACL "check_rcpt2" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> processing ACL check_rcpt2 "warn" (TESTSUITE/test-config 31) >>> check ratelimit = 1/1m/per_rcpt/noupdate >>> ratelimit condition count=0 1.0/1m/per_rcpt/V4NET.9.8.6 >>> ratelimit creating new rate data block >>> ratelimit initializing new key's rate data >>> ratelimit db not updated: readonly mode >>> ratelimit computed rate 0.0 ->>> warn: condition test failed in ACL "check_rcpt2" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> warn: condition test failed in ACL check_rcpt2 +>>> processing ACL check_rcpt2 "warn" (TESTSUITE/test-config 37) >>> check ratelimit = 1/1m/per_rcpt >>> ratelimit condition count=1 1.0/1m/per_rcpt/V4NET.9.8.6 >>> ratelimit found pre-computed rate 0.0 ->>> warn: condition test failed in ACL "check_rcpt2" ->>> processing "accept" (TESTSUITE/test-config 43) ->>> accept: condition test succeeded in ACL "check_rcpt2" ->>> end of ACL "check_rcpt2": ACCEPT +>>> warn: condition test failed in ACL check_rcpt2 +>>> processing ACL check_rcpt2 "accept" (TESTSUITE/test-config 43) +>>> accept: condition test succeeded in ACL check_rcpt2 +>>> end of ACL check_rcpt2: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 46) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 46) >>> check ratelimit = 0/1h/per_byte/strict >>> ratelimit condition count=19 0.0/1h/per_mail/V4NET.9.8.6 >>> ratelimit creating new rate data block @@ -323,9 +323,9 @@ LOG: 10HmbB-000000005vi-0000 H=(test.ex) [V4NET.9.8.7] F=<> rejected after DATA >>> ratelimit db updated >>> ratelimit computed rate 19.0 >>> l_message: DATA: sender_rate=$sender_rate sender_rate_limit=$sender_rate_limit sender_rate_period=$sender_rate_period ->>> warn: condition test succeeded in ACL "check_data" +>>> warn: condition test succeeded in ACL check_data LOG: 10HmbC-000000005vi-0000 H=(test.ex) [V4NET.9.8.6] Warning: DATA: sender_rate=19.0 sender_rate_limit=0 sender_rate_period=1h ->>> processing "deny" (TESTSUITE/test-config 51) ->>> deny: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": DENY +>>> processing ACL check_data "deny" (TESTSUITE/test-config 51) +>>> deny: condition test succeeded in ACL check_data +>>> end of ACL check_data: DENY LOG: 10HmbC-000000005vi-0000 H=(test.ex) [V4NET.9.8.6] F=<> rejected after DATA diff --git a/test/stderr/0041 b/test/stderr/0041 index 8ffd7dbb1..7837bc016 100644 --- a/test/stderr/0041 +++ b/test/stderr/0041 @@ -12,50 +12,50 @@ >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 22) >>> check local_parts = hardfail >>> userx in "hardfail"? >>> list element: hardfail >>> userx in "hardfail"? no (end of list) ->>> deny: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> deny: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 24) >>> check local_parts = acceptable >>> userx in "acceptable"? >>> list element: acceptable >>> userx in "acceptable"? no (end of list) ->>> accept: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 25) >>> check local_parts = ok_with_dom >>> userx in "ok_with_dom"? >>> list element: ok_with_dom >>> userx in "ok_with_dom"? no (end of list) ->>> accept: condition test failed in ACL "check_vrfy" ->>> end of ACL "check_vrfy": implicit DENY +>>> accept: condition test failed in ACL check_vrfy +>>> end of ACL check_vrfy: implicit DENY LOG: H=[1.1.1.1] rejected VRFY userx@test.ex >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 22) >>> check local_parts = hardfail >>> hardfail in "hardfail"? >>> list element: hardfail >>> hardfail in "hardfail"? yes (matched "hardfail") >>> message: 599 custom reject ->>> deny: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": DENY +>>> deny: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: DENY LOG: H=[1.1.1.1] rejected VRFY hardfail@test.ex: 599 custom reject >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 22) >>> check local_parts = hardfail >>> ok_with_dom in "hardfail"? >>> list element: hardfail >>> ok_with_dom in "hardfail"? no (end of list) ->>> deny: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> deny: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 24) >>> check local_parts = acceptable >>> ok_with_dom in "acceptable"? >>> list element: acceptable >>> ok_with_dom in "acceptable"? no (end of list) ->>> accept: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 25) >>> check local_parts = ok_with_dom >>> ok_with_dom in "ok_with_dom"? >>> list element: ok_with_dom @@ -64,8 +64,8 @@ LOG: H=[1.1.1.1] rejected VRFY hardfail@test.ex: 599 custom reject >>> test.ex in "test.ex"? >>> list element: test.ex >>> test.ex in "test.ex"? yes (matched "test.ex") ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing ok_with_dom@test.ex >>> calling system_aliases router @@ -77,13 +77,13 @@ LOG: H=[1.1.1.1] rejected VRFY hardfail@test.ex: 599 custom reject >>> calling localuser router >>> routed by localuser router >>> using ACL "check_expn" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> processing ACL check_expn "accept" (TESTSUITE/test-config 29) >>> check hosts = 2.2.2.2 >>> host in "2.2.2.2"? >>> list element: 2.2.2.2 >>> host in "2.2.2.2"? no (end of list) ->>> accept: condition test failed in ACL "check_expn" ->>> end of ACL "check_expn": implicit DENY +>>> accept: condition test failed in ACL check_expn +>>> end of ACL check_expn: implicit DENY LOG: H=[1.1.1.1] rejected EXPN postmaster >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -99,19 +99,19 @@ LOG: H=[1.1.1.1] rejected EXPN postmaster >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 22) >>> check local_parts = hardfail >>> acceptable in "hardfail"? >>> list element: hardfail >>> acceptable in "hardfail"? no (end of list) ->>> deny: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> deny: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 24) >>> check local_parts = acceptable >>> acceptable in "acceptable"? >>> list element: acceptable >>> acceptable in "acceptable"? yes (matched "acceptable") ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing acceptable@test.ex >>> calling system_aliases router @@ -137,13 +137,13 @@ LOG: H=[1.1.1.1] rejected EXPN postmaster >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_expn" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> processing ACL check_expn "accept" (TESTSUITE/test-config 29) >>> check hosts = 2.2.2.2 >>> host in "2.2.2.2"? >>> list element: 2.2.2.2 >>> host in "2.2.2.2"? yes (matched "2.2.2.2") ->>> accept: condition test succeeded in ACL "check_expn" ->>> end of ACL "check_expn": ACCEPT +>>> accept: condition test succeeded in ACL check_expn +>>> end of ACL check_expn: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list@test.ex >>> calling system_aliases router diff --git a/test/stderr/0042 b/test/stderr/0042 index cb999fb99..7032757bb 100644 --- a/test/stderr/0042 +++ b/test/stderr/0042 @@ -9,7 +9,7 @@ >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") ->>> processing "accept" (TESTSUITE/test-config 47) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -31,7 +31,7 @@ >>> userx in local_parts? yes (matched "userx") >>> calling localuser router >>> routed by localuser router ->>> processing "accept" (TESTSUITE/test-config 47) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -53,7 +53,7 @@ >>> junkjunk in local_parts? no (end of list) >>> no more routers LOG: VRFY failed for junkjunk@test.ex H=[1.1.1.1] ->>> processing "accept" (TESTSUITE/test-config 47) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> diff --git a/test/stderr/0043 b/test/stderr/0043 index 381e84917..8261f025a 100644 --- a/test/stderr/0043 +++ b/test/stderr/0043 @@ -19,13 +19,13 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing junkjunk@exim.test.ex @@ -45,19 +45,19 @@ >>> junkjunk in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(exim.test.ex) [V4NET.0.0.97] sender verify fail for : Unrouteable address LOG: H=(exim.test.ex) [V4NET.0.0.97] F= rejected RCPT : Sender verify failed LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (RSET) from >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing postmaster@exim.test.ex @@ -91,8 +91,8 @@ LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (RSET) from >> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 22) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -127,8 +127,8 @@ LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (RSET) from >> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +local_domains >>> exim.test.ex in "+local_domains"? >>> list element: +local_domains @@ -139,20 +139,20 @@ LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (RSET) from >> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'exim.test.ex' value 'exim.test.ex' >>> exim.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> using cached sender verify result ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 22) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -173,21 +173,21 @@ LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (RSET) from >> junkjunk in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(exim.test.ex) [V4NET.0.0.97] F= rejected RCPT junkjunk@exim.test.ex: Unrouteable address >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> using cached sender verify result ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 22) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -204,7 +204,7 @@ LOG: H=(exim.test.ex) [V4NET.0.0.97] F= rejected RCPT j >>> calling system_aliases router >>> system_aliases router forced address failure >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(exim.test.ex) [V4NET.0.0.97] F= rejected RCPT fail@exim.test.ex: this alias is forced to fail LOG: H=(exim.test.ex) [V4NET.0.0.97] incomplete transaction (QUIT) from for postmaster@exim.test.ex diff --git a/test/stderr/0044 b/test/stderr/0044 index 0365875be..e044102cd 100644 --- a/test/stderr/0044 +++ b/test/stderr/0044 @@ -53,13 +53,13 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 19) +processing ACL check_recipient "accept" (TESTSUITE/test-config 19) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 20) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 20) check recipients = postmaster@exim.test.ex postmaster@exim.test.ex in "postmaster@exim.test.ex"? list element: postmaster@exim.test.ex @@ -68,32 +68,32 @@ postmaster@exim.test.ex in "postmaster@exim.test.ex"? list element: exim.test.ex exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") -accept: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": ACCEPT +accept: condition test succeeded in ACL check_recipient +end of ACL check_recipient: ACCEPT SMTP>> 250 Accepted SMTP<< rcpt to:list@exim.test.ex using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 19) +processing ACL check_recipient "accept" (TESTSUITE/test-config 19) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 20) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 20) check recipients = postmaster@exim.test.ex list@exim.test.ex in "postmaster@exim.test.ex"? list element: postmaster@exim.test.ex address match test: subject=list@exim.test.ex pattern=postmaster@exim.test.ex list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 21) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 21) check senders = myfriend@* postmaster@exim.test.ex in "myfriend@*"? list element: myfriend@* address match test: subject=postmaster@exim.test.ex pattern=myfriend@* postmaster@exim.test.ex in "myfriend@*"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 22) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 22) message: host is listed in $dnslist_domain check dnslists = rbl.test.ex dnslists check: rbl.test.ex @@ -105,42 +105,42 @@ DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) using fakens DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) succeeded => that means V4NET.11.12.13 is listed at rbl.test.ex -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 host is listed in rbl.test.ex LOG: MAIN REJECT H=(exim.test.ex) [V4NET.11.12.13] F= rejected RCPT list@exim.test.ex: host is listed in rbl.test.ex SMTP<< rcpt to:list2@exim.test.ex using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 19) +processing ACL check_recipient "accept" (TESTSUITE/test-config 19) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 20) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 20) check recipients = postmaster@exim.test.ex list2@exim.test.ex in "postmaster@exim.test.ex"? list element: postmaster@exim.test.ex address match test: subject=list2@exim.test.ex pattern=postmaster@exim.test.ex list2@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 21) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 21) check senders = myfriend@* postmaster@exim.test.ex in "myfriend@*"? list element: myfriend@* address match test: subject=postmaster@exim.test.ex pattern=myfriend@* postmaster@exim.test.ex in "myfriend@*"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 22) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 22) message: host is listed in $dnslist_domain check dnslists = rbl.test.ex dnslists check: rbl.test.ex dnslists: using result of previous lookup DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) => that means V4NET.11.12.13 is listed at rbl.test.ex -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 host is listed in rbl.test.ex LOG: MAIN REJECT H=(exim.test.ex) [V4NET.11.12.13] F= rejected RCPT list2@exim.test.ex: host is listed in rbl.test.ex @@ -196,19 +196,19 @@ search_tidyup called >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check senders = myfriend@* >>> myfriend@there.test.ex in "myfriend@*"? >>> list element: myfriend@* @@ -216,8 +216,8 @@ search_tidyup called >>> list element: * >>> there.test.ex in "*"? yes (matched "*") >>> myfriend@there.test.ex in "myfriend@*"? yes (matched "myfriend@*") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= myfriend@there.test.ex H=(exim.test.ex) [V4NET.11.12.13] P=esmtp S=sss Exim version x.yz .... @@ -275,27 +275,27 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:list@exim.test.ex using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 19) +processing ACL check_recipient "accept" (TESTSUITE/test-config 19) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 20) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 20) check recipients = postmaster@exim.test.ex list@exim.test.ex in "postmaster@exim.test.ex"? list element: postmaster@exim.test.ex address match test: subject=list@exim.test.ex pattern=postmaster@exim.test.ex list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 21) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 21) check senders = myfriend@* postmaster@exim.test.ex in "myfriend@*"? list element: myfriend@* address match test: subject=postmaster@exim.test.ex pattern=myfriend@* postmaster@exim.test.ex in "myfriend@*"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 22) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 22) message: host is listed in $dnslist_domain check dnslists = rbl.test.ex dnslists check: rbl.test.ex @@ -309,8 +309,8 @@ faking res_search(A) response length as 65535 dnslists: wrote cache entry, ttl=3000 DNS lookup for 99.99.99.V4NET.rbl.test.ex failed => that means V4NET.99.99.99 is not listed at rbl.test.ex -deny: condition test failed in ACL "check_recipient" -processing "require" (TESTSUITE/test-config 24) +deny: condition test failed in ACL check_recipient +processing ACL check_recipient "require" (TESTSUITE/test-config 24) check verify = sender >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying postmaster@exim.test.ex @@ -327,8 +327,8 @@ postmaster in local_parts? no (end of list) localuser router skipped: local_parts mismatch no more routers ----------- end verify ------------ -require: condition test failed in ACL "check_recipient" -end of ACL "check_recipient": not OK +require: condition test failed in ACL check_recipient +end of ACL check_recipient: not OK LOG: MAIN REJECT H=(exim.test.ex) [V4NET.99.99.99] sender verify fail for : Unrouteable address SMTP>> 550-Verification failed for diff --git a/test/stderr/0056 b/test/stderr/0056 index ea8614cc2..d5f0f91c9 100644 --- a/test/stderr/0056 +++ b/test/stderr/0056 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> otherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> otherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> otherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> otherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -48,10 +48,10 @@ >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'otherhost.example.com' value '*' >>> otherhost.example.com in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> 3rdhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -62,8 +62,8 @@ >>> 3rdhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> 3rdhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> 3rdhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -74,6 +74,6 @@ >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key '3rdhost.example.com' value '*' >>> 3rdhost.example.com in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss diff --git a/test/stderr/0057 b/test/stderr/0057 index 693ccfdd1..bf7a4c555 100644 --- a/test/stderr/0057 +++ b/test/stderr/0057 @@ -18,7 +18,7 @@ >>> list element: *.test.ex >>> test.ex in percent_hack_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -29,8 +29,8 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> anotherhost.example.com in percent_hack_domains? >>> list element: !░a.test.ex >>> list element: !b.test.ex @@ -39,7 +39,7 @@ >>> list element: *.test.ex >>> anotherhost.example.com in percent_hack_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -51,8 +51,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -64,11 +64,11 @@ >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'anotherhost.example.com' value '*' >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted >>> 3rdhost.example.com in percent_hack_domains? >>> list element: !░a.test.ex @@ -78,7 +78,7 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT >> list element: *.test.ex >>> 3rdhost.example.com in percent_hack_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> 3rdhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -90,8 +90,8 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT >> 3rdhost.example.com in "test.ex : myhost.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> 3rdhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> 3rdhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -103,10 +103,10 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT >> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key '3rdhost.example.com' value '*' >>> 3rdhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss diff --git a/test/stderr/0058 b/test/stderr/0058 index 0901cccf2..61dc2c0ea 100644 --- a/test/stderr/0058 +++ b/test/stderr/0058 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -22,8 +22,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -33,11 +33,11 @@ >>> ╎host in "*"? yes (matched "*") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -48,8 +48,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -57,6 +57,6 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> cached yes match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? yes (matched "+relay_hosts" - cached) ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss diff --git a/test/stderr/0059 b/test/stderr/0059 index 056a9fdbc..93f8e299f 100644 --- a/test/stderr/0059 +++ b/test/stderr/0059 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -58,10 +58,10 @@ >>> ╎host in "!*"? no (matched "!*") >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss diff --git a/test/stderr/0060 b/test/stderr/0060 index 6824c5a85..b22d5ee00 100644 --- a/test/stderr/0060 +++ b/test/stderr/0060 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -65,8 +65,8 @@ MUNGED: ::1 will be omitted in what follows >>> ╎host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-1.test.ex") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -81,7 +81,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -92,10 +92,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -106,8 +106,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -117,8 +117,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -140,11 +140,11 @@ MUNGED: ::1 will be omitted in what follows >>> host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT : relay not permitted LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -160,7 +160,7 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -171,10 +171,10 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -185,8 +185,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -196,8 +196,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -219,8 +219,8 @@ MUNGED: ::1 will be omitted in what follows >>> ╎host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-5-6.test.ex") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.5] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -235,7 +235,7 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.5 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -246,10 +246,10 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.5 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -260,8 +260,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.5 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -271,8 +271,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.5 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -294,8 +294,8 @@ MUNGED: ::1 will be omitted in what follows >>> ╎host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? yes (matched "ten-5-6.test.ex") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -310,7 +310,7 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -321,10 +321,10 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -335,8 +335,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -346,8 +346,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -357,11 +357,11 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.6 >>> ╎host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "! V4NET.255.0.1") >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.255.0.1] F= rejected RCPT : relay not permitted LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -377,7 +377,7 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -388,10 +388,10 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -402,8 +402,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -413,8 +413,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -425,11 +425,11 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> ╎host in "! V4NET.255.0.1 : !V4NET.255.0.2 : !TESTSUITE/aux-var/0060.d1 : ! TESTSUITE/aux-var/0060.d2 : ten-1.test.ex : ten-5-6.test.ex"? no (matched "!V4NET.255.0.2") >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.255.0.2] F= rejected RCPT : relay not permitted LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0.2] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -445,7 +445,7 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -456,10 +456,10 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -470,8 +470,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -481,8 +481,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -495,11 +495,11 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.255.0.3' value 'V4NET.255.0.3' >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.255.0.3] F= rejected RCPT : relay not permitted LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0.3] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -515,7 +515,7 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -526,10 +526,10 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -540,8 +540,8 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -551,8 +551,8 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -566,10 +566,10 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0 >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.255.0.4' value 'V4NET.255.0.4' >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.255.0.4] F= rejected RCPT : relay not permitted LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.255.0.4] P=smtp S=sss diff --git a/test/stderr/0061 b/test/stderr/0061 index 8aa0b1472..139d53544 100644 --- a/test/stderr/0061 +++ b/test/stderr/0061 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -61,8 +61,8 @@ MUNGED: ::1 will be omitted in what follows >>> ╎host in "@"? yes (matched "@") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -77,7 +77,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -88,10 +88,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -102,8 +102,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -113,8 +113,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.1 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -127,10 +127,10 @@ MUNGED: ::1 will be omitted in what follows >>> host in "@"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT : relay not permitted LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.2] P=smtp S=sss diff --git a/test/stderr/0062 b/test/stderr/0062 index 521838203..4c8d4f47c 100644 --- a/test/stderr/0062 +++ b/test/stderr/0062 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -68,16 +68,16 @@ >>> host in "*-2.test.ex : *-3-alias.test.ex"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=ten-1.test.ex (test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted >>> using ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 29) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> processing ACL check_message "accept" (TESTSUITE/test-config 29) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -92,7 +92,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -103,10 +103,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -117,8 +117,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -128,8 +128,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -149,12 +149,12 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.2' value '*-2.test.ex' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 29) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> processing ACL check_message "accept" (TESTSUITE/test-config 29) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test) [V4NET.0.0.2] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -169,7 +169,7 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -180,10 +180,10 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -194,8 +194,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -205,8 +205,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -234,10 +234,10 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.3' value '*-3-alias.test.ex' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 29) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> processing ACL check_message "accept" (TESTSUITE/test-config 29) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=ten-3.test.ex (test) [V4NET.0.0.3] P=smtp S=sss diff --git a/test/stderr/0063 b/test/stderr/0063 index 6af427735..bc34c6df8 100644 --- a/test/stderr/0063 +++ b/test/stderr/0063 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -67,11 +67,11 @@ >>> host in "^[^\d]+2"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=ten-1.test.ex (test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -87,7 +87,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -98,10 +98,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -112,8 +112,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -123,8 +123,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -144,6 +144,6 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.2' value '^[^\d]+2' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test) [V4NET.0.0.2] P=smtp S=sss diff --git a/test/stderr/0064 b/test/stderr/0064 index 1881d86e5..ab08580a4 100644 --- a/test/stderr/0064 +++ b/test/stderr/0064 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -67,11 +67,11 @@ >>> host in "lsearch;TESTSUITE/aux-fixed/0064.hosts"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 22) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=ten-1.test.ex (test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -87,7 +87,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -98,10 +98,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -112,8 +112,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -123,8 +123,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -144,6 +144,6 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.2' value '' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=ten-2.test.ex (test) [V4NET.0.0.2] P=smtp S=sss diff --git a/test/stderr/0065 b/test/stderr/0065 index ab282c928..f0c0f440c 100644 --- a/test/stderr/0065 +++ b/test/stderr/0065 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -58,8 +58,8 @@ >>> ╎host in "1.2.3.4 : !1.2.3.0/24 : 1.2.0.0/16 : net16-lsearch;TESTSUITE/aux-fixed/0065.nets : net24-lsearch;TESTSUITE/aux-fixed/0065.nets : net-lsearch;TESTSUITE/aux-fixed/0065.nets"? yes (matched "1.2.3.4") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -74,7 +74,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -85,10 +85,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -99,8 +99,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -110,8 +110,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -122,11 +122,11 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> ╎host in "1.2.3.4 : !1.2.3.0/24 : 1.2.0.0/16 : net16-lsearch;TESTSUITE/aux-fixed/0065.nets : net24-lsearch;TESTSUITE/aux-fixed/0065.nets : net-lsearch;TESTSUITE/aux-fixed/0065.nets"? no (matched "!1.2.3.0/24") >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.5] F= rejected RCPT : relay not permitted LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -142,7 +142,7 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -153,10 +153,10 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -167,8 +167,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -178,8 +178,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -191,8 +191,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> ╎host in "1.2.3.4 : !1.2.3.0/24 : 1.2.0.0/16 : net16-lsearch;TESTSUITE/aux-fixed/0065.nets : net24-lsearch;TESTSUITE/aux-fixed/0065.nets : net-lsearch;TESTSUITE/aux-fixed/0065.nets"? yes (matched "1.2.0.0/16") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -207,7 +207,7 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -218,10 +218,10 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -232,8 +232,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -243,8 +243,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -259,11 +259,11 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> host in "1.2.3.4 : !1.2.3.0/24 : 1.2.0.0/16 : net16-lsearch;TESTSUITE/aux-fixed/0065.nets : net24-lsearch;TESTSUITE/aux-fixed/0065.nets : net-lsearch;TESTSUITE/aux-fixed/0065.nets"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.3.2.4] F= rejected RCPT : relay not permitted LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -279,7 +279,7 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -290,10 +290,10 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -304,8 +304,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -315,8 +315,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -330,8 +330,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '131.111.8.2' value '' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -346,7 +346,7 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -357,10 +357,10 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -371,8 +371,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -382,8 +382,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -398,8 +398,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '192.152.98.3' value '' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98.3] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -414,7 +414,7 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -425,10 +425,10 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -439,8 +439,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -450,8 +450,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -467,6 +467,6 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '192.153.98.4' value '' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.153.98.4] P=smtp S=sss diff --git a/test/stderr/0066 b/test/stderr/0066 index d5a7f0fae..5b3fd5458 100644 --- a/test/stderr/0066 +++ b/test/stderr/0066 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -22,10 +22,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -36,8 +36,8 @@ >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -47,8 +47,8 @@ >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -66,8 +66,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '1.2.3.4' value '1.2.3.4' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -82,7 +82,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -93,10 +93,10 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -107,8 +107,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -118,8 +118,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.4] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -137,11 +137,11 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '1.2.3.5' value '1.2.3.0/24' >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.5] F= rejected RCPT : relay not permitted LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -157,7 +157,7 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -168,10 +168,10 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -182,8 +182,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -193,8 +193,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.3.5] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -212,8 +212,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '1.2.4.5' value '1.2.0.0/16' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -228,7 +228,7 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -239,10 +239,10 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -253,8 +253,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -264,8 +264,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.2.4.5] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -285,11 +285,11 @@ LOG: no host name found for IP address 1.3.2.4 >>> ╎host in "!TESTSUITE/aux-fixed/0066.nothosts : TESTSUITE/aux-var/0066.hostnets"? no (failed to find host name for 1.3.2.4) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.3.2.4] F= rejected RCPT : relay not permitted LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -305,7 +305,7 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -316,10 +316,10 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -330,8 +330,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -341,8 +341,8 @@ LOG: 10HmbA-000000005vi-0000 <= userx@somehost.example.com H=(test) [1.3.2.4] P= >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -360,8 +360,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '131.111.8.2' value 'net16-lsearch;TESTSUITE/aux-fixed/0066.nets' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -376,7 +376,7 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -387,10 +387,10 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -401,8 +401,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -412,8 +412,8 @@ LOG: 10HmbB-000000005vi-0000 <= userx@somehost.example.com H=(test) [131.111.8.2 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -431,8 +431,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key '192.152.98.3' value 'net24-lsearch;TESTSUITE/aux-fixed/0066.nets' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98.3] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -447,7 +447,7 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -458,10 +458,10 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -472,8 +472,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -483,8 +483,8 @@ LOG: 10HmbC-000000005vi-0000 <= userx@somehost.example.com H=(test) [192.152.98. >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -511,8 +511,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.1' value '*-1.test.ex' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test) [V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -527,7 +527,7 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -538,10 +538,10 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -552,8 +552,8 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -563,8 +563,8 @@ LOG: 10HmbD-000000005vi-0000 <= userx@somehost.example.com H=ten-1.test.ex (test >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -578,11 +578,11 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.11.12.13' value 'black-1.test.ex' >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : relay not permitted LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.11.12.13] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -598,7 +598,7 @@ LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.11.12 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -609,10 +609,10 @@ LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.11.12 >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> anotherhost.example.com in "+local_domains"? >>> list element: +local_domains @@ -623,8 +623,8 @@ LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.11.12 >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> end sublist local_domains >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +relay_domains >>> anotherhost.example.com in "+relay_domains"? >>> list element: +relay_domains @@ -634,8 +634,8 @@ LOG: 10HmbE-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.11.12 >>> anotherhost.example.com in "test.ex"? no (end of list) >>> end sublist relay_domains >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -652,6 +652,6 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist relay_hosts >>> data from lookup saved for cache for +relay_hosts: key 'V4NET.0.0.3' value 'ten-3.test.ex' >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmbF-000000005vi-0000 <= userx@somehost.example.com H=(test) [V4NET.0.0.3] P=smtp S=sss diff --git a/test/stderr/0067 b/test/stderr/0067 index 90015dd18..bd9ac72d3 100644 --- a/test/stderr/0067 +++ b/test/stderr/0067 @@ -11,19 +11,19 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> userx@somehost.example.com in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -48,15 +48,15 @@ >>> list element: bbb.ccc >>> somehost.example.com in "bbb.ccc"? no (end of list) >>> userx@somehost.example.com in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> userx@somehost.example.com in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> userx@somehost.example.com in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -67,22 +67,22 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> x@b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -90,15 +90,15 @@ >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> x@b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "!x@b.c") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> x@b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> x@b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -109,25 +109,25 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> y@b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -136,23 +136,23 @@ >>> list element: b.c >>> b.c in "b.c"? yes (matched "b.c") >>> y@b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "*@b.c") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> philip@xy.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -163,23 +163,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: !^philip@a.b.c >>> list element: ^(phil|quil)[^@]*@ >>> philip@xy.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "^(phil|quil)[^@]*@") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> quilt@patch.work in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -190,23 +190,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: !^philip@a.b.c >>> list element: ^(phil|quil)[^@]*@ >>> quilt@patch.work in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "^(phil|quil)[^@]*@") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> philip@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -216,15 +216,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> a.b.c in "b.c"? no (end of list) >>> list element: !^philip@a.b.c >>> philip@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "!^philip@a.b.c") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> philip@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> philip@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -235,22 +235,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> xx@abc.def in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -263,23 +263,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: !yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> xx@abc.def in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> abc@d.e.f in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -292,23 +292,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: !yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> abc@d.e.f in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> xyz@d.e.f in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -333,15 +333,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> d.e.f in "bbb.ccc"? no (end of list) >>> xyz@d.e.f in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> xyz@d.e.f in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> xyz@d.e.f in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -352,22 +352,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> yy@abc.def in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -382,15 +382,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch >>> abc.def in "lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch"? yes (matched "lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch") >>> yy@abc.def in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> yy@abc.def in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> yy@abc.def in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -401,22 +401,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> abc@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -430,23 +430,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> abc@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> cba@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -471,15 +471,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> z.z in "bbb.ccc"? no (end of list) >>> cba@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> cba@z.z in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> cba@z.z in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -490,22 +490,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> xyz@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -519,23 +519,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> xyz@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> 12345678@p.q.r in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -549,23 +549,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> 12345678@p.q.r in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F=<12345678@p.q.r> rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> 12345678@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -579,23 +579,23 @@ LOG: H=(test) [1.2.3.4] F=<12345678@p.q.r> rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> 12345678@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> 1234@p.q.r in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -620,8 +620,8 @@ LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> list element: bbb.ccc >>> p.q.r in "bbb.ccc"? no (end of list) >>> 1234@p.q.r in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> 1234@p.q.r in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o @@ -630,8 +630,8 @@ LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> p.q.r in "m.n.o"? no (end of list) >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> 1234@p.q.r in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -642,22 +642,22 @@ LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> 1234@m.n.o in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -682,8 +682,8 @@ LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> list element: bbb.ccc >>> m.n.o in "bbb.ccc"? no (end of list) >>> 1234@m.n.o in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> 1234@m.n.o in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o @@ -691,17 +691,17 @@ LOG: H=(test) [1.2.3.4] F=<12345678@z.z> rejected RCPT >>> list element: m.n.o >>> m.n.o in "m.n.o"? yes (matched "m.n.o") >>> 1234@m.n.o in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "1234@m.n.o") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F=<1234@m.n.o> rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> postmaster@test.ex in "postmaster@*"? >>> list element: postmaster@* @@ -709,16 +709,16 @@ LOG: H=(test) [1.2.3.4] F=<1234@m.n.o> rejected RCPT >>> list element: * >>> test.ex in "*"? yes (matched "*") >>> postmaster@test.ex in "postmaster@*"? yes (matched "postmaster@*") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> postmaster@myhost.ex in "postmaster@*"? >>> list element: postmaster@* @@ -726,22 +726,22 @@ LOG: H=(test) [1.2.3.4] F=<1234@m.n.o> rejected RCPT >>> list element: * >>> myhost.ex in "*"? yes (matched "*") >>> postmaster@myhost.ex in "postmaster@*"? yes (matched "postmaster@*") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> rr01@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -766,8 +766,8 @@ LOG: H=(test) [1.2.3.4] F=<1234@m.n.o> rejected RCPT >>> list element: bbb.ccc >>> a.b.c in "bbb.ccc"? no (end of list) >>> rr01@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> rr01@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o @@ -776,23 +776,23 @@ LOG: H=(test) [1.2.3.4] F=<1234@m.n.o> rejected RCPT >>> list element: a.b.c >>> a.b.c in "a.b.c"? yes (matched "a.b.c") >>> rr01@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "rr01@a.b.c" in TESTSUITE/aux-fixed/0067.rejrec) ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> qqq@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -817,15 +817,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> a.b.c in "bbb.ccc"? no (end of list) >>> qqq@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> qqq@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> qqq@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "!^qqq" in TESTSUITE/aux-fixed/0067.rejrec) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -836,22 +836,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> qq@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -876,30 +876,30 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> a.b.c in "bbb.ccc"? no (end of list) >>> qq@a.b.c in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> qq@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> qq@a.b.c in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "^qq" in TESTSUITE/aux-fixed/0067.rejrec) ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> !excl@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -924,30 +924,30 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> z.z in "bbb.ccc"? no (end of list) >>> !excl@z.z in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> !excl@z.z in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> !excl@z.z in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "^!excl" in TESTSUITE/aux-fixed/0067.rejrec) ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> userx@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> userx@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> sh#rp@y.p.s in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -972,8 +972,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> y.p.s in "bbb.ccc"? no (end of list) >>> sh#rp@y.p.s in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> sh#rp@y.p.s in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o @@ -982,23 +982,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: y.p.s >>> y.p.s in "y.p.s"? yes (matched "y.p.s") >>> sh#rp@y.p.s in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? yes (matched "sh#rp@y.p.s" in TESTSUITE/aux-fixed/0067.rejrec) ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> abc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1023,15 +1023,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> xx.yy in "bbb.ccc"? no (end of list) >>> abc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> abc@xx.yy in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> abc@xx.yy in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -1042,22 +1042,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> xyzbc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1071,23 +1071,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> xyzbc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> aabc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1101,23 +1101,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch >>> list element: @@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain >>> aabc@xx.yy in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> x@bb.cc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1138,15 +1138,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bb.cc >>> bb.cc in "bb.cc"? yes (matched "bb.cc") >>> x@bb.cc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "! x@bb.cc") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> x@bb.cc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> x@bb.cc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -1157,22 +1157,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> y@bb.cc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1191,23 +1191,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bb.cc >>> bb.cc in "bb.cc"? yes (matched "bb.cc") >>> y@bb.cc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "*@bb.cc") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> x@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1236,15 +1236,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> bbb.ccc in "bbb.ccc"? yes (matched "bbb.ccc") >>> x@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "x@bbb.ccc" in TESTSUITE/aux-fixed/0067.not1) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> x@bbb.ccc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> x@bbb.ccc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -1255,22 +1255,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> y@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1294,15 +1294,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> bbb.ccc in "bbb.ccc"? yes (matched "bbb.ccc") >>> y@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? no (matched "y@bbb.ccc" in TESTSUITE/aux-fixed/0067.not2) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 30) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 30) >>> check senders = 1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec >>> y@bbb.ccc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? >>> list element: 1234@m.n.o >>> list element: TESTSUITE/aux-fixed/0067.rejrec >>> y@bbb.ccc in "1234@m.n.o : TESTSUITE/aux-fixed/0067.rejrec"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -1313,22 +1313,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check recipients = postmaster@* >>> x@test.ex in "postmaster@*"? >>> list element: postmaster@* >>> x@test.ex in "postmaster@*"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 29) >>> check senders = !x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc >>> z@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? >>> list element: !x@b.c @@ -1353,6 +1353,6 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT >>> list element: bbb.ccc >>> bbb.ccc in "bbb.ccc"? yes (matched "bbb.ccc") >>> z@bbb.ccc in "!x@b.c : *@b.c :!^philip@a.b.c : ^(phil|quil)[^@]*@ :!yy@lsearch;TESTSUITE/aux-fixed/0067.rej.lsearch :lsearch*@;TESTSUITE/aux-fixed/0067.rej.lsearch :@@lsearch*;TESTSUITE/aux-fixed/0067.rej.bydomain : ! x@bb.cc : *@bb.cc :! TESTSUITE/aux-fixed/0067.not1 : !TESTSUITE/aux-fixed/0067.not2 : bbb.ccc"? yes (matched "bbb.ccc") ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT diff --git a/test/stderr/0068 b/test/stderr/0068 index 45520fa02..e8ab48518 100644 --- a/test/stderr/0068 +++ b/test/stderr/0068 @@ -10,19 +10,19 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 12) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 12) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 12) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 12) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 12) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT LOG: too many recipients: message rejected: sender= H=(test) [V4NET.10.10.10] diff --git a/test/stderr/0069 b/test/stderr/0069 index 741ef0f07..5e878ad6c 100644 --- a/test/stderr/0069 +++ b/test/stderr/0069 @@ -19,20 +19,20 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_recipientx" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipientx "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipientx" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipientx +>>> processing ACL check_recipientx "deny" (TESTSUITE/test-config 25) >>> check hosts = +include_unknown : ^ten-1\\.test\\.ex >>> host in "+include_unknown : ^ten-1\.test\.ex"? >>> list element: +include_unknown >>> list element: ^ten-1\.test\.ex >>> host in "+include_unknown : ^ten-1\.test\.ex"? yes (matched "^ten-1\.test\.ex") ->>> deny: condition test succeeded in ACL "check_recipientx" ->>> end of ACL "check_recipientx": DENY +>>> deny: condition test succeeded in ACL check_recipientx +>>> end of ACL check_recipientx: DENY LOG: H=ten-1.test.ex (test) [V4NET.0.0.1] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -54,13 +54,13 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipientx" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipientx "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipientx" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipientx +>>> processing ACL check_recipientx "deny" (TESTSUITE/test-config 25) >>> check hosts = +include_unknown : ^ten-1\\.test\\.ex >>> host in "+include_unknown : ^ten-1\.test\.ex"? >>> list element: +include_unknown @@ -68,8 +68,8 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> sender host name required, to match against ^ten-1\.test\.ex >>> host in "+include_unknown : ^ten-1\.test\.ex"? yes (failed to find host name for V4NET.0.0.13) LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown ->>> deny: condition test succeeded in ACL "check_recipientx" ->>> end of ACL "check_recipientx": DENY +>>> deny: condition test succeeded in ACL check_recipientx +>>> end of ACL check_recipientx: DENY LOG: H=(test) [V4NET.0.0.13] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -91,18 +91,18 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipienty" ->>> processing "accept" (TESTSUITE/test-config 30) +>>> processing ACL check_recipienty "accept" (TESTSUITE/test-config 30) >>> check hosts = not-exist.test.ex : V4NET.0.0.13 >>> host in "not-exist.test.ex : V4NET.0.0.13"? >>> list element: not-exist.test.ex >>> no IP address found for host not-exist.test.ex (during SMTP connection from (test) [V4NET.0.0.13]) LOG: no IP address found for host not-exist.test.ex (during SMTP connection from (test) [V4NET.0.0.13]) >>> host in "not-exist.test.ex : V4NET.0.0.13"? no (failed to find IP address for not-exist.test.ex) ->>> accept: condition test failed in ACL "check_recipienty" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> accept: condition test failed in ACL check_recipienty +>>> processing ACL check_recipienty "deny" (TESTSUITE/test-config 31) >>> message: "Denied" ->>> deny: condition test succeeded in ACL "check_recipienty" ->>> end of ACL "check_recipienty": DENY +>>> deny: condition test succeeded in ACL check_recipienty +>>> end of ACL check_recipienty: DENY LOG: H=(test) [V4NET.0.0.13] F= rejected RCPT : "Denied" >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -124,7 +124,7 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipientz" ->>> processing "accept" (TESTSUITE/test-config 34) +>>> processing ACL check_recipientz "accept" (TESTSUITE/test-config 34) >>> check hosts = +ignore_unknown : not-exist.test.ex : V4NET.0.0.13 >>> host in "+ignore_unknown : not-exist.test.ex : V4NET.0.0.13"? >>> list element: +ignore_unknown @@ -134,8 +134,8 @@ LOG: no IP address found for host not-exist.test.ex (during SMTP connection from >>> failed to find IP address for not-exist.test.ex: item ignored by +ignore_unknown >>> list element: V4NET.0.0.13 >>> host in "+ignore_unknown : not-exist.test.ex : V4NET.0.0.13"? yes (matched "V4NET.0.0.13") ->>> accept: condition test succeeded in ACL "check_recipientz" ->>> end of ACL "check_recipientz": ACCEPT +>>> accept: condition test succeeded in ACL check_recipientz +>>> end of ACL check_recipientz: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -156,7 +156,7 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipienty" ->>> processing "accept" (TESTSUITE/test-config 30) +>>> processing ACL check_recipienty "accept" (TESTSUITE/test-config 30) >>> check hosts = not-exist.test.ex : V4NET.0.0.13 >>> host in "not-exist.test.ex : V4NET.0.0.13"? >>> list element: not-exist.test.ex @@ -164,11 +164,11 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown LOG: no IP address found for host not-exist.test.ex (during SMTP connection from (test) [V4NET.0.0.13]) >>> host in "not-exist.test.ex : V4NET.0.0.13"? no (failed to find IP address for not-exist.test.ex) LOG: list matching forced to fail: failed to find IP address for not-exist.test.ex ->>> accept: condition test failed in ACL "check_recipienty" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> accept: condition test failed in ACL check_recipienty +>>> processing ACL check_recipienty "deny" (TESTSUITE/test-config 31) >>> message: "Denied" ->>> deny: condition test succeeded in ACL "check_recipienty" ->>> end of ACL "check_recipienty": DENY +>>> deny: condition test succeeded in ACL check_recipienty +>>> end of ACL check_recipienty: DENY LOG: H=(test) [V4NET.0.0.13] F= rejected RCPT : "Denied" >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -190,13 +190,13 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipienta" ->>> processing "accept" (TESTSUITE/test-config 38) +>>> processing ACL check_recipienta "accept" (TESTSUITE/test-config 38) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipienta" ->>> processing "deny" (TESTSUITE/test-config 39) +>>> accept: condition test failed in ACL check_recipienta +>>> processing ACL check_recipienta "deny" (TESTSUITE/test-config 39) >>> check hosts = +include_defer : test.again.dns >>> host in "+include_defer : test.again.dns"? >>> list element: +include_defer @@ -205,8 +205,8 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> no IP address found for host test.again.dns (during SMTP connection from (test) [V4NET.0.0.13]) >>> test.again.dns in dns_again_means_nonexist? no (option unset) LOG: DNS lookup of "test.again.dns" deferred: accepted by +include_defer ->>> deny: condition test succeeded in ACL "check_recipienta" ->>> end of ACL "check_recipienta": DENY +>>> deny: condition test succeeded in ACL check_recipienta +>>> end of ACL check_recipienta: DENY LOG: H=(test) [V4NET.0.0.13] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -228,7 +228,7 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipientb" ->>> processing "accept" (TESTSUITE/test-config 44) +>>> processing ACL check_recipientb "accept" (TESTSUITE/test-config 44) >>> check hosts = test.again.dns : V4NET.0.0.13 >>> host in "test.again.dns : V4NET.0.0.13"? >>> list element: test.again.dns @@ -236,7 +236,7 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> no IP address found for host test.again.dns (during SMTP connection from (test) [V4NET.0.0.13]) >>> test.again.dns in dns_again_means_nonexist? no (option unset) >>> host in "test.again.dns : V4NET.0.0.13"? list match deferred for test.again.dns ->>> accept: condition test deferred in ACL "check_recipientb" +>>> accept: condition test deferred in ACL check_recipientb LOG: H=(test) [V4NET.0.0.13] F= temporarily rejected RCPT : DNS lookup of "test.again.dns" deferred >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -258,7 +258,7 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipientc" ->>> processing "accept" (TESTSUITE/test-config 48) +>>> processing ACL check_recipientc "accept" (TESTSUITE/test-config 48) >>> check hosts = +ignore_defer : test.again.dns : V4NET.0.0.13 >>> host in "+ignore_defer : test.again.dns : V4NET.0.0.13"? >>> list element: +ignore_defer @@ -269,5 +269,5 @@ LOG: failed to find host name for V4NET.0.0.13: accepted by +include_unknown >>> DNS lookup of "test.again.dns" deferred: item ignored by +ignore_defer >>> list element: V4NET.0.0.13 >>> host in "+ignore_defer : test.again.dns : V4NET.0.0.13"? yes (matched "V4NET.0.0.13") ->>> accept: condition test succeeded in ACL "check_recipientc" ->>> end of ACL "check_recipientc": ACCEPT +>>> accept: condition test succeeded in ACL check_recipientc +>>> end of ACL check_recipientc: ACCEPT diff --git a/test/stderr/0070 b/test/stderr/0070 index 18fe9e93e..56915a88c 100644 --- a/test/stderr/0070 +++ b/test/stderr/0070 @@ -36,13 +36,13 @@ MUNGED: ::1 will be omitted in what follows >>> host in hosts_require_helo? >>> host in hosts_require_helo? no (end of list) >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "NULL" >>> no EHLO/HELO command was issued ->>> require: condition test failed in ACL "rcpt" ->>> end of ACL "rcpt": not OK +>>> require: condition test failed in ACL rcpt +>>> end of ACL rcpt: not OK LOG: H=[V4NET.0.0.13] F= rejected RCPT : helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -73,11 +73,11 @@ MUNGED: ::1 will be omitted in what follows >>> verifying EHLO/HELO argument "[V4NET.0.0.1]" >>> HELO verification failed but host is in helo_try_verify_hosts >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo ->>> require: condition test failed in ACL "rcpt" ->>> end of ACL "rcpt": not OK +>>> require: condition test failed in ACL rcpt +>>> end of ACL rcpt: not OK LOG: H=([V4NET.0.0.1]) [V4NET.0.0.2] F= rejected RCPT : helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -108,14 +108,14 @@ MUNGED: ::1 will be omitted in what follows >>> verifying EHLO/HELO argument "[V4NET.0.0.2]" >>> matched host address >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo ->>> require: condition test succeeded in ACL "rcpt" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> require: condition test succeeded in ACL rcpt +>>> processing ACL rcpt "deny" (TESTSUITE/test-config 26) >>> message: helo did verify ->>> deny: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": DENY +>>> deny: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: DENY LOG: H=([V4NET.0.0.2]) [V4NET.0.0.2] F= rejected RCPT : helo did verify >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -290,12 +290,12 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> [V4NET.0.0.99] in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.99]" ->>> require: condition test failed in ACL "rcpt" ->>> end of ACL "rcpt": not OK +>>> require: condition test failed in ACL rcpt +>>> end of ACL rcpt: not OK LOG: H=([V4NET.0.0.99]) [V4NET.0.0.13] F= rejected RCPT : helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -324,16 +324,16 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> [V4NET.0.0.13] in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.13]" >>> matched host address ->>> require: condition test succeeded in ACL "rcpt" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> require: condition test succeeded in ACL rcpt +>>> processing ACL rcpt "deny" (TESTSUITE/test-config 26) >>> message: helo did verify ->>> deny: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": DENY +>>> deny: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: DENY LOG: H=([V4NET.0.0.13]) [V4NET.0.0.13] F= rejected RCPT : helo did verify >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -370,7 +370,7 @@ MUNGED: ::1 will be omitted in what follows >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "rcpt" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL rcpt "require" (TESTSUITE/test-config 23) >>> message: helo not verified >>> check verify = helo >>> verifying EHLO/HELO argument "rhubarb" @@ -384,6 +384,6 @@ MUNGED: ::1 will be omitted in what follows >>> rhubarb in "*"? >>> list element: * >>> rhubarb in "*"? yes (matched "*") ->>> require: condition test failed in ACL "rcpt" ->>> end of ACL "rcpt": not OK +>>> require: condition test failed in ACL rcpt +>>> end of ACL rcpt: not OK LOG: H=(rhubarb) [99.99.99.99] F= rejected RCPT : helo not verified diff --git a/test/stderr/0077 b/test/stderr/0077 index 5eb31ed01..0a56283da 100644 --- a/test/stderr/0077 +++ b/test/stderr/0077 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! @ : ! localhost >>> host in "! @ : ! localhost"? >>> list element: !░@ @@ -23,8 +23,8 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> host in "! @ : ! localhost"? no (matched "! localhost") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -35,8 +35,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -50,7 +50,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! @ : ! localhost >>> host in "! @ : ! localhost"? >>> list element: !░@ @@ -58,8 +58,8 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=myhost.test.ex address=V4NET.10.10.10 >>> host in "! @ : ! localhost"? no (matched "! @") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -70,8 +70,8 @@ MUNGED: ::1 will be omitted in what follows >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -85,7 +85,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! @ : ! localhost >>> host in "! @ : ! localhost"? >>> list element: !░@ @@ -97,6 +97,6 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> host in "! @ : ! localhost"? yes (end of list) ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT diff --git a/test/stderr/0079 b/test/stderr/0079 index c1cf6ab8d..57217ac1e 100644 --- a/test/stderr/0079 +++ b/test/stderr/0079 @@ -19,13 +19,13 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 25) >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: $sender_host_address is in $dnslist_domain >>> check dnslists = rbl.test.ex @@ -34,9 +34,9 @@ >>> dnslists: wrote cache entry, ttl=2 >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" +>>> warn: condition test succeeded in ACL check_recipient LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: V4NET.11.12.14 is in rbl.test.ex ->>> processing "warn" (TESTSUITE/test-config 28) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 28) >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: accepting postmaster from host in $dnslist_domain >>> check recipients = postmaster@exim.test.ex @@ -52,9 +52,9 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: V4NET.11.12.14 is in rbl.test.ex >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 14.12.11.V4NET.rbl2.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl2.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" +>>> warn: condition test succeeded in ACL check_recipient LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host in rbl2.test.ex ->>> processing "accept" (TESTSUITE/test-config 32) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 32) >>> check recipients = postmaster@exim.test.ex >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex @@ -62,16 +62,16 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> list element: exim.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 25) >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: $sender_host_address is in $dnslist_domain >>> check dnslists = rbl.test.ex @@ -79,30 +79,30 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 28) >>> message: X-Warning: $sender_host_address is blacklisted at $dnslist_domain >>> l_message: accepting postmaster from host in $dnslist_domain >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 32) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 32) >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 33) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 33) >>> message: host is listed in $dnslist_domain >>> check dnslists = rbl2.test.ex >>> dnslists check: rbl2.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl2.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl2.test.ex ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(exim.test.ex) [V4NET.11.12.14] F= rejected RCPT list@exim.test.ex: host is listed in rbl2.test.ex >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmbB-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtp S=sss diff --git a/test/stderr/0080 b/test/stderr/0080 index 0bcfd2526..d9b9ac594 100644 --- a/test/stderr/0080 +++ b/test/stderr/0080 @@ -19,7 +19,7 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex @@ -27,16 +27,16 @@ >>> list element: exim.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: host is listed in $dnslist_domain >>> check dnslists = rbl.test.ex:rbl2.test.ex >>> dnslists check: rbl.test.ex @@ -44,8 +44,8 @@ >>> dnslists: wrote cache entry, ttl=2 >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(exim.test.ex) [V4NET.11.12.14] F= rejected RCPT list@exim.test.ex: host is listed in rbl.test.ex >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtp S=sss diff --git a/test/stderr/0086 b/test/stderr/0086 index 0ff15c6aa..425018071 100644 --- a/test/stderr/0086 +++ b/test/stderr/0086 @@ -12,19 +12,19 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 qualify/rewrite: '>' missing at end of address >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax >>> check logwrite = acl_verify_message: '$acl_verify_message' >>> = acl_verify_message: ''>' missing at end of address: failing address in "Cc:" header is: ' missing at end of address: failing address in "Cc:" header is: >> deny: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": DENY +>>> deny: condition test succeeded in ACL check_message +>>> end of ACL check_message: DENY LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: '>' missing at end of address: failing address in "Cc:" header is: >> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -40,20 +40,20 @@ LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaZ-000000005vi-0000 qualify/rewrite: '>' missing at end of address LOG: 10HmaZ-000000005vi-0000 qualify/rewrite: '>' missing at end of address >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax >>> check logwrite = acl_verify_message: '$acl_verify_message' >>> = acl_verify_message: ''>' missing at end of address: failing address in "Cc:" header is: ' missing at end of address: failing address in "Cc:" header is: >> deny: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": DENY +>>> deny: condition test succeeded in ACL check_message +>>> end of ACL check_message: DENY LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: '>' missing at end of address: failing address in "Cc:" header is: >> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -69,19 +69,19 @@ LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmbA-000000005vi-0000 qualify/rewrite: '>' missing at end of address >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax >>> check logwrite = acl_verify_message: '$acl_verify_message' >>> = acl_verify_message: ''>' missing at end of address: failing address in "Resent-To:" header is: ' missing at end of address: failing address in "Resent-To:" header is: >> deny: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": DENY +>>> deny: condition test succeeded in ACL check_message +>>> end of ACL check_message: DENY LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: '>' missing at end of address: failing address in "Resent-To:" header is: >> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -97,19 +97,19 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmbB-000000005vi-0000 qualify/rewrite: unmatched doublequote in local part >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax >>> check logwrite = acl_verify_message: '$acl_verify_message' >>> = acl_verify_message: 'unmatched doublequote in local part: failing address in "Cc:" header begins: "abcd@x.y.z (missing quote),\n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addre' LOG: 10HmbB-000000005vi-0000 acl_verify_message: 'unmatched doublequote in local part: failing address in "Cc:" header begins: "abcd@x.y.z (missing quote),\n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addre' ->>> deny: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": DENY +>>> deny: condition test succeeded in ACL check_message +>>> end of ACL check_message: DENY LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: unmatched doublequote in local part: failing address in "Cc:" header begins: "abcd@x.y.z (missing quote),\n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addresses.addresses.addresses, \n longlonglonglonglong@long.long.long.long.long.long.long.long,\n listlistlistlistlist@list.list.list.list.list.list.list.list,\n ofofofofofofofofofof@of.of.of.of.of.of.of.of.of.of.of.of.of,\n addressesaddresses@addresses.addre >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -125,18 +125,18 @@ LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax >>> check logwrite = acl_verify_message: '$acl_verify_message' >>> = acl_verify_message: 'unqualified address not permitted: failing address in "Cc:" header is: ' LOG: 10HmbC-000000005vi-0000 acl_verify_message: 'unqualified address not permitted: failing address in "Cc:" header is: ' ->>> deny: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": DENY +>>> deny: condition test succeeded in ACL check_message +>>> end of ACL check_message: DENY LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: unqualified address not permitted: failing address in "Cc:" header is: >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -152,15 +152,15 @@ LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL check_message "deny" (TESTSUITE/test-config 19) >>> check !verify = header_syntax ->>> deny: condition test failed in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> deny: condition test failed in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.9] P=smtp S=sss diff --git a/test/stderr/0087 b/test/stderr/0087 index c063ea195..67e4f78d2 100644 --- a/test/stderr/0087 +++ b/test/stderr/0087 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -30,8 +30,8 @@ >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -42,18 +42,18 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 26) +>>> processing ACL check_message "require" (TESTSUITE/test-config 26) >>> check verify = header_sender >>> verifying From: header address userx@test.ex >>> previously checked as envelope sender ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -68,13 +68,13 @@ LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -87,8 +87,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -99,19 +99,19 @@ LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 qualify/rewrite: '>' missing at end of address >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 26) +>>> processing ACL check_message "require" (TESTSUITE/test-config 26) >>> check verify = header_sender >>> verifying Sender: header address userx@test.ex >>> previously checked as envelope sender ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -126,13 +126,13 @@ LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -145,8 +145,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -157,11 +157,11 @@ LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 26) +>>> processing ACL check_message "require" (TESTSUITE/test-config 26) >>> check verify = header_sender >>> verifying From: header address badbad@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -173,8 +173,8 @@ LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> list element: userx >>> badbad in local_parts? no (end of list) >>> no more routers ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: there is no valid sender in any header line >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -189,13 +189,13 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejecte >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -208,8 +208,8 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejecte >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -220,11 +220,11 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejecte >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 26) +>>> processing ACL check_message "require" (TESTSUITE/test-config 26) >>> check verify = header_sender >>> verifying From: header address badbad@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -238,10 +238,10 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejecte >>> no more routers >>> verifying From: header address userx@test.ex >>> previously checked as envelope sender ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -256,13 +256,13 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -275,8 +275,8 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -287,11 +287,11 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 26) +>>> processing ACL check_message "require" (TESTSUITE/test-config 26) >>> check verify = header_sender >>> verifying From: header address defer@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -302,5 +302,5 @@ LOG: 10HmaZ-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.10.10.10] P=smtp S >>> calling defer router >>> defer router: defer for defer@test.ex >>> message: this is a forced defer ->>> require: condition test deferred in ACL "check_message" +>>> require: condition test deferred in ACL check_message LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.10.10.10] F= temporarily rejected after DATA: all attempts to verify a sender in a header line deferred diff --git a/test/stderr/0089 b/test/stderr/0089 index 107944c7f..d03650f12 100644 --- a/test/stderr/0089 +++ b/test/stderr/0089 @@ -23,13 +23,13 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> list element: @[] >>> abc_xyz in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -40,16 +40,16 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'Test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check domains = +local_domains >>> else.where in "+local_domains"? >>> list element: +local_domains @@ -60,8 +60,8 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> ╎ else.where in "Test.ex : myhost.test.EX"? no (end of list) >>> end sublist local_domains >>> else.where in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 26) >>> check domains = +relay_domains >>> else.where in "+relay_domains"? >>> list element: +relay_domains @@ -72,11 +72,11 @@ LOG: rejected HELO from [V4NET.0.0.0]: syntactically invalid argument(s): @#$%^& >>> ╎ else.where in "Test.ex : Relay.one.ex"? no (end of list) >>> end sublist relay_domains >>> else.where in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 27) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 27) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT : relay not permitted >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -100,13 +100,13 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT >> list element: *N-99.test.ex >>> host in helo_accept_junk_hosts? yes (matched "*N-99.test.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check domains = +local_domains >>> relay.one.ex in "+local_domains"? >>> list element: +local_domains @@ -117,8 +117,8 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT >> relay.one.ex in "Test.ex : myhost.test.EX"? no (end of list) >>> end sublist local_domains >>> relay.one.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 26) >>> check domains = +relay_domains >>> relay.one.ex in "+relay_domains"? >>> list element: +relay_domains @@ -130,16 +130,16 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT >> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'relay.one.ex' value 'Relay.one.ex' >>> relay.one.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check domains = +local_domains >>> relay.two.ex in "+local_domains"? >>> list element: +local_domains @@ -150,8 +150,8 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT >> relay.two.ex in "Test.ex : myhost.test.EX"? no (end of list) >>> end sublist local_domains >>> relay.two.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 26) >>> check domains = +relay_domains >>> relay.two.ex in "+relay_domains"? >>> list element: +relay_domains @@ -162,9 +162,9 @@ LOG: H=(abc_xyz) [V4NET.0.0.0] F= rejected RCPT >> relay.two.ex in "Test.ex : Relay.one.ex"? no (end of list) >>> end sublist relay_domains >>> relay.two.ex in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 27) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 27) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=ten-99.test.ex (@#$%^&*()) [V4NET.0.0.99] F= rejected RCPT : relay not permitted diff --git a/test/stderr/0091 b/test/stderr/0091 index cfefa4915..d1e369130 100644 --- a/test/stderr/0091 +++ b/test/stderr/0091 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! V4NET.0.0.1 >>> host in "! V4NET.0.0.1"? >>> list element: !░V4NET.0.0.1 >>> host in "! V4NET.0.0.1"? no (matched "! V4NET.0.0.1") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -28,11 +28,11 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL check_message "require" (TESTSUITE/test-config 24) >>> check verify = header_sender >>> verifying From: header address >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -41,8 +41,8 @@ >>> list element: userx >>> junk in local_parts? no (end of list) >>> no more routers ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.0.0.1] F= rejected after DATA: there is no valid sender in any header line >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -57,7 +57,7 @@ LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.0.0.1] F= r >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! V4NET.0.0.1 >>> host in "! V4NET.0.0.1"? >>> list element: !░V4NET.0.0.1 @@ -70,8 +70,8 @@ LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.0.0.1] F= r >>> junk in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.2] sender verify fail for : Unrouteable address LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -87,7 +87,7 @@ LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT >> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! V4NET.0.0.1 >>> host in "! V4NET.0.0.1"? >>> list element: !░V4NET.0.0.1 @@ -101,8 +101,8 @@ LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT >> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -113,11 +113,11 @@ LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT >> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL check_message "require" (TESTSUITE/test-config 24) >>> check verify = header_sender >>> verifying From: header address >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -126,8 +126,8 @@ LOG: H=(test) [V4NET.0.0.2] F= rejected RCPT >> list element: userx >>> junk in local_parts? no (end of list) >>> no more routers ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.2] F= rejected after DATA: there is no valid sender in any header line >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -142,7 +142,7 @@ LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.2] F= rejected a >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 18) >>> check hosts = ! V4NET.0.0.1 >>> host in "! V4NET.0.0.1"? >>> list element: !░V4NET.0.0.1 @@ -156,8 +156,8 @@ LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.2] F= rejected a >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -168,11 +168,11 @@ LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.2] F= rejected a >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL check_message "require" (TESTSUITE/test-config 24) >>> check verify = header_sender >>> verifying From: header address >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -182,8 +182,8 @@ LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.2] F= rejected a >>> userx in local_parts? yes (matched "userx") >>> calling localuser router >>> routed by localuser router ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 25) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 25) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [V4NET.0.0.2] P=smtp S=sss diff --git a/test/stderr/0092 b/test/stderr/0092 index ef51388cd..25c32f219 100644 --- a/test/stderr/0092 +++ b/test/stderr/0092 @@ -20,20 +20,20 @@ LOG: SMTP command timeout on connection from [V4NET.0.0.1] D=qqs >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 28) >>> message: unrouteable address >>> check recipients = verify@test.ex >>> userx@test.ex in "verify@test.ex"? >>> list element: verify@test.ex >>> userx@test.ex in "verify@test.ex"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 31) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -44,8 +44,8 @@ LOG: SMTP command timeout on connection from [V4NET.0.0.1] D=qqs >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: SMTP data timeout (message abandoned) on connection from (test) [V4NET.0.0.1] F= D=qqs Exim version x.yz .... Hints DB: @@ -142,21 +142,21 @@ SMTP>> 250 OK SMTP<< rcpt to:userx@test.ex try option acl_smtp_rcpt using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 27) +processing ACL check_recipient "accept" (TESTSUITE/test-config 27) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 28) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 28) message: unrouteable address check recipients = verify@test.ex userx@test.ex in "verify@test.ex"? list element: verify@test.ex address match test: subject=userx@test.ex pattern=verify@test.ex userx@test.ex in "verify@test.ex"? no (end of list) -deny: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 31) +deny: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 31) check domains = +local_domains test.ex in "+local_domains"? list element: +local_domains @@ -167,8 +167,8 @@ test.ex in "+local_domains"? end sublist local_domains data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' test.ex in "+local_domains"? yes (matched "+local_domains") -accept: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": ACCEPT +accept: condition test succeeded in ACL check_recipient +end of ACL check_recipient: ACCEPT SMTP>> 250 Accepted SMTP<< data try option acl_smtp_predata @@ -195,13 +195,13 @@ exim: timed out while reading - message abandoned >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 28) >>> message: unrouteable address >>> check recipients = verify@test.ex >>> verify@test.ex in "verify@test.ex"? @@ -226,8 +226,8 @@ exim: timed out while reading - message abandoned >>> forward router declined for verify@test.ex >>> no more routers >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT verify@test.ex: Unrouteable address LOG: SMTP command timeout on connection from (test) [V4NET.0.0.1] D=qqs An error was detected while processing a file of BSMTP input. diff --git a/test/stderr/0094 b/test/stderr/0094 index bd3bb1425..261e70878 100644 --- a/test/stderr/0094 +++ b/test/stderr/0094 @@ -15,13 +15,13 @@ LOG: no host name found for IP address V4NET.11.12.13 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +local_domains >>> cam.ac.uk in "+local_domains"? >>> list element: +local_domains @@ -31,8 +31,8 @@ LOG: no host name found for IP address V4NET.11.12.13 >>> cam.ac.uk in "test.ex"? no (end of list) >>> end sublist local_domains >>> cam.ac.uk in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -43,11 +43,11 @@ LOG: no host name found for IP address V4NET.11.12.13 >>> ╎host in "*.masq.test.ex"? no (failed to find host name for V4NET.11.12.13) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT : relay not permitted >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? @@ -68,13 +68,13 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT >> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 23) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 24) >>> check domains = +local_domains >>> cam.ac.uk in "+local_domains"? >>> list element: +local_domains @@ -84,8 +84,8 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT >> cam.ac.uk in "test.ex"? no (end of list) >>> end sublist local_domains >>> cam.ac.uk in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -95,11 +95,11 @@ LOG: H=(test) [V4NET.11.12.13] F= rejected RCPT >> host in "*.masq.test.ex"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=ten-1.test.ex (test) [V4NET.0.0.1] F= rejected RCPT : relay not permitted Exim version x.yz .... Hints DB: @@ -169,13 +169,13 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 23) +processing ACL check_recipient "accept" (TESTSUITE/test-config 23) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 24) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 24) check domains = +local_domains test.ex in "+local_domains"? list element: +local_domains @@ -186,18 +186,18 @@ test.ex in "+local_domains"? end sublist local_domains data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' test.ex in "+local_domains"? yes (matched "+local_domains") -accept: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": ACCEPT +accept: condition test succeeded in ACL check_recipient +end of ACL check_recipient: ACCEPT SMTP>> 250 Accepted SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 23) +processing ACL check_recipient "accept" (TESTSUITE/test-config 23) check hosts = : host in ":"? list element: host in ":"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 24) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 24) check domains = +local_domains cam.ac.uk in "+local_domains"? list element: +local_domains @@ -207,8 +207,8 @@ cam.ac.uk in "+local_domains"? cam.ac.uk in "test.ex"? no (end of list) end sublist local_domains cam.ac.uk in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 25) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 25) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -218,11 +218,11 @@ host in "+relay_hosts"? host in "*.masq.test.ex"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 26) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 26) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=oneback.test.ex (test) [V4NET.99.99.90] F= rejected RCPT : relay not permitted diff --git a/test/stderr/0121 b/test/stderr/0121 index 8c6814062..4dcec0e32 100644 --- a/test/stderr/0121 +++ b/test/stderr/0121 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing unknown@test.ex @@ -32,12 +32,12 @@ >>> unknown in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [127.0.0.1] sender verify fail for : Unrouteable address LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sender verify failed >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@unknown.dom.ain @@ -52,15 +52,15 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sen >>> calling fail_remote_domains router >>> fail_remote_domains router forced address failure >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [127.0.0.1] sender verify fail for : unrouteable mail domain "unknown.dom.ain" LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sender verify failed >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing "unknown with spaces"@test.ex @@ -81,12 +81,12 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >> unknown with spaces in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [127.0.0.1] sender verify fail for <"unknown with spaces"@test.ex>: Unrouteable address LOG: H=(test) [127.0.0.1] F=<"unknown with spaces"@test.ex> rejected RCPT : Sender verify failed >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -108,8 +108,8 @@ LOG: H=(test) [127.0.0.1] F=<"unknown with spaces"@test.ex> rejected RCPT >> calling userx router >>> routed by userx router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -120,11 +120,11 @@ LOG: H=(test) [127.0.0.1] F=<"unknown with spaces"@test.ex> rejected RCPT >> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 27) +>>> processing ACL check_message "require" (TESTSUITE/test-config 27) >>> check verify = header_sender >>> verifying From: header address unknown@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -145,11 +145,11 @@ LOG: H=(test) [127.0.0.1] F=<"unknown with spaces"@test.ex> rejected RCPT >> list element: userx >>> unknown in local_parts? no (end of list) >>> no more routers ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmaX-000000005vi-0000 H=(test) [127.0.0.1] F= rejected after DATA: there is no valid sender in any header line >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -171,8 +171,8 @@ LOG: 10HmaX-000000005vi-0000 H=(test) [127.0.0.1] F= rejected aft >>> calling userx router >>> routed by userx router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -183,19 +183,19 @@ LOG: 10HmaX-000000005vi-0000 H=(test) [127.0.0.1] F= rejected aft >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 qualify/rewrite: missing or malformed local part >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 27) +>>> processing ACL check_message "require" (TESTSUITE/test-config 27) >>> check verify = header_sender >>> verifying From: header address <> ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmaY-000000005vi-0000 H=(test) [127.0.0.1] F= rejected after DATA: syntax error in 'From:' header when scanning for sender: missing or malformed local part in "<>" >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing defer@test.ex @@ -215,11 +215,11 @@ LOG: 10HmaY-000000005vi-0000 H=(test) [127.0.0.1] F= rejected aft >>> defer router: defer for defer@test.ex >>> message: forced defer >>> ----------- end verify ------------ ->>> require: condition test deferred in ACL "check_recipient" +>>> require: condition test deferred in ACL check_recipient LOG: H=(test) [127.0.0.1] sender verify defer for : forced defer LOG: H=(test) [127.0.0.1] F= temporarily rejected RCPT : Could not complete sender verify >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 21) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -241,8 +241,8 @@ LOG: H=(test) [127.0.0.1] F= temporarily rejected RCPT >> calling userx router >>> routed by userx router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -253,11 +253,11 @@ LOG: H=(test) [127.0.0.1] F= temporarily rejected RCPT >> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 27) +>>> processing ACL check_message "require" (TESTSUITE/test-config 27) >>> check verify = header_sender >>> verifying from: header address >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -277,7 +277,7 @@ LOG: H=(test) [127.0.0.1] F= temporarily rejected RCPT >> calling defer router >>> defer router: defer for defer@test.ex >>> message: forced defer ->>> require: condition test deferred in ACL "check_message" +>>> require: condition test deferred in ACL check_message LOG: 10HmaZ-000000005vi-0000 H=(test) [127.0.0.1] F= temporarily rejected after DATA: all attempts to verify a sender in a header line deferred >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) diff --git a/test/stderr/0124 b/test/stderr/0124 index 7d3983131..1f19f58ff 100644 --- a/test/stderr/0124 +++ b/test/stderr/0124 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +local_domains >>> external.test.ex in "+local_domains"? >>> list element: +local_domains @@ -27,8 +27,8 @@ >>> external.test.ex in "test.ex"? no (end of list) >>> end sublist local_domains >>> external.test.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -41,20 +41,20 @@ LOG: no host name found for IP address V4NET.0.0.97 >>> ╎host in "*.friendly.test.ex"? no (failed to find host name for V4NET.0.0.97) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.97] F= rejected RCPT : relay not permitted >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check domains = +local_domains >>> external.test.ex in "+local_domains"? >>> list element: +local_domains @@ -64,8 +64,8 @@ LOG: H=(test) [V4NET.0.0.97] F= rejected RCPT >> ╎external.test.ex in "test.ex"? no (end of list) >>> end sublist local_domains >>> external.test.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -73,9 +73,9 @@ LOG: H=(test) [V4NET.0.0.97] F= rejected RCPT >> cached no match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 23) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.97] F= rejected RCPT : relay not permitted diff --git a/test/stderr/0130 b/test/stderr/0130 index afd439edd..042d19eb8 100644 --- a/test/stderr/0130 +++ b/test/stderr/0130 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 21) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 21) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -37,7 +37,7 @@ LOG: remote host address is the local host: not.test.ex (while verifying >> islocal router: defer for userx@not.test.ex >>> message: remote host address is the local host >>> ----------- end verify ------------ ->>> deny: condition test deferred in ACL "check_recipient" +>>> deny: condition test deferred in ACL check_recipient LOG: H=(test) [V4NET.0.0.0] F= temporarily rejected RCPT : remote host address is the local host LOG: MAIN remote host address is the local host: not.test.ex (while routing ) diff --git a/test/stderr/0138 b/test/stderr/0138 index af38ad441..e79705bc1 100644 --- a/test/stderr/0138 +++ b/test/stderr/0138 @@ -19,48 +19,48 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 17) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check recipients = postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check dnslists = rbl3.test.ex >>> dnslists check: rbl3.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl3.test.ex >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl3.test.ex ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 17) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check dnslists = rbl3.test.ex >>> dnslists check: rbl3.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl3.test.ex ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -84,27 +84,27 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 17) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check recipients = postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check dnslists = rbl3.test.ex >>> dnslists check: rbl3.test.ex >>> new DNS lookup for 13.12.11.V4NET.rbl3.test.ex >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 13.12.11.V4NET.rbl3.test.ex failed >>> => that means V4NET.11.12.13 is not listed at rbl3.test.ex ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: host is listed in $dnslist_domain >>> check dnslists = rbl2.test.ex >>> dnslists check: rbl2.test.ex @@ -112,8 +112,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 13.12.11.V4NET.rbl2.test.ex failed >>> => that means V4NET.11.12.13 is not listed at rbl2.test.ex ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 22) >>> message: X-Warning: $sender_host_address is listed at $dnslist_domain >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex @@ -121,8 +121,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> dnslists: wrote cache entry, ttl=3 >>> DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.13 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 24) +>>> warn: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 24) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing postmaster@exim.test.ex @@ -138,8 +138,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 25) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -152,8 +152,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check domains = +local_domains >>> exim.test.ex in "+local_domains"? >>> list element: +local_domains @@ -164,7 +164,7 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'exim.test.ex' value 'exim.test.ex' >>> exim.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.13] P=esmtp S=sss diff --git a/test/stderr/0139 b/test/stderr/0139 index 9adf879de..b1d627b67 100644 --- a/test/stderr/0139 +++ b/test/stderr/0139 @@ -9,40 +9,40 @@ >>> host in hosts_require_helo? >>> host in hosts_require_helo? no (end of list) >>> using ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 38) +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 38) >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 14.12.11.V4NET.rbl4.test.ex >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 14.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.14 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 39) >>> check dnslists = rbl4.test.ex&127.0.0.3 >>> dnslists check: rbl4.test.ex&127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.14 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 40) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 40) >>> check dnslists = rbl4.test.ex!&0.0.0.7 >>> dnslists check: rbl4.test.ex!&0.0.0.7 >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.14 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 42) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 42) >>> check dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists check: rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.14 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 44) ->>> accept: condition test succeeded in ACL "check_mail" ->>> end of ACL "check_mail": ACCEPT +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 44) +>>> accept: condition test succeeded in ACL check_mail +>>> end of ACL check_mail: ACCEPT >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 48) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 48) >>> message: X-Warn: host is listed in $dnslist_domain but not =127.0.0.3${if def:dnslist_text{\n $dnslist_text}} >>> check dnslists = rbl3.test.ex!=127.0.0.3 >>> dnslists check: rbl3.test.ex!=127.0.0.3 @@ -50,8 +50,8 @@ >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl3.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 51) +>>> warn: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 51) >>> message: host is listed in $dnslist_domain with value 127.0.0.3${if def:dnslist_text{\n$dnslist_text}} >>> check dnslists = rbl3.test.ex=127.0.0.3 >>> dnslists check: rbl3.test.ex=127.0.0.3 @@ -59,8 +59,8 @@ >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.3 ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 53) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 53) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing postmaster@exim.test.ex @@ -76,8 +76,8 @@ >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 54) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 54) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -90,8 +90,8 @@ >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 56) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 56) >>> check domains = +local_domains >>> exim.test.ex in "+local_domains"? >>> list element: +local_domains @@ -102,18 +102,18 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'exim.test.ex' value 'exim.test.ex' >>> exim.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 48) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 48) >>> message: X-Warn: host is listed in $dnslist_domain but not =127.0.0.3${if def:dnslist_text{\n $dnslist_text}} >>> check dnslists = rbl3.test.ex!=127.0.0.3 >>> dnslists check: rbl3.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl3.test.ex ->>> warn: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 51) +>>> warn: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 51) >>> message: host is listed in $dnslist_domain with value 127.0.0.3${if def:dnslist_text{\n$dnslist_text}} >>> check dnslists = rbl3.test.ex=127.0.0.3 >>> dnslists check: rbl3.test.ex=127.0.0.3 @@ -121,12 +121,12 @@ >>> DNS lookup for 14.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.2) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.3 ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 53) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 53) >>> check verify = sender >>> using cached sender verify result ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 54) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 54) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -134,8 +134,8 @@ >>> calling system_aliases router >>> routed by system_aliases router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 56) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 56) >>> check domains = +local_domains >>> exim.test.ex in "+local_domains"? >>> list element: +local_domains @@ -146,8 +146,8 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'exim.test.ex' value 'exim.test.ex' >>> exim.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= postmaster@exim.test.ex H=[V4NET.11.12.14] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -161,40 +161,40 @@ LOG: 10HmaY-000000005vi-0000 <= postmaster@exim.test.ex H=[V4NET.11.12.14] P=smt >>> host in hosts_require_helo? >>> host in hosts_require_helo? no (end of list) >>> using ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 38) +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 38) >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 15.12.11.V4NET.rbl4.test.ex >>> dnslists: wrote cache entry, ttl=3000 >>> DNS lookup for 15.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 39) >>> check dnslists = rbl4.test.ex&127.0.0.3 >>> dnslists check: rbl4.test.ex&127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 15.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 40) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 40) >>> check dnslists = rbl4.test.ex!&0.0.0.7 >>> dnslists check: rbl4.test.ex!&0.0.0.7 >>> dnslists: using result of previous lookup >>> DNS lookup for 15.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 42) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 42) >>> check dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists check: rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists: using result of previous lookup >>> DNS lookup for 15.12.11.V4NET.rbl4.test.ex failed >>> => that means V4NET.11.12.15 is not listed at rbl4.test.ex ->>> warn: condition test failed in ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 44) ->>> accept: condition test succeeded in ACL "check_mail" ->>> end of ACL "check_mail": ACCEPT +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 44) +>>> accept: condition test succeeded in ACL check_mail +>>> end of ACL check_mail: ACCEPT >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 48) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 48) >>> message: X-Warn: host is listed in $dnslist_domain but not =127.0.0.3${if def:dnslist_text{\n $dnslist_text}} >>> check dnslists = rbl3.test.ex!=127.0.0.3 >>> dnslists check: rbl3.test.ex!=127.0.0.3 @@ -203,16 +203,16 @@ LOG: 10HmaY-000000005vi-0000 <= postmaster@exim.test.ex H=[V4NET.11.12.14] P=smt >>> DNS lookup for 15.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.3) >>> => but we are not accepting this block class because >>> => there was an exclude match for =127.0.0.3 ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 51) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 51) >>> message: host is listed in $dnslist_domain with value 127.0.0.3${if def:dnslist_text{\n$dnslist_text}} >>> check dnslists = rbl3.test.ex=127.0.0.3 >>> dnslists check: rbl3.test.ex=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 15.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.3) >>> => that means V4NET.11.12.15 is listed at rbl3.test.ex ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=[V4NET.11.12.15] F= rejected RCPT : host is listed in rbl3.test.ex with value 127.0.0.3 >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -225,23 +225,23 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> host in hosts_require_helo? >>> host in hosts_require_helo? no (end of list) >>> using ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 38) +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 38) >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 20.12.11.V4NET.rbl4.test.ex >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 20.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.6) >>> => that means V4NET.11.12.20 is listed at rbl4.test.ex ->>> warn: condition test succeeded in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 39) +>>> warn: condition test succeeded in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 39) >>> check dnslists = rbl4.test.ex&127.0.0.3 >>> dnslists check: rbl4.test.ex&127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 20.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.6) >>> => but we are not accepting this block class because >>> => there was no match for &127.0.0.3 ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 40) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 40) >>> check dnslists = rbl4.test.ex!&0.0.0.7 >>> dnslists check: rbl4.test.ex!&0.0.0.7 >>> dnslists: using result of previous lookup @@ -249,18 +249,18 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> => that means V4NET.11.12.20 is listed at rbl4.test.ex >>> check add_header = DNSlist: $dnslist_domain $dnslist_text $dnslist_matched >>> = DNSlist: rbl4.test.ex V4NET.11.12.20 ->>> warn: condition test succeeded in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 42) +>>> warn: condition test succeeded in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 42) >>> check dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists check: rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists: using result of previous lookup >>> DNS lookup for 20.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.6) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.128 ->>> warn: condition test failed in ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 44) ->>> accept: condition test succeeded in ACL "check_mail" ->>> end of ACL "check_mail": ACCEPT +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 44) +>>> accept: condition test succeeded in ACL check_mail +>>> end of ACL check_mail: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -272,40 +272,40 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> host in hosts_require_helo? >>> host in hosts_require_helo? no (end of list) >>> using ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 38) +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 38) >>> check dnslists = rbl4.test.ex&0.0.0.6 >>> dnslists check: rbl4.test.ex&0.0.0.6 >>> new DNS lookup for 21.12.11.V4NET.rbl4.test.ex >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 21.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.7) >>> => that means V4NET.11.12.21 is listed at rbl4.test.ex ->>> warn: condition test succeeded in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 39) +>>> warn: condition test succeeded in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 39) >>> check dnslists = rbl4.test.ex&127.0.0.3 >>> dnslists check: rbl4.test.ex&127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 21.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.7) >>> => that means V4NET.11.12.21 is listed at rbl4.test.ex ->>> warn: condition test succeeded in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 40) +>>> warn: condition test succeeded in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 40) >>> check dnslists = rbl4.test.ex!&0.0.0.7 >>> dnslists check: rbl4.test.ex!&0.0.0.7 >>> dnslists: using result of previous lookup >>> DNS lookup for 21.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.7) >>> => but we are not accepting this block class because >>> => there was an exclude match for &0.0.0.7 ->>> warn: condition test failed in ACL "check_mail" ->>> processing "warn" (TESTSUITE/test-config 42) +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "warn" (TESTSUITE/test-config 42) >>> check dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists check: rbl5.test.ex,rbl4.test.ex=127.0.0.128 >>> dnslists: using result of previous lookup >>> DNS lookup for 21.12.11.V4NET.rbl4.test.ex succeeded (yielding 127.0.0.7) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.128 ->>> warn: condition test failed in ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 44) ->>> accept: condition test succeeded in ACL "check_mail" ->>> end of ACL "check_mail": ACCEPT +>>> warn: condition test failed in ACL check_mail +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 44) +>>> accept: condition test succeeded in ACL check_mail +>>> end of ACL check_mail: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -319,7 +319,7 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> list element: @[] >>> a.b in helo_lookup_domains? no (end of list) >>> using ACL "check_helo" ->>> processing "warn" (TESTSUITE/test-config 22) +>>> processing ACL check_helo "warn" (TESTSUITE/test-config 22) >>> check dnslists = rbl2.test.ex!=127.0.0.3 : rbl3.test.ex=127.0.0.3 >>> dnslists check: rbl2.test.ex!=127.0.0.3 >>> new DNS lookup for 15.12.11.V4NET.rbl2.test.ex @@ -331,10 +331,10 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 15.12.11.V4NET.rbl3.test.ex succeeded (yielding 127.0.0.3) >>> => that means V4NET.11.12.15 is listed at rbl3.test.ex ->>> warn: condition test succeeded in ACL "check_helo" ->>> processing "accept" (TESTSUITE/test-config 23) ->>> accept: condition test succeeded in ACL "check_helo" ->>> end of ACL "check_helo": ACCEPT +>>> warn: condition test succeeded in ACL check_helo +>>> processing ACL check_helo "accept" (TESTSUITE/test-config 23) +>>> accept: condition test succeeded in ACL check_helo +>>> end of ACL check_helo: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -347,76 +347,76 @@ LOG: H=[V4NET.11.12.15] F= rejected RCPT >> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 2.13.13.V4NET.rbl.test.ex >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => but we are not accepting this block class because >>> => there was an exclude match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => but we are not accepting this block class because >>> => there were no IP addresses that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -438,7 +438,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.2] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 100.13.13.V4NET.rbl.test.ex @@ -446,68 +446,68 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.2] >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => that means V4NET.13.13.100 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => that means V4NET.13.13.100 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => that means V4NET.13.13.100 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => that means V4NET.13.13.100 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) >>> => that means V4NET.13.13.100 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 100.13.13.V4NET.rbl.test.ex succeeded (yielding 0.0.0.0) LOG: DNS list lookup for V4NET.13.13.100 at rbl.test.ex returned 0.0.0.0; not in 127.0/8 and discarded ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -529,7 +529,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.100] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 101.13.13.V4NET.rbl.test.ex @@ -537,68 +537,68 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.100] >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => that means V4NET.13.13.101 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => that means V4NET.13.13.101 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => that means V4NET.13.13.101 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => that means V4NET.13.13.101 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) >>> => that means V4NET.13.13.101 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 101.13.13.V4NET.rbl.test.ex succeeded (yielding 126.255.255.255) LOG: DNS list lookup for V4NET.13.13.101 at rbl.test.ex returned 126.255.255.255; not in 127.0/8 and discarded ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -620,7 +620,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.101] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 102.13.13.V4NET.rbl.test.ex @@ -628,68 +628,68 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.101] >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => that means V4NET.13.13.102 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => that means V4NET.13.13.102 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => that means V4NET.13.13.102 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => that means V4NET.13.13.102 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) >>> => that means V4NET.13.13.102 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 102.13.13.V4NET.rbl.test.ex succeeded (yielding 128.0.0.0) LOG: DNS list lookup for V4NET.13.13.102 at rbl.test.ex returned 128.0.0.0; not in 127.0/8 and discarded ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -711,7 +711,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.102] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 103.13.13.V4NET.rbl.test.ex @@ -719,68 +719,68 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.102] >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => that means V4NET.13.13.103 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => that means V4NET.13.13.103 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => that means V4NET.13.13.103 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => that means V4NET.13.13.103 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) >>> => that means V4NET.13.13.103 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 103.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255) LOG: DNS list lookup for V4NET.13.13.103 at rbl.test.ex returned 255.255.255.255; not in 127.0/8 and discarded ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -802,7 +802,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.103] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 104.13.13.V4NET.rbl.test.ex @@ -810,69 +810,69 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.103] >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 104.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 127.0.0.0) LOG: DNS list lookup for V4NET.13.13.104 at rbl.test.ex returned 255.255.255.255; not in 127.0/8 and discarded >>> => that means V4NET.13.13.104 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router @@ -894,7 +894,7 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.104] >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 26) +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 26) >>> check dnslists = rbl.test.ex=127.0.0.1 >>> dnslists check: rbl.test.ex=127.0.0.1 >>> new DNS lookup for 105.13.13.V4NET.rbl.test.ex @@ -902,69 +902,69 @@ LOG: VRFY failed for a@b H=[V4NET.13.13.104] >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => but we are not accepting this block class because >>> => there was no match for =127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 27) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 27) >>> check dnslists = rbl.test.ex!=127.0.0.1 >>> dnslists check: rbl.test.ex!=127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => that means V4NET.13.13.105 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 28) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 28) >>> check dnslists = rbl.test.ex!=127.0.0.3 >>> dnslists check: rbl.test.ex!=127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => that means V4NET.13.13.105 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 29) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 29) >>> check dnslists = rbl.test.ex==127.0.0.1 >>> dnslists check: rbl.test.ex==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 30) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 30) >>> check dnslists = rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => but we are not accepting this block class because >>> => there was an IP address that did not match for ==127.0.0.1,127.0.0.2 ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 31) >>> check dnslists = rbl.test.ex!==127.0.0.1 >>> dnslists check: rbl.test.ex!==127.0.0.1 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => that means V4NET.13.13.105 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 32) >>> check dnslists = rbl.test.ex!==127.0.0.3 >>> dnslists check: rbl.test.ex!==127.0.0.3 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => that means V4NET.13.13.105 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 33) >>> check dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists check: rbl.test.ex!==127.0.0.1,127.0.0.2 >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) >>> => that means V4NET.13.13.105 is listed at rbl.test.ex ->>> warn: condition test succeeded in ACL "check_vrfy" ->>> processing "warn" (TESTSUITE/test-config 34) +>>> warn: condition test succeeded in ACL check_vrfy +>>> processing ACL check_vrfy "warn" (TESTSUITE/test-config 34) >>> check dnslists = rbl.test.ex >>> dnslists check: rbl.test.ex >>> dnslists: using result of previous lookup >>> DNS lookup for 105.13.13.V4NET.rbl.test.ex succeeded (yielding 255.255.255.255, 255.255.255.254) LOG: DNS list lookup for V4NET.13.13.105 at rbl.test.ex returned 255.255.255.255; not in 127.0/8 and discarded LOG: DNS list lookup for V4NET.13.13.105 at rbl.test.ex returned 255.255.255.254; not in 127.0/8 and discarded ->>> warn: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 35) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> warn: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 35) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b >>> calling system_aliases router diff --git a/test/stderr/0145 b/test/stderr/0145 index 176539a66..bc966a067 100644 --- a/test/stderr/0145 +++ b/test/stderr/0145 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@mxt10.test.ex @@ -26,8 +26,8 @@ >>> "more" is false: skipping remaining routers >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [V4NET.9.8.7] sender verify fail for : all relevant MX records point to non-existent hosts or (invalidly) to IP addresses LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -43,7 +43,7 @@ LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : Sender veri >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@ten-1.test.ex @@ -56,8 +56,8 @@ LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : Sender veri >>> ten-1.test.ex in dnssec_request_domains? yes (matched "*") >>> routed by domainlist router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 19) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 19) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@mxt10.test.ex @@ -72,6 +72,6 @@ LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : Sender veri >>> "more" is false: skipping remaining routers >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [V4NET.9.8.7] F= rejected RCPT : all relevant MX records point to non-existent hosts or (invalidly) to IP addresses diff --git a/test/stderr/0157 b/test/stderr/0157 index e5f23273c..686c982c8 100644 --- a/test/stderr/0157 +++ b/test/stderr/0157 @@ -11,13 +11,13 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -27,8 +27,8 @@ >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 @@ -38,17 +38,17 @@ >>> x@y.z in "userx@test.ex"? >>> list element: userx@test.ex >>> x@y.z in "userx@test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" +>>> accept: condition test failed in ACL check_recipient >>> accept: endpass encountered - denying access LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -58,8 +58,8 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 @@ -72,8 +72,8 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> list element: test.ex >>> test.ex in "test.ex"? yes (matched "test.ex") >>> userx@test.ex in "userx@test.ex"? yes (matched "userx@test.ex") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -87,13 +87,13 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -103,14 +103,14 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 >>> host in "V4NET.0.0.1"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -121,16 +121,16 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> ╎host in "V4NET.0.0.1 : V4NET.0.0.2"? yes (matched "V4NET.0.0.2") >>> end sublist relay_hosts >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -140,14 +140,14 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 >>> host in "V4NET.0.0.1"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -155,8 +155,8 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> cached yes match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? yes (matched "+relay_hosts" - cached) ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -170,13 +170,13 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -186,14 +186,14 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 >>> host in "V4NET.0.0.1"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -204,20 +204,20 @@ LOG: H=(test) [V4NET.0.0.1] F= rejected RCPT : invalid sender >>> host in "V4NET.0.0.1 : V4NET.0.0.2"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.3] F= rejected RCPT : relay not permitted >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 20) >>> check domains = +local_domains >>> b.c in "+local_domains"? >>> list element: +local_domains @@ -227,14 +227,14 @@ LOG: H=(test) [V4NET.0.0.3] F= rejected RCPT : relay not permitted >>> b.c in "test.ex"? no (end of list) >>> end sublist local_domains >>> b.c in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) >>> check hosts = V4NET.0.0.1 >>> host in "V4NET.0.0.1"? >>> list element: V4NET.0.0.1 >>> host in "V4NET.0.0.1"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 25) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 25) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -242,9 +242,9 @@ LOG: H=(test) [V4NET.0.0.3] F= rejected RCPT : relay not permitted >>> cached no match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 26) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.3] F= rejected RCPT : relay not permitted diff --git a/test/stderr/0175 b/test/stderr/0175 index afaf05137..f1bee969f 100644 --- a/test/stderr/0175 +++ b/test/stderr/0175 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain @@ -34,8 +34,8 @@ MUNGED: ::1 will be omitted in what follows >>> name=localhost address=127.0.0.1 >>> fail_sender router forced address failure >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [V4NET.0.0.0] sender verify fail for : remote host address is the local host LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -51,7 +51,7 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : S >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@bad.domain2 @@ -84,8 +84,8 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=localhost address=127.0.0.1 >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [V4NET.0.0.0] sender verify fail for : fail_sender2 router forced verify failure LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -101,7 +101,7 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 18) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing user@ten-1.test.ex @@ -144,8 +144,8 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : >>> ten-1.test.ex in dnssec_request_domains? yes (matched "*") >>> routed by lookuphost router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -156,6 +156,6 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT LOG: 10HmaX-000000005vi-0000 <= user@ten-1.test.ex H=(test) [V4NET.0.0.0] P=smtp S=sss diff --git a/test/stderr/0183 b/test/stderr/0183 index 3501e48a7..cbb0020d9 100644 --- a/test/stderr/0183 +++ b/test/stderr/0183 @@ -1062,12 +1062,12 @@ lookuphost router skipped: local_parts mismatch local_part=userd domain=nonexist.example.com checking "condition" "${acl {delay}}"... using ACL "delay" - processing "accept" (TESTSUITE/test-config 18) + processing ACL delay "accept" (TESTSUITE/test-config 18) check delay = 3s delay modifier requests 3-second delay message: y - accept: condition test succeeded in ACL "delay" - end of ACL "delay": ACCEPT + accept: condition test succeeded in ACL delay + end of ACL delay: ACCEPT calling delay router delay router called for userd@nonexist.example.com domain = nonexist.example.com diff --git a/test/stderr/0234 b/test/stderr/0234 index 211211964..f2727c80e 100644 --- a/test/stderr/0234 +++ b/test/stderr/0234 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +relay_domains >>> d in "+relay_domains"? >>> list element: +relay_domains @@ -23,14 +23,14 @@ >>> d in "@mx_any"? no (end of list) >>> end sublist relay_domains >>> d in "+relay_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : relay not permitted >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +relay_domains >>> mxt1.test.ex in "+relay_domains"? >>> list element: +relay_domains @@ -44,10 +44,10 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : relay not permitted >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'mxt1.test.ex' value '@mx_any' >>> mxt1.test.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check domains = +relay_domains >>> mxt6.test.ex in "+relay_domains"? >>> list element: +relay_domains @@ -63,5 +63,5 @@ LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT : relay not permitted >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'mxt6.test.ex' value '@mx_any' >>> mxt6.test.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT diff --git a/test/stderr/0243 b/test/stderr/0243 index c92fc3e09..dc96d96fa 100644 --- a/test/stderr/0243 +++ b/test/stderr/0243 @@ -19,7 +19,7 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -37,8 +37,8 @@ >>> calling algemeen_aliases router >>> routed by algemeen_aliases router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> nl.demon.net in "+local_domains"? >>> list element: +local_domains @@ -49,5 +49,5 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'nl.demon.net' value 'nl.demon.net' >>> nl.demon.net in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT diff --git a/test/stderr/0249 b/test/stderr/0249 index 879ba7eeb..42a7e0938 100644 --- a/test/stderr/0249 +++ b/test/stderr/0249 @@ -48,7 +48,7 @@ User@d.domain in "a@b"? no (end of list) >>> list element: @ >>> list element: @[] >>> tester in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) diff --git a/test/stderr/0251 b/test/stderr/0251 index 816d4dd1a..29dd0f593 100644 --- a/test/stderr/0251 +++ b/test/stderr/0251 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -44,8 +44,8 @@ >>> calling exeter_listf router >>> routed by exeter_listf router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> listr.test.ex in "+local_domains"? >>> list element: +local_domains @@ -57,10 +57,10 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'listr.test.ex' value '*.test.ex' >>> listr.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -77,8 +77,8 @@ >>> calling exeter_listf router >>> routed by exeter_listf router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 22) >>> check domains = +local_domains >>> listr.test.ex in "+local_domains"? >>> list element: +local_domains @@ -90,7 +90,7 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'listr.test.ex' value '*.test.ex' >>> listr.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT ******** SERVER ******** diff --git a/test/stderr/0275 b/test/stderr/0275 index aa6187d0d..f5891bb9a 100644 --- a/test/stderr/0275 +++ b/test/stderr/0275 @@ -558,7 +558,7 @@ test.ex in percent_hack_domains? ╎test.ex in "test.ex"? yes (matched "test.ex") end sublist not_queue_domains test.ex in percent_hack_domains? yes (matched "+not_queue_domains") -processing "accept" (TESTSUITE/test-config 102) +processing inline ACL "accept" check verify = recipient >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying error@test.ex diff --git a/test/stderr/0281 b/test/stderr/0281 index ade958445..9fd87a8e9 100644 --- a/test/stderr/0281 +++ b/test/stderr/0281 @@ -11,41 +11,41 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_rcpt_1" ->>> processing "require" (TESTSUITE/test-config 19) +>>> processing ACL acl_rcpt_1 "require" (TESTSUITE/test-config 19) >>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] >>> myhost.test.ex in "@ : @[]"? >>> list element: @ >>> myhost.test.ex in "@ : @[]"? yes (matched "@") ->>> require: condition test succeeded in ACL "acl_rcpt_1" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "acl_rcpt_1" ->>> end of ACL "acl_rcpt_1": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_1 +>>> processing ACL acl_rcpt_1 "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL acl_rcpt_1 +>>> end of ACL acl_rcpt_1: ACCEPT >>> using ACL "acl_rcpt_1" ->>> processing "require" (TESTSUITE/test-config 19) +>>> processing ACL acl_rcpt_1 "require" (TESTSUITE/test-config 19) >>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] >>> [127.0.0.1] in "@ : @[]"? >>> list element: @ >>> list element: @[] >>> [127.0.0.1] in "@ : @[]"? yes (matched "@[]") ->>> require: condition test succeeded in ACL "acl_rcpt_1" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "acl_rcpt_1" ->>> end of ACL "acl_rcpt_1": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_1 +>>> processing ACL acl_rcpt_1 "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL acl_rcpt_1 +>>> end of ACL acl_rcpt_1: ACCEPT >>> using ACL "acl_rcpt_1" ->>> processing "require" (TESTSUITE/test-config 19) +>>> processing ACL acl_rcpt_1 "require" (TESTSUITE/test-config 19) >>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] >>> else.where in "@ : @[]"? >>> list element: @ >>> list element: @[] >>> else.where in "@ : @[]"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_1" ->>> end of ACL "acl_rcpt_1": not OK +>>> require: condition test failed in ACL acl_rcpt_1 +>>> end of ACL acl_rcpt_1: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <1@else.where>: domain doesn't match @ or @[] >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxt13.test.ex in "@mx_any"? @@ -57,12 +57,12 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <1@else.where>: domain doesn't >>> other1.test.ex in hosts_treat_as_local? yes (matched "other1.test.ex") >>> local host has lowest MX >>> mxt13.test.ex in "@mx_any"? yes (matched "@mx_any") ->>> require: condition test succeeded in ACL "acl_rcpt_2" ->>> processing "accept" (TESTSUITE/test-config 26) ->>> accept: condition test succeeded in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_2 +>>> processing ACL acl_rcpt_2 "accept" (TESTSUITE/test-config 26) +>>> accept: condition test succeeded in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: ACCEPT >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxt1.test.ex in "@mx_any"? @@ -74,12 +74,12 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <1@else.where>: domain doesn't >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) >>> local host has lowest MX >>> mxt1.test.ex in "@mx_any"? yes (matched "@mx_any") ->>> require: condition test succeeded in ACL "acl_rcpt_2" ->>> processing "accept" (TESTSUITE/test-config 26) ->>> accept: condition test succeeded in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_2 +>>> processing ACL acl_rcpt_2 "accept" (TESTSUITE/test-config 26) +>>> accept: condition test succeeded in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: ACCEPT >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxt6.test.ex in "@mx_any"? @@ -96,12 +96,12 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <1@else.where>: domain doesn't >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> ten-2.test.ex V4NET.0.0.2 6 >>> mxt6.test.ex in "@mx_any"? yes (matched "@mx_any") ->>> require: condition test succeeded in ACL "acl_rcpt_2" ->>> processing "accept" (TESTSUITE/test-config 26) ->>> accept: condition test succeeded in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_2 +>>> processing ACL acl_rcpt_2 "accept" (TESTSUITE/test-config 26) +>>> accept: condition test succeeded in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: ACCEPT >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxt9.test.ex in "@mx_any"? @@ -118,11 +118,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <1@else.where>: domain doesn't >>> list element: other1.test.ex >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) >>> mxt9.test.ex in "@mx_any"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": not OK +>>> require: condition test failed in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <2@mxt9.test.ex>: domain doesn't match @mx_any >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxnone.test.ex in "@mx_any"? @@ -130,11 +130,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <2@mxt9.test.ex>: domain doesn >>> check dnssec require list >>> check dnssec request list >>> mxnone.test.ex in "@mx_any"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": not OK +>>> require: condition test failed in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <2@mxnone.test.ex>: domain doesn't match @mx_any >>> using ACL "acl_rcpt_3" ->>> processing "require" (TESTSUITE/test-config 29) +>>> processing ACL acl_rcpt_3 "require" (TESTSUITE/test-config 29) >>> message: domain doesn't match @mx_primary >>> check domains = @mx_primary >>> mxt5.test.ex in "@mx_primary"? @@ -149,12 +149,12 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <2@mxnone.test.ex>: domain doe >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) >>> local host has lowest MX >>> mxt5.test.ex in "@mx_primary"? yes (matched "@mx_primary") ->>> require: condition test succeeded in ACL "acl_rcpt_3" ->>> processing "accept" (TESTSUITE/test-config 31) ->>> accept: condition test succeeded in ACL "acl_rcpt_3" ->>> end of ACL "acl_rcpt_3": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_3 +>>> processing ACL acl_rcpt_3 "accept" (TESTSUITE/test-config 31) +>>> accept: condition test succeeded in ACL acl_rcpt_3 +>>> end of ACL acl_rcpt_3: ACCEPT >>> using ACL "acl_rcpt_3" ->>> processing "require" (TESTSUITE/test-config 29) +>>> processing ACL acl_rcpt_3 "require" (TESTSUITE/test-config 29) >>> message: domain doesn't match @mx_primary >>> check domains = @mx_primary >>> mxt6.test.ex in "@mx_primary"? @@ -174,11 +174,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <2@mxnone.test.ex>: domain doe >>> ten-2.test.ex V4NET.0.0.2 6 >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> mxt6.test.ex in "@mx_primary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_3" ->>> end of ACL "acl_rcpt_3": not OK +>>> require: condition test failed in ACL acl_rcpt_3 +>>> end of ACL acl_rcpt_3: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt6.test.ex>: domain doesn't match @mx_primary >>> using ACL "acl_rcpt_3" ->>> processing "require" (TESTSUITE/test-config 29) +>>> processing ACL acl_rcpt_3 "require" (TESTSUITE/test-config 29) >>> message: domain doesn't match @mx_primary >>> check domains = @mx_primary >>> mxt9.test.ex in "@mx_primary"? @@ -195,11 +195,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt6.test.ex>: domain doesn >>> list element: other1.test.ex >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) >>> mxt9.test.ex in "@mx_primary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_3" ->>> end of ACL "acl_rcpt_3": not OK +>>> require: condition test failed in ACL acl_rcpt_3 +>>> end of ACL acl_rcpt_3: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt9.test.ex>: domain doesn't match @mx_primary >>> using ACL "acl_rcpt_3" ->>> processing "require" (TESTSUITE/test-config 29) +>>> processing ACL acl_rcpt_3 "require" (TESTSUITE/test-config 29) >>> message: domain doesn't match @mx_primary >>> check domains = @mx_primary >>> mxnone.test.ex in "@mx_primary"? @@ -207,11 +207,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt9.test.ex>: domain doesn >>> check dnssec require list >>> check dnssec request list >>> mxnone.test.ex in "@mx_primary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_3" ->>> end of ACL "acl_rcpt_3": not OK +>>> require: condition test failed in ACL acl_rcpt_3 +>>> end of ACL acl_rcpt_3: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxnone.test.ex>: domain doesn't match @mx_primary >>> using ACL "acl_rcpt_4" ->>> processing "require" (TESTSUITE/test-config 34) +>>> processing ACL acl_rcpt_4 "require" (TESTSUITE/test-config 34) >>> message: domain doesn't match @mx_secondary >>> check domains = @mx_secondary >>> mxt5.test.ex in "@mx_secondary"? @@ -223,11 +223,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxnone.test.ex>: domain doe >>> eximtesthost.test.ex in hosts_treat_as_local? no (end of list) >>> local host has lowest MX >>> mxt5.test.ex in "@mx_secondary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_4" ->>> end of ACL "acl_rcpt_4": not OK +>>> require: condition test failed in ACL acl_rcpt_4 +>>> end of ACL acl_rcpt_4: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxt5.test.ex>: domain doesn't match @mx_secondary >>> using ACL "acl_rcpt_4" ->>> processing "require" (TESTSUITE/test-config 34) +>>> processing ACL acl_rcpt_4 "require" (TESTSUITE/test-config 34) >>> message: domain doesn't match @mx_secondary >>> check domains = @mx_secondary >>> mxt6.test.ex in "@mx_secondary"? @@ -247,12 +247,12 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxt5.test.ex>: domain doesn >>> ten-2.test.ex V4NET.0.0.2 6 >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> mxt6.test.ex in "@mx_secondary"? yes (matched "@mx_secondary") ->>> require: condition test succeeded in ACL "acl_rcpt_4" ->>> processing "accept" (TESTSUITE/test-config 36) ->>> accept: condition test succeeded in ACL "acl_rcpt_4" ->>> end of ACL "acl_rcpt_4": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_4 +>>> processing ACL acl_rcpt_4 "accept" (TESTSUITE/test-config 36) +>>> accept: condition test succeeded in ACL acl_rcpt_4 +>>> end of ACL acl_rcpt_4: ACCEPT >>> using ACL "acl_rcpt_4" ->>> processing "require" (TESTSUITE/test-config 34) +>>> processing ACL acl_rcpt_4 "require" (TESTSUITE/test-config 34) >>> message: domain doesn't match @mx_secondary >>> check domains = @mx_secondary >>> mxt9.test.ex in "@mx_secondary"? @@ -269,11 +269,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxt5.test.ex>: domain doesn >>> list element: other1.test.ex >>> ten-3.test.ex in hosts_treat_as_local? no (end of list) >>> mxt9.test.ex in "@mx_secondary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_4" ->>> end of ACL "acl_rcpt_4": not OK +>>> require: condition test failed in ACL acl_rcpt_4 +>>> end of ACL acl_rcpt_4: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxt9.test.ex>: domain doesn't match @mx_secondary >>> using ACL "acl_rcpt_4" ->>> processing "require" (TESTSUITE/test-config 34) +>>> processing ACL acl_rcpt_4 "require" (TESTSUITE/test-config 34) >>> message: domain doesn't match @mx_secondary >>> check domains = @mx_secondary >>> mxnone.test.ex in "@mx_secondary"? @@ -281,11 +281,11 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxt9.test.ex>: domain doesn >>> check dnssec require list >>> check dnssec request list >>> mxnone.test.ex in "@mx_secondary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_4" ->>> end of ACL "acl_rcpt_4": not OK +>>> require: condition test failed in ACL acl_rcpt_4 +>>> end of ACL acl_rcpt_4: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <4@mxnone.test.ex>: domain doesn't match @mx_secondary >>> using ACL "acl_rcpt_5" ->>> processing "require" (TESTSUITE/test-config 39) +>>> processing ACL acl_rcpt_5 "require" (TESTSUITE/test-config 39) >>> message: host doesn't match @ or @[] >>> check hosts = @ : @[] >>> host in "@ : @[]"? @@ -295,8 +295,8 @@ MUNGED: ::1 will be omitted in what follows >>> name=myhost.test.ex address=V4NET.10.10.10 >>> list element: @[] >>> host in "@ : @[]"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_5" ->>> end of ACL "acl_rcpt_5": not OK +>>> require: condition test failed in ACL acl_rcpt_5 +>>> end of ACL acl_rcpt_5: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <5@myhost.test.ex>: host doesn't match @ or @[] >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -311,7 +311,7 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <5@myhost.test.ex>: host doesn >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_rcpt_5" ->>> processing "require" (TESTSUITE/test-config 39) +>>> processing ACL acl_rcpt_5 "require" (TESTSUITE/test-config 39) >>> message: host doesn't match @ or @[] >>> check hosts = @ : @[] >>> host in "@ : @[]"? @@ -320,10 +320,10 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=myhost.test.ex address=V4NET.10.10.10 >>> host in "@ : @[]"? yes (matched "@") ->>> require: condition test succeeded in ACL "acl_rcpt_5" ->>> processing "accept" (TESTSUITE/test-config 41) ->>> accept: condition test succeeded in ACL "acl_rcpt_5" ->>> end of ACL "acl_rcpt_5": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_5 +>>> processing ACL acl_rcpt_5 "accept" (TESTSUITE/test-config 41) +>>> accept: condition test succeeded in ACL acl_rcpt_5 +>>> end of ACL acl_rcpt_5: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -337,7 +337,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_rcpt_5" ->>> processing "require" (TESTSUITE/test-config 39) +>>> processing ACL acl_rcpt_5 "require" (TESTSUITE/test-config 39) >>> message: host doesn't match @ or @[] >>> check hosts = @ : @[] >>> host in "@ : @[]"? @@ -347,10 +347,10 @@ MUNGED: ::1 will be omitted in what follows >>> name=myhost.test.ex address=V4NET.10.10.10 >>> list element: @[] >>> host in "@ : @[]"? yes (matched "@[]") ->>> require: condition test succeeded in ACL "acl_rcpt_5" ->>> processing "accept" (TESTSUITE/test-config 41) ->>> accept: condition test succeeded in ACL "acl_rcpt_5" ->>> end of ACL "acl_rcpt_5": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_5 +>>> processing ACL acl_rcpt_5 "accept" (TESTSUITE/test-config 41) +>>> accept: condition test succeeded in ACL acl_rcpt_5 +>>> end of ACL acl_rcpt_5: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -364,7 +364,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_rcpt_2" ->>> processing "require" (TESTSUITE/test-config 24) +>>> processing ACL acl_rcpt_2 "require" (TESTSUITE/test-config 24) >>> message: domain doesn't match @mx_any >>> check domains = @mx_any >>> mxt3.test.ex in "@mx_any"? @@ -380,12 +380,12 @@ MUNGED: ::1 will be omitted in what follows >>> local host in host list - removed hosts: >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> mxt3.test.ex in "@mx_any"? yes (matched "@mx_any") ->>> require: condition test succeeded in ACL "acl_rcpt_2" ->>> processing "accept" (TESTSUITE/test-config 26) ->>> accept: condition test succeeded in ACL "acl_rcpt_2" ->>> end of ACL "acl_rcpt_2": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_2 +>>> processing ACL acl_rcpt_2 "accept" (TESTSUITE/test-config 26) +>>> accept: condition test succeeded in ACL acl_rcpt_2 +>>> end of ACL acl_rcpt_2: ACCEPT >>> using ACL "acl_rcpt_3" ->>> processing "require" (TESTSUITE/test-config 29) +>>> processing ACL acl_rcpt_3 "require" (TESTSUITE/test-config 29) >>> message: domain doesn't match @mx_primary >>> check domains = @mx_primary >>> mxt3.test.ex in "@mx_primary"? @@ -401,11 +401,11 @@ MUNGED: ::1 will be omitted in what follows >>> local host in host list - removed hosts: >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> mxt3.test.ex in "@mx_primary"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_3" ->>> end of ACL "acl_rcpt_3": not OK +>>> require: condition test failed in ACL acl_rcpt_3 +>>> end of ACL acl_rcpt_3: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt3.test.ex>: domain doesn't match @mx_primary >>> using ACL "acl_rcpt_4" ->>> processing "require" (TESTSUITE/test-config 34) +>>> processing ACL acl_rcpt_4 "require" (TESTSUITE/test-config 34) >>> message: domain doesn't match @mx_secondary >>> check domains = @mx_secondary >>> mxt3.test.ex in "@mx_secondary"? @@ -421,7 +421,7 @@ LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <3@mxt3.test.ex>: domain doesn >>> local host in host list - removed hosts: >>> eximtesthost.test.ex ip4.ip4.ip4.ip4 6 >>> mxt3.test.ex in "@mx_secondary"? yes (matched "@mx_secondary") ->>> require: condition test succeeded in ACL "acl_rcpt_4" ->>> processing "accept" (TESTSUITE/test-config 36) ->>> accept: condition test succeeded in ACL "acl_rcpt_4" ->>> end of ACL "acl_rcpt_4": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_4 +>>> processing ACL acl_rcpt_4 "accept" (TESTSUITE/test-config 36) +>>> accept: condition test succeeded in ACL acl_rcpt_4 +>>> end of ACL acl_rcpt_4: ACCEPT diff --git a/test/stderr/0294 b/test/stderr/0294 index fb876330c..47af581ab 100644 --- a/test/stderr/0294 +++ b/test/stderr/0294 @@ -132,13 +132,13 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "deny" (TESTSUITE/test-config 35) +processing inline ACL "deny" check local_parts = reject one in "reject"? list element: reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" (TESTSUITE/test-config 35) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -147,13 +147,13 @@ host in smtp_ratelimit_hosts? list element: list element: V4NET.9.8.7 host in smtp_ratelimit_hosts? no (end of list) -processing "deny" (TESTSUITE/test-config 35) +processing inline ACL "deny" check local_parts = reject one in "reject"? list element: reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" (TESTSUITE/test-config 35) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -192,13 +192,13 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "deny" (TESTSUITE/test-config 35) +processing inline ACL "deny" check local_parts = reject one in "reject"? list element: reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" (TESTSUITE/test-config 35) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -208,13 +208,13 @@ host in smtp_ratelimit_hosts? list element: V4NET.9.8.7 host in smtp_ratelimit_hosts? yes (matched "V4NET.9.8.7") rate limit RCPT: delay 0.25 sec -processing "deny" (TESTSUITE/test-config 35) +processing inline ACL "deny" check local_parts = reject one in "reject"? list element: reject one in "reject"? no (end of list) deny: condition test failed in inline ACL -processing "accept" (TESTSUITE/test-config 35) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted diff --git a/test/stderr/0303 b/test/stderr/0303 index 72553dcd8..67ca5b494 100644 --- a/test/stderr/0303 +++ b/test/stderr/0303 @@ -112,7 +112,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 12) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -196,7 +196,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 12) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted diff --git a/test/stderr/0304 b/test/stderr/0304 index 6fa019580..4f1c9d89c 100644 --- a/test/stderr/0304 +++ b/test/stderr/0304 @@ -11,29 +11,29 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> b1@x in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> b1@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b1@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b1@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b1@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b1@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> b1@x in "domain.only : *.domain2.only"? @@ -46,23 +46,23 @@ >>> list element: *.domain2.only >>> x in "*.domain2.only"? no (end of list) >>> b1@x in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> b1@x in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> b1@x in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> b1@x in "pqr@@"? >>> list element: pqr@@ >>> b1@x in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> in ":"? @@ -75,33 +75,33 @@ >>> list element: x >>> x in "x"? yes (matched "x") >>> b1@x in "b1@x"? yes (matched "b1@x") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 7 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> b2@x in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> b2@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b2@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b2@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b2@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b2@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> b2@x in "domain.only : *.domain2.only"? @@ -114,23 +114,23 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 7 >>> list element: *.domain2.only >>> x in "*.domain2.only"? no (end of list) >>> b2@x in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> b2@x in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> b2@x in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> b2@x in "pqr@@"? >>> list element: pqr@@ >>> b2@x in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> in ":"? @@ -140,8 +140,8 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 7 >>> b2@x in "b1@x"? >>> list element: b1@x >>> b2@x in "b1@x"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> in "^$"? @@ -154,33 +154,33 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 7 >>> list element: x >>> x in "x"? yes (matched "x") >>> b2@x in "b2@x"? yes (matched "b2@x") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 8 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> b9@x in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> b9@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b9@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> b9@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> b9@x in "domain.only : *.domain2.only"? @@ -193,23 +193,23 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 8 >>> list element: *.domain2.only >>> x in "*.domain2.only"? no (end of list) >>> b9@x in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> b9@x in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> b9@x in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> b9@x in "pqr@@"? >>> list element: pqr@@ >>> b9@x in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> in ":"? @@ -219,8 +219,8 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 8 >>> b9@x in "b1@x"? >>> list element: b1@x >>> b9@x in "b1@x"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> in "^$"? @@ -230,8 +230,8 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 8 >>> b9@x in "b2@x"? >>> list element: b2@x >>> b9@x in "b2@x"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> b9@x in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -240,46 +240,46 @@ LOG: H=(test) [1.2.3.4] F=<> rejected RCPT : failed 8 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> x in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> b9@x in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> b9@x in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> b9@x in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@w.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> abc@w.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "^abc.*@.*\.x\.y\.z") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abcdef@q.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> abcdef@q.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "^abc.*@.*\.x\.y\.z") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> a@b in "^abc.*@.*\.x\.y\.z : a@b"? @@ -289,33 +289,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> list element: b >>> b in "b"? yes (matched "b") >>> a@b in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "a@b") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> ok@ok in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> ok@ok in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> ok@ok in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> ok@ok in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> ok@ok in "domain.only : *.domain2.only"? @@ -328,23 +328,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> list element: *.domain2.only >>> ok in "*.domain2.only"? no (end of list) >>> ok@ok in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> ok@ok in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> ok@ok in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> ok@ok in "pqr@@"? >>> list element: pqr@@ >>> ok@ok in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -352,15 +352,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> ok@ok in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -369,84 +369,84 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 1 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> ok in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> ok@ok in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> ok@ok in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> ok@ok in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@a.b.c in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@a.b.c in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@a.b.c in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@a.b.c in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d1") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 2 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abc@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d1") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 2 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@d.e.f in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@d.e.f in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> x@d.e.f in "domain.only : *.domain2.only"? @@ -459,23 +459,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 2 >>> list element: *.domain2.only >>> d.e.f in "*.domain2.only"? no (end of list) >>> x@d.e.f in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> x@d.e.f in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> x@d.e.f in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> x@d.e.f in "pqr@@"? >>> list element: pqr@@ >>> x@d.e.f in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -483,15 +483,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 2 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> x@d.e.f in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -500,123 +500,123 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 2 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> d.e.f in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> x@d.e.f in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@d.e.f in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@d.e.f in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abc@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> xyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> xyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abcxyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abcxyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abcxyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abcxyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abcxyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abcxyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> ok@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> ok@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> ok@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> ok@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> ok@at.1 in "domain.only : *.domain2.only"? @@ -629,23 +629,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> list element: *.domain2.only >>> at.1 in "*.domain2.only"? no (end of list) >>> ok@at.1 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> ok@at.1 in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> ok@at.1 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> ok@at.1 in "pqr@@"? >>> list element: pqr@@ >>> ok@at.1 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -653,15 +653,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> ok@at.1 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -670,48 +670,48 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> at.1 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> ok@at.1 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> ok@at.1 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> ok@at.1 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@domain.only in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@domain.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> x@domain.only in "domain.only : *.domain2.only"? @@ -720,33 +720,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 3 >>> list element: domain.only >>> domain.only in "domain.only"? yes (matched "domain.only") >>> x@domain.only in "domain.only : *.domain2.only"? yes (matched "domain.only") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@abc.domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@abc.domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@abc.domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@abc.domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@abc.domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@abc.domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> x@abc.domain2.only in "domain.only : *.domain2.only"? @@ -759,33 +759,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> list element: *.domain2.only >>> abc.domain2.only in "*.domain2.only"? yes (matched "*.domain2.only") >>> x@abc.domain2.only in "domain.only : *.domain2.only"? yes (matched "*.domain2.only") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> x@domain2.only in "domain.only : *.domain2.only"? @@ -798,23 +798,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> list element: *.domain2.only >>> domain2.only in "*.domain2.only"? no (end of list) >>> x@domain2.only in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> x@domain2.only in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> x@domain2.only in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> x@domain2.only in "pqr@@"? >>> list element: pqr@@ >>> x@domain2.only in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -822,15 +822,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> x@domain2.only in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -839,48 +839,48 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain2.only in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> x@domain2.only in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@domain2.only in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@domain2.only in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abc@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> abc@domain3 in "domain.only : *.domain2.only"? @@ -893,8 +893,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> list element: *.domain2.only >>> domain3 in "*.domain2.only"? no (end of list) >>> abc@domain3 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> abc@domain3 in "abc@domain3 : xyz@*.domain4"? @@ -903,33 +903,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 4 >>> list element: domain3 >>> domain3 in "domain3"? yes (matched "domain3") >>> abc@domain3 in "abc@domain3 : xyz@*.domain4"? yes (matched "abc@domain3") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> xyz@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> xyz@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> xyz@x.domain4 in "domain.only : *.domain2.only"? @@ -942,8 +942,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain2.only >>> x.domain4 in "*.domain2.only"? no (end of list) >>> xyz@x.domain4 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> xyz@x.domain4 in "abc@domain3 : xyz@*.domain4"? @@ -953,33 +953,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain4 >>> x.domain4 in "*.domain4"? yes (matched "*.domain4") >>> xyz@x.domain4 in "abc@domain3 : xyz@*.domain4"? yes (matched "xyz@*.domain4") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abc@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> abc@x.domain4 in "domain.only : *.domain2.only"? @@ -992,8 +992,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain2.only >>> x.domain4 in "*.domain2.only"? no (end of list) >>> abc@x.domain4 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> abc@x.domain4 in "abc@domain3 : xyz@*.domain4"? @@ -1003,15 +1003,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> x.domain4 in "domain3"? no (end of list) >>> list element: xyz@*.domain4 >>> abc@x.domain4 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> abc@x.domain4 in "pqr@@"? >>> list element: pqr@@ >>> abc@x.domain4 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1019,15 +1019,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> abc@x.domain4 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1036,48 +1036,48 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> x.domain4 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> abc@x.domain4 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> abc@x.domain4 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> abc@x.domain4 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> xyz@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> xyz@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> xyz@domain3 in "domain.only : *.domain2.only"? @@ -1090,8 +1090,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain2.only >>> domain3 in "*.domain2.only"? no (end of list) >>> xyz@domain3 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> xyz@domain3 in "abc@domain3 : xyz@*.domain4"? @@ -1101,15 +1101,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain4 >>> domain3 in "*.domain4"? no (end of list) >>> xyz@domain3 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> xyz@domain3 in "pqr@@"? >>> list element: pqr@@ >>> xyz@domain3 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1117,15 +1117,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> xyz@domain3 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1134,8 +1134,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain3 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> xyz@domain3 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> xyz@domain3 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? @@ -1144,41 +1144,41 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d4 >>> domain3 in "lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) >>> xyz@domain3 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> pqr@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> pqr@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> pqr@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> pqr@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> pqr@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> pqr@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> pqr@myhost.test.ex in "domain.only : *.domain2.only"? @@ -1191,16 +1191,16 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: *.domain2.only >>> myhost.test.ex in "*.domain2.only"? no (end of list) >>> pqr@myhost.test.ex in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> pqr@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> pqr@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> pqr@myhost.test.ex in "pqr@@"? @@ -1209,33 +1209,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 5 >>> list element: @ >>> myhost.test.ex in "@"? yes (matched "@") >>> pqr@myhost.test.ex in "pqr@@"? yes (matched "pqr@@") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> xxx@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> xxx@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xxx@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xxx@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> xxx@myhost.test.ex in "domain.only : *.domain2.only"? @@ -1248,23 +1248,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> list element: *.domain2.only >>> myhost.test.ex in "*.domain2.only"? no (end of list) >>> xxx@myhost.test.ex in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> xxx@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> xxx@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> xxx@myhost.test.ex in "pqr@@"? >>> list element: pqr@@ >>> xxx@myhost.test.ex in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1272,15 +1272,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> xxx@myhost.test.ex in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1289,26 +1289,26 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> myhost.test.ex in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> xxx@myhost.test.ex in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> xxx@myhost.test.ex in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> xxx@myhost.test.ex in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> a@domain5 in "^abc.*@.*\.x\.y\.z : a@b"? @@ -1318,22 +1318,22 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> list element: b >>> domain5 in "b"? no (end of list) >>> a@domain5 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> a@domain5 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> a@domain5 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> a@domain5 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> a@domain5 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> a@domain5 in "domain.only : *.domain2.only"? @@ -1346,23 +1346,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> list element: *.domain2.only >>> domain5 in "*.domain2.only"? no (end of list) >>> a@domain5 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> a@domain5 in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> a@domain5 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> a@domain5 in "pqr@@"? >>> list element: pqr@@ >>> a@domain5 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1370,15 +1370,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> a@domain5 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1387,33 +1387,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 6 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain5 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? yes (matched "lsearch;TESTSUITE/aux-fixed/0304.d3") >>> a@domain5 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? yes (matched "*@lsearch;TESTSUITE/aux-fixed/0304.d3") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> xyz@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> xyz@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> xyz@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> xyz@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> xyz@domain6 in "domain.only : *.domain2.only"? @@ -1426,8 +1426,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> list element: *.domain2.only >>> domain6 in "*.domain2.only"? no (end of list) >>> xyz@domain6 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> xyz@domain6 in "abc@domain3 : xyz@*.domain4"? @@ -1437,15 +1437,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> list element: *.domain4 >>> domain6 in "*.domain4"? no (end of list) >>> xyz@domain6 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> xyz@domain6 in "pqr@@"? >>> list element: pqr@@ >>> xyz@domain6 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1453,15 +1453,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> xyz@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1470,8 +1470,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> xyz@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> xyz@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? @@ -1480,33 +1480,33 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 9 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d4 >>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d4"? yes (matched "lsearch;TESTSUITE/aux-fixed/0304.d4") >>> xyz@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? yes (matched "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> abc@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> abc@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> abc@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> abc@domain6 in "domain.only : *.domain2.only"? @@ -1519,8 +1519,8 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> list element: *.domain2.only >>> domain6 in "*.domain2.only"? no (end of list) >>> abc@domain6 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> abc@domain6 in "abc@domain3 : xyz@*.domain4"? @@ -1530,15 +1530,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> domain6 in "domain3"? no (end of list) >>> list element: xyz@*.domain4 >>> abc@domain6 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> abc@domain6 in "pqr@@"? >>> list element: pqr@@ >>> abc@domain6 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1546,15 +1546,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> abc@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1563,48 +1563,48 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> abc@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> abc@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> abc@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 51) ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 51) +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 16) >>> message: failed 1 >>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b >>> x@domain7 in "^abc.*@.*\.x\.y\.z : a@b"? >>> list element: ^abc.*@.*\.x\.y\.z >>> list element: a@b >>> x@domain7 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 19) >>> message: failed 2 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d1 >>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 22) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 22) >>> message: failed 3 >>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain7 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? >>> list element: @@lsearch;TESTSUITE/aux-fixed/0304.d2 >>> x@domain7 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 25) >>> message: failed 4 >>> check recipients = domain.only : *.domain2.only >>> x@domain7 in "domain.only : *.domain2.only"? @@ -1617,23 +1617,23 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> list element: *.domain2.only >>> domain7 in "*.domain2.only"? no (end of list) >>> x@domain7 in "domain.only : *.domain2.only"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 28) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 28) >>> message: failed 5 >>> check recipients = abc@domain3 : xyz@*.domain4 >>> x@domain7 in "abc@domain3 : xyz@*.domain4"? >>> list element: abc@domain3 >>> list element: xyz@*.domain4 >>> x@domain7 in "abc@domain3 : xyz@*.domain4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 31) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 31) >>> message: failed 6 >>> check recipients = pqr@@ >>> x@domain7 in "pqr@@"? >>> list element: pqr@@ >>> x@domain7 in "pqr@@"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 34) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 34) >>> message: failed 7 >>> check senders = : >>> x@y in ":"? @@ -1641,15 +1641,15 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> y in ""? >>> y in ""? no (end of list) >>> x@y in ":"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 38) >>> message: failed 8 >>> check senders = ^\$ >>> x@y in "^$"? >>> list element: ^$ >>> x@y in "^$"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 42) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 42) >>> message: failed 9 >>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3 >>> x@domain7 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? @@ -1658,20 +1658,20 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 10 >>> list element: lsearch;TESTSUITE/aux-fixed/0304.d3 >>> domain7 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) >>> x@domain7 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 45) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 45) >>> message: failed 10 >>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@domain7 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? >>> list element: xyz@lsearch;TESTSUITE/aux-fixed/0304.d4 >>> x@domain7 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list) ->>> deny: condition test failed in ACL "acl1" ->>> processing "deny" (TESTSUITE/test-config 48) +>>> deny: condition test failed in ACL acl1 +>>> processing ACL acl1 "deny" (TESTSUITE/test-config 48) >>> message: failed 11 >>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? >>> list element: lsearch*@;TESTSUITE/aux-fixed/0304.d5 >>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d5") ->>> deny: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": DENY +>>> deny: condition test succeeded in ACL acl1 +>>> end of ACL acl1: DENY LOG: H=(test) [1.2.3.4] F= rejected RCPT : failed 11 diff --git a/test/stderr/0305 b/test/stderr/0305 index 0deee2c75..202ce6b5c 100644 --- a/test/stderr/0305 +++ b/test/stderr/0305 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains >>> ten-1.test.ex in "+ok_domains"? >>> list element: +ok_domains @@ -21,10 +21,10 @@ >>> ╎ten-1.test.ex in "ten-1.test.ex"? yes (matched "ten-1.test.ex") >>> end sublist ok_domains >>> ten-1.test.ex in "+ok_domains"? yes (matched "+ok_domains") ->>> accept: condition test succeeded in ACL "acl1" ->>> end of ACL "acl1": ACCEPT +>>> accept: condition test succeeded in ACL acl1 +>>> end of ACL acl1: ACCEPT >>> using ACL "acl1" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL acl1 "accept" (TESTSUITE/test-config 18) >>> check domains = +ok_domains >>> junk.junk in "+ok_domains"? >>> list element: +ok_domains @@ -33,6 +33,6 @@ >>> junk.junk in ""? no (end of list) >>> end sublist ok_domains >>> junk.junk in "+ok_domains"? no (end of list) ->>> accept: condition test failed in ACL "acl1" ->>> end of ACL "acl1": implicit DENY +>>> accept: condition test failed in ACL acl1 +>>> end of ACL acl1: implicit DENY LOG: H=(test) [V4NET.2.3.4] F= rejected RCPT diff --git a/test/stderr/0306 b/test/stderr/0306 index b2d3b50b3..016ecc232 100644 --- a/test/stderr/0306 +++ b/test/stderr/0306 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL rcpt "accept" (TESTSUITE/test-config 18) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list1-request@lists.test.ex @@ -36,10 +36,10 @@ >>> calling r5 router >>> routed by r5 router >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": ACCEPT +>>> accept: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: ACCEPT >>> using ACL "rcpt" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL rcpt "accept" (TESTSUITE/test-config 18) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list1@lists.test.ex @@ -52,13 +52,13 @@ >>> calling r2 router >>> routed by r2 router >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": ACCEPT +>>> accept: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "rcpt" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL rcpt "accept" (TESTSUITE/test-config 18) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list1@lists.test.ex @@ -74,11 +74,11 @@ >>> calling r3 router >>> r3 router forced address failure >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "rcpt" +>>> accept: condition test failed in ACL rcpt >>> accept: endpass encountered - denying access LOG: H=(test) [1.2.3.4] F= rejected RCPT : list1@lists.test.ex is a closed mailing list >>> using ACL "rcpt" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL rcpt "accept" (TESTSUITE/test-config 18) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing nonlist@lists.test.ex @@ -99,6 +99,6 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : >>> calling r3 router >>> r3 router forced address failure >>> ----------- end verify ------------ ->>> accept: condition test failed in ACL "rcpt" +>>> accept: condition test failed in ACL rcpt >>> accept: endpass encountered - denying access LOG: H=(test) [1.2.3.4] F= rejected RCPT : nonlist@lists.test.ex is a closed mailing list diff --git a/test/stderr/0308 b/test/stderr/0308 index c030e8232..469ddeb43 100644 --- a/test/stderr/0308 +++ b/test/stderr/0308 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_0_0" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL acl_V4NET_0_0 "accept" (TESTSUITE/test-config 17) >>> check hosts = *.test.ex >>> host in "*.test.ex"? >>> list element: *.test.ex @@ -19,14 +19,14 @@ >>> looking up host name for V4NET.0.0.97 LOG: no host name found for IP address V4NET.0.0.97 >>> host in "*.test.ex"? no (failed to find host name for V4NET.0.0.97) ->>> accept: condition test failed in ACL "acl_V4NET_0_0" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> accept: condition test failed in ACL acl_V4NET_0_0 +>>> processing ACL acl_V4NET_0_0 "accept" (TESTSUITE/test-config 18) >>> check hosts = V4NET.0.0.97 >>> host in "V4NET.0.0.97"? >>> list element: V4NET.0.0.97 >>> host in "V4NET.0.0.97"? yes (matched "V4NET.0.0.97") ->>> accept: condition test succeeded in ACL "acl_V4NET_0_0" ->>> end of ACL "acl_V4NET_0_0": ACCEPT +>>> accept: condition test succeeded in ACL acl_V4NET_0_0 +>>> end of ACL acl_V4NET_0_0: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -40,7 +40,7 @@ LOG: no host name found for IP address V4NET.0.0.97 >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_V4NET_0_0" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL acl_V4NET_0_0 "accept" (TESTSUITE/test-config 17) >>> check hosts = *.test.ex >>> host in "*.test.ex"? >>> list element: *.test.ex @@ -54,5 +54,5 @@ LOG: no host name found for IP address V4NET.0.0.97 >>> checking addresses for ten-1.test.ex >>> V4NET.0.0.1 OK >>> host in "*.test.ex"? yes (matched "*.test.ex") ->>> accept: condition test succeeded in ACL "acl_V4NET_0_0" ->>> end of ACL "acl_V4NET_0_0": ACCEPT +>>> accept: condition test succeeded in ACL acl_V4NET_0_0 +>>> end of ACL acl_V4NET_0_0: ACCEPT diff --git a/test/stderr/0312 b/test/stderr/0312 index b21ba5724..f1cab5e51 100644 --- a/test/stderr/0312 +++ b/test/stderr/0312 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_rcpt" ->>> processing "deny" (TESTSUITE/test-config 16) +>>> processing ACL check_rcpt "deny" (TESTSUITE/test-config 16) >>> check dnslists = +defer_unknown : test.again.dns >>> dnslists check: +defer_unknown >>> dnslists check: test.again.dns @@ -19,5 +19,5 @@ >>> 1.0.0.V4NET.test.again.dns in dns_again_means_nonexist? no (option unset) >>> dnslists: wrote cache entry, ttl=3600 LOG: DNS list lookup defer (probably timeout) for 1.0.0.V4NET.test.again.dns: returned DEFER ->>> deny: condition test deferred in ACL "check_rcpt" +>>> deny: condition test deferred in ACL check_rcpt LOG: H=(test) [V4NET.0.0.1] F= temporarily rejected RCPT diff --git a/test/stderr/0325 b/test/stderr/0325 index 633a5b0ab..cc918a8da 100644 --- a/test/stderr/0325 +++ b/test/stderr/0325 @@ -19,7 +19,7 @@ r4: $local_part_data = LOCAL PART DATA >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "a1" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL a1 "accept" (TESTSUITE/test-config 19) >>> check domains = +test_domains >>> a.b.c in "+test_domains"? >>> list element: +test_domains @@ -42,8 +42,8 @@ r4: $local_part_data = LOCAL PART DATA >>> xxx in "+test_local_parts"? yes (matched "+test_local_parts") >>> check condition = ${if eq{$domain_data/$local_part_data}{DOMAIN DATA/LOCAL PART DATA}{no}{yes}} >>> = no ->>> accept: condition test failed in ACL "a1" ->>> processing "deny" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL a1 +>>> processing ACL a1 "deny" (TESTSUITE/test-config 24) >>> check domains = +test_domains >>> a.b.c in "+test_domains"? >>> list element: +test_domains @@ -59,6 +59,6 @@ r4: $local_part_data = LOCAL PART DATA >>> cached lookup data = LOCAL PART DATA >>> xxx in "+test_local_parts"? yes (matched "+test_local_parts" - cached) >>> message: \$domain_data=$domain_data \$local_part_data=$local_part_data ->>> deny: condition test succeeded in ACL "a1" ->>> end of ACL "a1": DENY +>>> deny: condition test succeeded in ACL a1 +>>> end of ACL a1: DENY LOG: H=(test) [V4NET.0.0.0] F= rejected RCPT xxx@a.b.c: $domain_data=DOMAIN DATA $local_part_data=LOCAL PART DATA diff --git a/test/stderr/0342 b/test/stderr/0342 index 454d93956..392d6d6b9 100644 --- a/test/stderr/0342 +++ b/test/stderr/0342 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_rcpt" ->>> processing "deny" (TESTSUITE/test-config 17) +>>> processing ACL check_rcpt "deny" (TESTSUITE/test-config 17) >>> message: unverifiable >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -35,7 +35,7 @@ >>> ten-1.test.ex in dnssec_request_domains? yes (matched "*") >>> routed by dnslookup router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> deny: condition test failed in ACL check_rcpt +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 19) +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT diff --git a/test/stderr/0362 b/test/stderr/0362 index 84d28eb82..132df8c8e 100644 --- a/test/stderr/0362 +++ b/test/stderr/0362 @@ -40,7 +40,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_rcpt" -processing "accept" (TESTSUITE/test-config 22) +processing ACL check_rcpt "accept" (TESTSUITE/test-config 22) check domains = +local_domains a.b.c in "+local_domains"? list element: +local_domains @@ -50,8 +50,8 @@ a.b.c in "+local_domains"? a.b.c in "*.test.ex"? no (end of list) end sublist local_domains a.b.c in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_rcpt" -processing "accept" (TESTSUITE/test-config 23) +accept: condition test failed in ACL check_rcpt +processing ACL check_rcpt "accept" (TESTSUITE/test-config 23) check domains = +relay_domains a.b.c in "+relay_domains"? list element: +relay_domains @@ -114,8 +114,8 @@ routed by r2 router envelope to: x@x.test.ex transport: t2 ----------- end verify ------------ -accept: condition test succeeded in ACL "check_rcpt" -end of ACL "check_rcpt": ACCEPT +accept: condition test succeeded in ACL check_rcpt +end of ACL check_rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 the.local.host.name closing connection diff --git a/test/stderr/0371 b/test/stderr/0371 index 6795f8dac..f607c1668 100644 --- a/test/stderr/0371 +++ b/test/stderr/0371 @@ -22,13 +22,13 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect" -processing "accept" (TESTSUITE/test-config 23) +processing ACL connect "accept" (TESTSUITE/test-config 23) check set acl_c0 = $acl_c0; connect = ; connect check set acl_c9 = $acl_c9; connect = ; connect -accept: condition test succeeded in ACL "connect" -end of ACL "connect": ACCEPT +accept: condition test succeeded in ACL connect +end of ACL connect: ACCEPT SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< ehlo something @@ -58,27 +58,27 @@ SMTP<< mail from: spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 using ACL "mail" -processing "accept" (TESTSUITE/test-config 27) +processing ACL mail "accept" (TESTSUITE/test-config 27) check set acl_c0 = $acl_c0; mail = ; connect; mail check set acl_c9 = $acl_c9; mail = ; connect; mail check set acl_m0 = $acl_m0; mail = ; mail -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT SMTP>> 250 OK SMTP<< rcpt to: using ACL "rcpt" -processing "accept" (TESTSUITE/test-config 32) +processing ACL rcpt "accept" (TESTSUITE/test-config 32) check set acl_m0 = $acl_m0; rcpt = ; mail; rcpt check set acl_m9 = $acl_m9; rcpt = ; rcpt check set acl_c0 = $acl_c0; rcpt = ; connect; mail; rcpt -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -101,13 +101,13 @@ P Received: from [V4NET.0.0.0] (helo=something) for x@y; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "data" -processing "accept" (TESTSUITE/test-config 37) +processing ACL data "accept" (TESTSUITE/test-config 37) check set acl_m0 = $acl_m0; data = ; mail; rcpt; data check set acl_m9 = $acl_m9; data = ; rcpt; data -accept: condition test succeeded in ACL "data" -end of ACL "data": ACCEPT +accept: condition test succeeded in ACL data +end of ACL data: ACCEPT LOG: MAIN <= x@y H=(something) [V4NET.0.0.0] P=esmtp S=sss SMTP>> 250 OK id=10HmaX-000000005vi-0000 @@ -117,15 +117,15 @@ host in smtp_accept_max_nonmail_hosts? list element: * host in smtp_accept_max_nonmail_hosts? yes (matched "*") using ACL "vrfy" -processing "accept" (TESTSUITE/test-config 41) +processing ACL vrfy "accept" (TESTSUITE/test-config 41) check set acl_c0 = $acl_c0; vrfy = ; connect; mail; rcpt; vrfy check set acl_c9 = $acl_c9; vrfy = ; connect; mail; vrfy check set acl_m0 = $acl_m0; vrfy = ; vrfy -accept: condition test succeeded in ACL "vrfy" -end of ACL "vrfy": ACCEPT +accept: condition test succeeded in ACL vrfy +end of ACL vrfy: ACCEPT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying x@y >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -140,15 +140,15 @@ SMTP<< mail from: spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 using ACL "mail" -processing "accept" (TESTSUITE/test-config 27) +processing ACL mail "accept" (TESTSUITE/test-config 27) check set acl_c0 = $acl_c0; mail = ; connect; mail; rcpt; vrfy; mail check set acl_c9 = $acl_c9; mail = ; connect; mail; vrfy; mail check set acl_m0 = $acl_m0; mail = ; mail -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT SMTP>> 250 OK SMTP<< quit SMTP>> 221 mail.test.ex closing connection diff --git a/test/stderr/0381 b/test/stderr/0381 index d35fb6261..f73b447ba 100644 --- a/test/stderr/0381 +++ b/test/stderr/0381 @@ -43,7 +43,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_rcpt" -processing "warn" (TESTSUITE/test-config 17) +processing ACL check_rcpt "warn" (TESTSUITE/test-config 17) check hosts = *.gov.uk.test.ex host in "*.gov.uk.test.ex"? list element: *.gov.uk.test.ex @@ -77,28 +77,28 @@ sender_fullhost = x.gov.uk.test.ex (test) [V4NET.99.99.97] sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] helo=test ident=CALLER) host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex") -warn: condition test succeeded in ACL "check_rcpt" -processing "warn" (TESTSUITE/test-config 18) +warn: condition test succeeded in ACL check_rcpt +processing ACL check_rcpt "warn" (TESTSUITE/test-config 18) check hosts = !*.gov.uk.test.ex host in "!*.gov.uk.test.ex"? list element: !*.gov.uk.test.ex host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex") -warn: condition test failed in ACL "check_rcpt" -processing "warn" (TESTSUITE/test-config 19) +warn: condition test failed in ACL check_rcpt +processing ACL check_rcpt "warn" (TESTSUITE/test-config 19) check hosts = *.co.uk.test.ex host in "*.co.uk.test.ex"? list element: *.co.uk.test.ex host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex") -warn: condition test succeeded in ACL "check_rcpt" -processing "warn" (TESTSUITE/test-config 20) +warn: condition test succeeded in ACL check_rcpt +processing ACL check_rcpt "warn" (TESTSUITE/test-config 20) check hosts = !*.co.uk.test.ex host in "!*.co.uk.test.ex"? list element: !*.co.uk.test.ex host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex") -warn: condition test failed in ACL "check_rcpt" -processing "accept" (TESTSUITE/test-config 21) -accept: condition test succeeded in ACL "check_rcpt" -end of ACL "check_rcpt": ACCEPT +warn: condition test failed in ACL check_rcpt +processing ACL check_rcpt "accept" (TESTSUITE/test-config 21) +accept: condition test succeeded in ACL check_rcpt +end of ACL check_rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 myhost.test.ex closing connection diff --git a/test/stderr/0384 b/test/stderr/0384 index 747d2bdc6..490e0508c 100644 --- a/test/stderr/0384 +++ b/test/stderr/0384 @@ -30,6 +30,6 @@ >>> [1.2.3.4] in helo_lookup_domains? no (end of list) >>> verifying EHLO/HELO argument "[1.2.3.4]" LOG: rejected "EHLO [1.2.3.4]" from ([1.2.3.4]) [V4NET.9.8.7] ->>> processing "accept" (TESTSUITE/test-config 13) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT diff --git a/test/stderr/0386 b/test/stderr/0386 index fa1cfb63e..592ca2c53 100644 --- a/test/stderr/0386 +++ b/test/stderr/0386 @@ -43,28 +43,28 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<1@b> using ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 18) +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 18) check local_parts = 1 1 in "1"? list element: 1 1 in "1"? yes (matched "1") check acl = TESTSUITE/aux-fixed/0386.acl1 read ACL from file TESTSUITE/aux-fixed/0386.acl1 - processing "accept" (TESTSUITE/test-config 44) + processing ACL TESTSUITE/aux-fixed/0386.acl1 "accept" (TESTSUITE/test-config 18) check hosts = : host in ":"? list element: host in ":"? no (end of list) - accept: condition test failed in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "deny" (TESTSUITE/test-config 44) + accept: condition test failed in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "deny" (TESTSUITE/test-config 18) check local_parts = ^.*[@%!/|] 1 in "^.*[@%!/|]"? list element: ^.*[@%!/|] compiled caseless RE '^.*[@%!/|]' not found in local cache compiled RE '^.*[@%!/|]' saved in local cache 1 in "^.*[@%!/|]"? no (end of list) - deny: condition test failed in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "require" (TESTSUITE/test-config 44) + deny: condition test failed in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "require" (TESTSUITE/test-config 18) l_message: Invalid sender message: Couldn't verify the sender check verify = sender/defer_ok @@ -89,12 +89,12 @@ routed by r1 router transport: t1 ----------- end verify ------------ sender x@y verified ok - require: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "deny" (TESTSUITE/test-config 44) + require: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "deny" (TESTSUITE/test-config 18) message: No such user here - deny: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl1" - end of ACL "TESTSUITE/aux-fixed/0386.acl1": DENY -accept: condition test failed in ACL "chk_rcpt" + deny: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl1 + end of ACL TESTSUITE/aux-fixed/0386.acl1: DENY +accept: condition test failed in ACL chk_rcpt accept: endpass encountered - denying access SMTP>> 550 No such user here LOG: MAIN REJECT @@ -107,27 +107,27 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<1@b> using ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 18) +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 18) check local_parts = 1 1 in "1"? list element: 1 1 in "1"? yes (matched "1") check acl = TESTSUITE/aux-fixed/0386.acl1 using ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "accept" (TESTSUITE/test-config 44) + processing ACL TESTSUITE/aux-fixed/0386.acl1 "accept" (TESTSUITE/test-config 18) check hosts = : host in ":"? list element: host in ":"? no (end of list) - accept: condition test failed in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "deny" (TESTSUITE/test-config 44) + accept: condition test failed in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "deny" (TESTSUITE/test-config 18) check local_parts = ^.*[@%!/|] 1 in "^.*[@%!/|]"? list element: ^.*[@%!/|] compiled caseless RE '^.*[@%!/|]' found in local cache 1 in "^.*[@%!/|]"? no (end of list) - deny: condition test failed in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "require" (TESTSUITE/test-config 44) + deny: condition test failed in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "require" (TESTSUITE/test-config 18) l_message: Invalid sender message: Couldn't verify the sender check verify = sender/defer_ok @@ -151,12 +151,12 @@ routed by r1 router transport: t1 ----------- end verify ------------ sender x@y verified ok - require: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl1" - processing "deny" (TESTSUITE/test-config 44) + require: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl1 + processing ACL TESTSUITE/aux-fixed/0386.acl1 "deny" (TESTSUITE/test-config 18) message: No such user here - deny: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl1" - end of ACL "TESTSUITE/aux-fixed/0386.acl1": DENY -accept: condition test failed in ACL "chk_rcpt" + deny: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl1 + end of ACL TESTSUITE/aux-fixed/0386.acl1: DENY +accept: condition test failed in ACL chk_rcpt accept: endpass encountered - denying access SMTP>> 550 No such user here LOG: MAIN REJECT @@ -214,20 +214,20 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<2@b> using ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 18) +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 18) check local_parts = 1 2 in "1"? list element: 1 2 in "1"? no (end of list) -accept: condition test failed in ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 21) +accept: condition test failed in ACL chk_rcpt +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 21) check local_parts = 2 2 in "2"? list element: 2 2 in "2"? yes (matched "2") check acl = TESTSUITE/aux-fixed/0386.acl2 read ACL from file TESTSUITE/aux-fixed/0386.acl2 - processing "warn" (TESTSUITE/test-config 44) + processing ACL TESTSUITE/aux-fixed/0386.acl2 "warn" (TESTSUITE/test-config 21) message: X-Warning: $sender_host_address is listed at $dnslist_domain\nX-Warning: $dnslist_text l_message: found in $dnslist_domain: $dnslist_text check dnslists = rbl.test.ex @@ -240,15 +240,15 @@ DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) using fakens DNS lookup of 13.12.11.V4NET.rbl.test.ex (TXT) succeeded => that means V4NET.11.12.13 is listed at rbl.test.ex - warn: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl2" + warn: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl2 LOG: MAIN H=(test) [V4NET.11.12.13] U=CALLER Warning: found in rbl.test.ex: This is a test blacklisting message created log directory TESTSUITE/spool/log - processing "accept" (TESTSUITE/test-config 44) - accept: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl2" - end of ACL "TESTSUITE/aux-fixed/0386.acl2": ACCEPT -accept: condition test succeeded in ACL "chk_rcpt" -end of ACL "chk_rcpt": ACCEPT + processing ACL TESTSUITE/aux-fixed/0386.acl2 "accept" (TESTSUITE/test-config 21) + accept: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl2 + end of ACL TESTSUITE/aux-fixed/0386.acl2: ACCEPT +accept: condition test succeeded in ACL chk_rcpt +end of ACL chk_rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself @@ -410,20 +410,20 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to:<2@b> using ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 18) +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 18) check local_parts = 1 2 in "1"? list element: 1 2 in "1"? no (end of list) -accept: condition test failed in ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 21) +accept: condition test failed in ACL chk_rcpt +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 21) check local_parts = 2 2 in "2"? list element: 2 2 in "2"? yes (matched "2") check acl = TESTSUITE/aux-fixed/0386.acl2 using ACL "TESTSUITE/aux-fixed/0386.acl2" - processing "warn" (TESTSUITE/test-config 44) + processing ACL TESTSUITE/aux-fixed/0386.acl2 "warn" (TESTSUITE/test-config 21) message: X-Warning: $sender_host_address is listed at $dnslist_domain\nX-Warning: $dnslist_text l_message: found in $dnslist_domain: $dnslist_text check dnslists = rbl.test.ex @@ -431,14 +431,14 @@ dnslists check: rbl.test.ex dnslists: using result of previous lookup DNS lookup for 13.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) => that means V4NET.11.12.13 is listed at rbl.test.ex - warn: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl2" + warn: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl2 LOG: MAIN H=(test) [V4NET.11.12.13] U=CALLER Warning: found in rbl.test.ex: This is a test blacklisting message - processing "accept" (TESTSUITE/test-config 44) - accept: condition test succeeded in ACL "TESTSUITE/aux-fixed/0386.acl2" - end of ACL "TESTSUITE/aux-fixed/0386.acl2": ACCEPT -accept: condition test succeeded in ACL "chk_rcpt" -end of ACL "chk_rcpt": ACCEPT + processing ACL TESTSUITE/aux-fixed/0386.acl2 "accept" (TESTSUITE/test-config 21) + accept: condition test succeeded in ACL TESTSUITE/aux-fixed/0386.acl2 + end of ACL TESTSUITE/aux-fixed/0386.acl2: ACCEPT +accept: condition test succeeded in ACL chk_rcpt +end of ACL chk_rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< data SMTP>> 354 Enter message, ending with "." on a line by itself diff --git a/test/stderr/0391 b/test/stderr/0391 index 884ffd32a..3c59e399e 100644 --- a/test/stderr/0391 +++ b/test/stderr/0391 @@ -38,7 +38,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "acl_rcpt" -processing "accept" (TESTSUITE/test-config 18) +processing ACL acl_rcpt "accept" (TESTSUITE/test-config 18) check verify = sender >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying U@W.x.y @@ -70,8 +70,8 @@ routed by r1 router transport: ----------- end verify ------------ sender U@W.x.y verified ok as U@x.y -accept: condition test succeeded in ACL "acl_rcpt" -end of ACL "acl_rcpt": ACCEPT +accept: condition test succeeded in ACL acl_rcpt +end of ACL acl_rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 myhost.test.ex closing connection diff --git a/test/stderr/0394 b/test/stderr/0394 index 25b6353cf..47a0e1558 100644 --- a/test/stderr/0394 +++ b/test/stderr/0394 @@ -12,10 +12,10 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL connect "require" (TESTSUITE/test-config 18) >>> check verify = reverse_host_lookup ->>> require: condition test failed in ACL "connect" ->>> end of ACL "connect": not OK +>>> require: condition test failed in ACL connect +>>> end of ACL connect: not OK LOG: H=[V4NET.255.255.255] rejected connection in "connect" ACL: host lookup failed (failed to find host name from IP address) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? @@ -31,9 +31,9 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL connect "require" (TESTSUITE/test-config 18) >>> check verify = certificate/defer_ok ->>> require: condition test error in ACL "connect" +>>> require: condition test error in ACL connect LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "certificate/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? @@ -49,9 +49,9 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL connect "require" (TESTSUITE/test-config 18) >>> check verify = helo/defer_ok ->>> require: condition test error in ACL "connect" +>>> require: condition test error in ACL connect LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "helo/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? @@ -67,7 +67,7 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "require" (TESTSUITE/test-config 18) +>>> processing ACL connect "require" (TESTSUITE/test-config 18) >>> check verify = header_syntax/defer_ok ->>> require: condition test error in ACL "connect" +>>> require: condition test error in ACL connect LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "header_syntax/defer_ok" (this verify item has no options) diff --git a/test/stderr/0396 b/test/stderr/0396 index e2f6cf70b..e141e74e0 100644 --- a/test/stderr/0396 +++ b/test/stderr/0396 @@ -21,7 +21,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 12) +processing inline ACL "accept" check domains = +fail y in "+fail"? list element: +fail diff --git a/test/stderr/0398 b/test/stderr/0398 index 86fbb5acd..655322918 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -24,7 +24,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "rcpt" -processing "deny" (TESTSUITE/test-config 19) +processing ACL rcpt "deny" (TESTSUITE/test-config 19) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -82,8 +82,8 @@ routed by r2 router host 127.0.0.1 [127.0.0.1] ----------- end verify ------------ sender qq@remote verified ok -deny: condition test failed in ACL "rcpt" -processing "warn" (TESTSUITE/test-config 21) +deny: condition test failed in ACL rcpt +processing ACL rcpt "warn" (TESTSUITE/test-config 21) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -181,10 +181,10 @@ dbfn_write: key=qq@remote datalen nn wrote negative callout cache address record for qq@remote ----------- end verify ------------ l_message: $acl_verify_message -warn: condition test succeeded in ACL "rcpt" +warn: condition test succeeded in ACL rcpt LOG: MAIN U=CALLER Warning: Sender verify failed: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:: 550 Unknown -processing "accept" (TESTSUITE/test-config 24) +processing ACL rcpt "accept" (TESTSUITE/test-config 24) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -193,12 +193,12 @@ qq@remote in "qq@remote"? list element: remote remote in "remote"? yes (matched "remote") qq@remote in "qq@remote"? yes (matched "qq@remote") -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< rcpt to: using ACL "rcpt" -processing "deny" (TESTSUITE/test-config 19) +processing ACL rcpt "deny" (TESTSUITE/test-config 19) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -209,8 +209,8 @@ qq@remote in "qq@remote"? qq@remote in "qq@remote"? yes (matched "qq@remote") check !verify = sender using cached sender verify result -deny: condition test failed in ACL "rcpt" -processing "warn" (TESTSUITE/test-config 21) +deny: condition test failed in ACL rcpt +processing ACL rcpt "warn" (TESTSUITE/test-config 21) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -277,10 +277,10 @@ callout cache: found address record for qq@remote callout cache: address record is negative ----------- end verify ------------ l_message: $acl_verify_message -warn: condition test succeeded in ACL "rcpt" +warn: condition test succeeded in ACL rcpt LOG: MAIN U=CALLER Warning: Sender verify failed -processing "accept" (TESTSUITE/test-config 24) +processing ACL rcpt "accept" (TESTSUITE/test-config 24) check senders = qq@remote qq@remote in "qq@remote"? list element: qq@remote @@ -289,8 +289,8 @@ qq@remote in "qq@remote"? list element: remote remote in "remote"? yes (matched "remote") qq@remote in "qq@remote"? yes (matched "qq@remote") -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 mail.test.ex closing connection diff --git a/test/stderr/0401 b/test/stderr/0401 index 9f12194fa..c517ff5ad 100644 --- a/test/stderr/0401 +++ b/test/stderr/0401 @@ -7,27 +7,27 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> processing ACL connect "accept" (TESTSUITE/test-config 21) >>> check hosts = TESTSUITE/aux-var/0401.hosts1 >>> host in "TESTSUITE/aux-var/0401.hosts1"? >>> list element: TESTSUITE/aux-var/0401.hosts1 >>> host in "TESTSUITE/aux-var/0401.hosts1"? yes (matched "V4NET.9.8.7" in TESTSUITE/aux-var/0401.hosts1) ->>> accept: condition test succeeded in ACL "connect" ->>> end of ACL "connect": ACCEPT +>>> accept: condition test succeeded in ACL connect +>>> end of ACL connect: ACCEPT >>> xxx in helo_lookup_domains? >>> list element: @ >>> list element: @[] >>> xxx in helo_lookup_domains? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL mail "accept" (TESTSUITE/test-config 24) >>> check hosts = TESTSUITE/aux-var/0401.hosts2 >>> host in "TESTSUITE/aux-var/0401.hosts2"? >>> list element: TESTSUITE/aux-var/0401.hosts2 >>> no IP address found for host not-exist.test.ex (during SMTP connection from (xxx) [V4NET.9.8.7]) LOG: no IP address found for host not-exist.test.ex (during SMTP connection from (xxx) [V4NET.9.8.7]) >>> host in "TESTSUITE/aux-var/0401.hosts2"? no (failed to find IP address for not-exist.test.ex) ->>> accept: condition test failed in ACL "mail" ->>> end of ACL "mail": implicit DENY +>>> accept: condition test failed in ACL mail +>>> end of ACL mail: implicit DENY LOG: H=(xxx) [V4NET.9.8.7] rejected MAIL >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -38,7 +38,7 @@ LOG: H=(xxx) [V4NET.9.8.7] rejected MAIL >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "accept" (TESTSUITE/test-config 21) +>>> processing ACL connect "accept" (TESTSUITE/test-config 21) >>> check hosts = TESTSUITE/aux-var/0401.hosts1 >>> host in "TESTSUITE/aux-var/0401.hosts1"? >>> list element: TESTSUITE/aux-var/0401.hosts1 @@ -46,6 +46,6 @@ LOG: H=(xxx) [V4NET.9.8.7] rejected MAIL >>> looking up host name for V4NET.9.9.9 LOG: no host name found for IP address V4NET.9.9.9 >>> host in "TESTSUITE/aux-var/0401.hosts1"? no (failed to find host name for V4NET.9.9.9) ->>> accept: condition test failed in ACL "connect" ->>> end of ACL "connect": implicit DENY +>>> accept: condition test failed in ACL connect +>>> end of ACL connect: implicit DENY LOG: H=[V4NET.9.9.9] rejected connection in "connect" ACL diff --git a/test/stderr/0422 b/test/stderr/0422 index 1724b2438..168317891 100644 --- a/test/stderr/0422 +++ b/test/stderr/0422 @@ -7,7 +7,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL connect "deny" (TESTSUITE/test-config 19) >>> message: dnslist_value is $dnslist_value >>> check dnslists = rbl.test.ex=127.0.0.2 >>> dnslists check: rbl.test.ex=127.0.0.2 @@ -15,10 +15,10 @@ >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 1.13.13.V4NET.rbl.test.ex failed >>> => that means V4NET.13.13.1 is not listed at rbl.test.ex ->>> deny: condition test failed in ACL "connect" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "connect" ->>> end of ACL "connect": ACCEPT +>>> deny: condition test failed in ACL connect +>>> processing ACL connect "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL connect +>>> end of ACL connect: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -28,7 +28,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "deny" (TESTSUITE/test-config 19) +>>> processing ACL connect "deny" (TESTSUITE/test-config 19) >>> message: dnslist_value is $dnslist_value >>> check dnslists = rbl.test.ex=127.0.0.2 >>> dnslists check: rbl.test.ex=127.0.0.2 @@ -36,6 +36,6 @@ >>> dnslists: wrote cache entry, ttl=3600 >>> DNS lookup for 2.13.13.V4NET.rbl.test.ex succeeded (yielding 127.0.0.1, 127.0.0.2) >>> => that means V4NET.13.13.2 is listed at rbl.test.ex ->>> deny: condition test succeeded in ACL "connect" ->>> end of ACL "connect": DENY +>>> deny: condition test succeeded in ACL connect +>>> end of ACL connect: DENY LOG: H=[V4NET.13.13.2] rejected connection in "connect" ACL: dnslist_value is 127.0.0.1, 127.0.0.2 diff --git a/test/stderr/0423 b/test/stderr/0423 index 2460e4815..273399ffa 100644 --- a/test/stderr/0423 +++ b/test/stderr/0423 @@ -7,8 +7,8 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "deny" (TESTSUITE/test-config 25) +>>> processing ACL connect "deny" (TESTSUITE/test-config 25) >>> message: xxxxxxxxxxxxxx has refused this message because it looks like it is infected with the Sobig.E worm. See http://www.xxxx.xxx/xxxxxxxx/xxxx/xxxx/w32.sobig.e@xx.html for details. If you feel this determination is in error, please forward the entire message to postmaster@xxxxxxxxxxxxx.com and include code \"xx#1\" in the Subject ->>> deny: condition test succeeded in ACL "connect" ->>> end of ACL "connect": DENY +>>> deny: condition test succeeded in ACL connect +>>> end of ACL connect: DENY LOG: H=[V4NET.13.13.1] rejected connection in "connect" ACL: xxxxxxxxxxxxxx has refused this message because it looks like it is infected with the Sobig.E worm. See http://www.xxxx.xxx/xxxxxxxx/xxxx/xxxx/w32.sobig.e@xx.html for details. If you feel this determination is in error, please forward the entire message to postmaster@xxxxxxxxxxxxx.com and include code "xx#1" in the Subject diff --git a/test/stderr/0432 b/test/stderr/0432 index b6629f893..204cddd6b 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL mail "accept" (TESTSUITE/test-config 20) >>> check verify = sender/callout=1s,maxwait=1s >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@y @@ -25,8 +25,8 @@ MUNGED: ::1 will be omitted in what follows >>> ... callout omitted by default when host testing >>> (Use -bhc if you want the callouts to happen.) >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "mail" ->>> end of ACL "mail": ACCEPT +>>> accept: condition test succeeded in ACL mail +>>> end of ACL mail: ACCEPT Exim version x.yz .... Hints DB: changed uid/gid: forcing real = effective @@ -65,7 +65,7 @@ SMTP<< mail from: spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 using ACL "mail" -processing "accept" (TESTSUITE/test-config 20) +processing ACL mail "accept" (TESTSUITE/test-config 20) check verify = sender/callout=1s,maxwait=1s >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying x@y @@ -138,8 +138,8 @@ dbfn_write: key=x@y datalen nn wrote positive callout cache address record for x@y ----------- end verify ------------ sender x@y verified ok -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT SMTP>> 250 OK SMTP<< quit SMTP>> 221 myhost.test.ex closing connection @@ -185,7 +185,7 @@ SMTP<< mail from: spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 using ACL "mail" -processing "accept" (TESTSUITE/test-config 20) +processing ACL mail "accept" (TESTSUITE/test-config 20) check verify = sender/callout=1s,maxwait=1s >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Verifying x@y @@ -223,8 +223,8 @@ callout cache: found address record for x@y callout cache: address record is positive ----------- end verify ------------ sender x@y verified ok -accept: condition test succeeded in ACL "mail" -end of ACL "mail": ACCEPT +accept: condition test succeeded in ACL mail +end of ACL mail: ACCEPT SMTP>> 250 OK SMTP<< quit SMTP>> 221 myhost.test.ex closing connection @@ -245,7 +245,7 @@ search_tidyup called >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL mail "accept" (TESTSUITE/test-config 20) >>> check verify = sender/callout=1s,maxwait=1s >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@y @@ -260,8 +260,8 @@ MUNGED: ::1 will be omitted in what follows >>> callout cache: found address record for x@y >>> callout cache: address record is positive >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "mail" ->>> end of ACL "mail": ACCEPT +>>> accept: condition test succeeded in ACL mail +>>> end of ACL mail: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -275,7 +275,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL mail "accept" (TESTSUITE/test-config 20) >>> check verify = sender/callout=1s,maxwait=1s >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing a@b @@ -314,8 +314,8 @@ MUNGED: ::1 will be omitted in what follows >>> result=1 postmaster=0 random=0 >>> wrote positive callout cache address record for a@b >>> ----------- end verify ------------ ->>> accept: condition test succeeded in ACL "mail" ->>> end of ACL "mail": ACCEPT +>>> accept: condition test succeeded in ACL mail +>>> end of ACL mail: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -329,7 +329,7 @@ MUNGED: ::1 will be omitted in what follows >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL mail "accept" (TESTSUITE/test-config 20) >>> check verify = sender/callout=1s,maxwait=1s >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing p1@q @@ -355,6 +355,6 @@ MUNGED: ::1 will be omitted in what follows >>> cmdlog: '220:EHLO' >>> SMTP timeout >>> ----------- end verify ------------ ->>> accept: condition test deferred in ACL "mail" +>>> accept: condition test deferred in ACL mail LOG: H=(test) [1.2.3.4] sender verify defer for : Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : SMTP timeout after EHLO myhost.test.ex LOG: H=(test) [1.2.3.4] temporarily rejected MAIL : Could not complete sender verify callout diff --git a/test/stderr/0443 b/test/stderr/0443 index 75884eae0..48e90314f 100644 --- a/test/stderr/0443 +++ b/test/stderr/0443 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL rcpt "accept" (TESTSUITE/test-config 20) >>> check verify = sender/callout=1s >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@ten-1.test.ex @@ -28,6 +28,6 @@ >>> callout cache: no address record found for x@ten-1.test.ex >>> cannot callout via null transport >>> ----------- end verify ------------ ->>> accept: condition test deferred in ACL "rcpt" +>>> accept: condition test deferred in ACL rcpt LOG: H=(test) [V4NET.0.0.1] sender verify defer for : Could not complete sender verify callout LOG: H=(test) [V4NET.0.0.1] F= temporarily rejected RCPT x@y: Could not complete sender verify callout diff --git a/test/stderr/0445 b/test/stderr/0445 index 9a272700a..2a0e6f764 100644 --- a/test/stderr/0445 +++ b/test/stderr/0445 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "rcpt" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL rcpt "deny" (TESTSUITE/test-config 20) >>> check !verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing lp1@x.y @@ -19,12 +19,12 @@ >>> calling bad_addresses router >>> bad_addresses router forced address failure >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": DENY +>>> deny: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: DENY LOG: H=(test) [1.2.3.4] sender verify fail for : LOG: H=(test) [1.2.3.4] F= rejected RCPT : Sender verify failed >>> using ACL "rcpt" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL rcpt "deny" (TESTSUITE/test-config 20) >>> check !verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing lp2@x.y @@ -32,7 +32,7 @@ LOG: H=(test) [1.2.3.4] F= rejected RCPT : Sender verify failed >>> calling bad_addresses router >>> bad_addresses router forced address failure >>> ----------- end verify ------------ ->>> deny: condition test succeeded in ACL "rcpt" ->>> end of ACL "rcpt": DENY +>>> deny: condition test succeeded in ACL rcpt +>>> end of ACL rcpt: DENY LOG: H=(test) [1.2.3.4] sender verify fail for : This is a message LOG: H=(test) [1.2.3.4] F= rejected RCPT : Sender verify failed diff --git a/test/stderr/0464 b/test/stderr/0464 index aa91bff38..bed191f9b 100644 --- a/test/stderr/0464 +++ b/test/stderr/0464 @@ -22,7 +22,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "rcpt" -processing "require" (TESTSUITE/test-config 20) +processing ACL rcpt "require" (TESTSUITE/test-config 20) check domains = +special_domains domain1 in "+special_domains"? list element: +special_domains @@ -116,8 +116,8 @@ routed by r2 router envelope to: abc@xxx.domain1 transport: smtp ----------- end verify ------------ -require: condition test succeeded in ACL "rcpt" -processing "require" (TESTSUITE/test-config 23) +require: condition test succeeded in ACL rcpt +processing ACL rcpt "require" (TESTSUITE/test-config 23) check domains = +special_domains domain1 in "+special_domains"? list element: +special_domains @@ -194,10 +194,10 @@ routed by r2 router envelope to: abc@xxx.domain1 transport: smtp ----------- end verify ------------ -require: condition test succeeded in ACL "rcpt" -processing "accept" (TESTSUITE/test-config 25) -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +require: condition test succeeded in ACL rcpt +processing ACL rcpt "accept" (TESTSUITE/test-config 25) +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 myhost.test.ex closing connection diff --git a/test/stderr/0465 b/test/stderr/0465 index 3b0d8418d..b7468701a 100644 --- a/test/stderr/0465 +++ b/test/stderr/0465 @@ -60,7 +60,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 22) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -90,10 +90,10 @@ P Received: from CALLER (helo=test) for abc@domain; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check_data" -processing "accept" (TESTSUITE/test-config 20) +processing ACL check_data "accept" (TESTSUITE/test-config 20) check verify = header_syntax -accept: condition test succeeded in ACL "check_data" -end of ACL "check_data": ACCEPT +accept: condition test succeeded in ACL check_data +end of ACL check_data: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmaY-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaY-000000005vi-0000-H @@ -135,7 +135,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 22) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted @@ -167,10 +167,10 @@ P Received: from CALLER (helo=test) for abc@xyz; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check_data" -processing "accept" (TESTSUITE/test-config 20) +processing ACL check_data "accept" (TESTSUITE/test-config 20) check verify = header_syntax -accept: condition test failed in ACL "check_data" -end of ACL "check_data": implicit DENY +accept: condition test failed in ACL check_data +end of ACL check_data: implicit DENY SMTP>> 550 Administrative prohibition LOG: MAIN REJECT U=CALLER F=<> rejected after DATA: domain missing or malformed: failing address in "To:" header is: abc@xyz. diff --git a/test/stderr/0471 b/test/stderr/0471 index a83a4921f..7dff3d346 100644 --- a/test/stderr/0471 +++ b/test/stderr/0471 @@ -26871,12 +26871,12 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r1@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax -warn: condition test failed in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test failed in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaX-000000005vi-0000-H @@ -27069,12 +27069,12 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r2@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax -warn: condition test failed in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test failed in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmaY-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaY-000000005vi-0000-H @@ -27266,12 +27266,12 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r3@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax -warn: condition test failed in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test failed in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmaZ-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaZ-000000005vi-0000-H @@ -27432,15 +27432,15 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r4@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax check logwrite = verify header_syntax fails LOG: MAIN verify header_syntax fails -warn: condition test succeeded in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test succeeded in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmbA-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmbA-000000005vi-0000-H @@ -27599,12 +27599,12 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r5@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax -warn: condition test failed in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test failed in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmbB-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmbB-000000005vi-0000-H @@ -27765,15 +27765,15 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for r6@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check" -processing "warn" (TESTSUITE/test-config 15) +processing ACL check "warn" (TESTSUITE/test-config 15) check !verify = header_syntax check logwrite = verify header_syntax fails LOG: MAIN verify header_syntax fails -warn: condition test succeeded in ACL "check" -processing "accept" (TESTSUITE/test-config 17) -accept: condition test succeeded in ACL "check" -end of ACL "check": ACCEPT +warn: condition test succeeded in ACL check +processing ACL check "accept" (TESTSUITE/test-config 17) +accept: condition test succeeded in ACL check +end of ACL check: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmbC-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmbC-000000005vi-0000-H diff --git a/test/stderr/0475 b/test/stderr/0475 index 585e78d2a..34053c1e3 100644 --- a/test/stderr/0475 +++ b/test/stderr/0475 @@ -11,41 +11,41 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "a1" ->>> processing "deny" (TESTSUITE/test-config 17) +>>> processing ACL a1 "deny" (TESTSUITE/test-config 17) >>> check hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8 >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? >>> list element: 1.2.3.4 >>> list element: <;░1.2.3.4:5.6.7.8 LOG: unknown lookup type "<" in host list item "<; 1.2.3.4:5.6.7.8" >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? list match deferred for <; 1.2.3.4:5.6.7.8 ->>> deny: condition test deferred in ACL "a1" +>>> deny: condition test deferred in ACL a1 LOG: H=(test) [V4NET.0.0.0] F=<> temporarily rejected RCPT : unknown lookup type "<" >>> using ACL "a2" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL a2 "deny" (TESTSUITE/test-config 20) >>> check hosts = 1.2.3/24 >>> host in "1.2.3/24"? >>> list element: 1.2.3/24 >>> host in "1.2.3/24"? no (malformed IPv4 address or address mask: 1.2.3) LOG: list matching forced to fail: malformed IPv4 address or address mask: 1.2.3 ->>> deny: condition test failed in ACL "a2" ->>> end of ACL "a2": implicit DENY +>>> deny: condition test failed in ACL a2 +>>> end of ACL a2: implicit DENY LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT >>> using ACL "a3" ->>> processing "deny" (TESTSUITE/test-config 23) +>>> processing ACL a3 "deny" (TESTSUITE/test-config 23) >>> check hosts = <; fe80::1 >>> host in "<; fe80::1"? >>> list element: fe80::1 >>> host in "<; fe80::1"? no (end of list) ->>> deny: condition test failed in ACL "a3" ->>> end of ACL "a3": implicit DENY +>>> deny: condition test failed in ACL a3 +>>> end of ACL a3: implicit DENY LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT >>> using ACL "a4" ->>> processing "deny" (TESTSUITE/test-config 26) +>>> processing ACL a4 "deny" (TESTSUITE/test-config 26) >>> check hosts = <; fe80:1 >>> host in "<; fe80:1"? >>> list element: fe80:1 >>> host in "<; fe80:1"? no (malformed IPv6 address or address mask: fe80:1) LOG: list matching forced to fail: malformed IPv6 address or address mask: fe80:1 ->>> deny: condition test failed in ACL "a4" ->>> end of ACL "a4": implicit DENY +>>> deny: condition test failed in ACL a4 +>>> end of ACL a4: implicit DENY LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT diff --git a/test/stderr/0479 b/test/stderr/0479 index dbcd3b5bd..9b12968a6 100644 --- a/test/stderr/0479 +++ b/test/stderr/0479 @@ -38,7 +38,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "rcpt" -processing "require" (TESTSUITE/test-config 16) +processing ACL rcpt "require" (TESTSUITE/test-config 16) check logwrite = sender address is <$sender_address> = sender address is LOG: MAIN @@ -74,24 +74,24 @@ routed by r1 router transport: t1 ----------- end verify ------------ sender a@b verified ok as rewritten-a@rewritten-b -require: condition test succeeded in ACL "rcpt" -processing "accept" (TESTSUITE/test-config 18) -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +require: condition test succeeded in ACL rcpt +processing ACL rcpt "accept" (TESTSUITE/test-config 18) +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< rcpt to: using ACL "rcpt" -processing "require" (TESTSUITE/test-config 16) +processing ACL rcpt "require" (TESTSUITE/test-config 16) check logwrite = sender address is <$sender_address> = sender address is LOG: MAIN sender address is check verify = sender using cached sender verify result -require: condition test succeeded in ACL "rcpt" -processing "accept" (TESTSUITE/test-config 18) -accept: condition test succeeded in ACL "rcpt" -end of ACL "rcpt": ACCEPT +require: condition test succeeded in ACL rcpt +processing ACL rcpt "accept" (TESTSUITE/test-config 18) +accept: condition test succeeded in ACL rcpt +end of ACL rcpt: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 the.local.host.name closing connection diff --git a/test/stderr/0487 b/test/stderr/0487 index 868741f5b..f4dc8a1fb 100644 --- a/test/stderr/0487 +++ b/test/stderr/0487 @@ -39,7 +39,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 34) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted diff --git a/test/stderr/0513 b/test/stderr/0513 index e76e994f2..6f4346326 100644 --- a/test/stderr/0513 +++ b/test/stderr/0513 @@ -19,7 +19,7 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "defer" (TESTSUITE/test-config 19) +>>> processing ACL check_rcpt "defer" (TESTSUITE/test-config 19) >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing x@mxt2.test.ex @@ -34,6 +34,6 @@ >>> no more routers >>> ----------- end verify ------------ >>> message: >$acl_verify_message< ++++ ->>> defer: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": DEFER +>>> defer: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: DEFER LOG: H=(a.b.c.d) [1.2.3.4] F=<> temporarily rejected RCPT : all relevant MX records point to non-existent hosts diff --git a/test/stderr/0524 b/test/stderr/0524 index 2212a1b46..07e32fee9 100644 --- a/test/stderr/0524 +++ b/test/stderr/0524 @@ -19,11 +19,11 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 18) >>> message: CSA status is $csa_status >>> check verify = csa ->>> accept: condition test succeeded in ACL "check_mail" ->>> end of ACL "check_mail": ACCEPT +>>> accept: condition test succeeded in ACL check_mail +>>> end of ACL check_mail: ACCEPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") @@ -40,10 +40,10 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 18) >>> message: CSA status is $csa_status >>> check verify = csa ->>> accept: condition test failed in ACL "check_mail" +>>> accept: condition test failed in ACL check_mail >>> accept: endpass encountered - denying access LOG: H=(csa2.test.ex) [V4NET.9.8.7] rejected MAIL <>: client SMTP authorization failed (host name not authorized) >>> host in hosts_connection_nolog? no (option unset) @@ -67,10 +67,10 @@ LOG: H=(csa2.test.ex) [V4NET.9.8.7] rejected MAIL <>: client SMTP authorization >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 18) >>> message: CSA status is $csa_status >>> check verify = csa ->>> accept: condition test failed in ACL "check_mail" +>>> accept: condition test failed in ACL check_mail >>> accept: endpass encountered - denying access LOG: H=(csa1.test.ex) [V4NET.9.8.8] rejected MAIL <>: client SMTP authorization failed (client address mismatch) >>> host in smtp_accept_max_nonmail_hosts? @@ -89,9 +89,9 @@ LOG: H=(csa1.test.ex) [V4NET.9.8.8] rejected MAIL <>: client SMTP authorization >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_mail" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_mail "accept" (TESTSUITE/test-config 18) >>> message: CSA status is $csa_status >>> check verify = csa ->>> accept: condition test failed in ACL "check_mail" +>>> accept: condition test failed in ACL check_mail >>> accept: endpass encountered - denying access LOG: H=(csa2.test.ex) [V4NET.9.8.8] rejected MAIL <>: client SMTP authorization failed (host name not authorized) diff --git a/test/stderr/0534 b/test/stderr/0534 index 0cbbcca2b..227f8b05d 100644 --- a/test/stderr/0534 +++ b/test/stderr/0534 @@ -7,10 +7,10 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "two" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL two "accept" (TESTSUITE/test-config 22) >>> check hosts = 5.6.7.8 >>> host in "5.6.7.8"? >>> list element: 5.6.7.8 >>> host in "5.6.7.8"? yes (matched "5.6.7.8") ->>> accept: condition test succeeded in ACL "two" ->>> end of ACL "two": ACCEPT +>>> accept: condition test succeeded in ACL two +>>> end of ACL two: ACCEPT diff --git a/test/stderr/0537 b/test/stderr/0537 index 5142edde8..3c6a74c6f 100644 --- a/test/stderr/0537 +++ b/test/stderr/0537 @@ -7,10 +7,10 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL connect "accept" (TESTSUITE/test-config 24) >>> check acl = log >>> using ACL "log" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> processing ACL log "accept" (TESTSUITE/test-config 31) >>> check logwrite = =========================================================== LOG: =========================================================== >>> check logwrite = sender_ip_address=[$sender_host_address] @@ -39,10 +39,10 @@ LOG: sender_host_name= >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident= LOG: sender_ident= ->>> accept: condition test succeeded in ACL "log" ->>> end of ACL "log": ACCEPT ->>> accept: condition test succeeded in ACL "connect" ->>> end of ACL "connect": ACCEPT +>>> accept: condition test succeeded in ACL log +>>> end of ACL log: ACCEPT +>>> accept: condition test succeeded in ACL connect +>>> end of ACL connect: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -52,10 +52,10 @@ LOG: sender_ident= >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "connect" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL connect "accept" (TESTSUITE/test-config 24) >>> check acl = log >>> using ACL "log" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> processing ACL log "accept" (TESTSUITE/test-config 31) >>> check logwrite = =========================================================== LOG: =========================================================== >>> check logwrite = sender_ip_address=[$sender_host_address] @@ -82,10 +82,10 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded in ACL "log" ->>> end of ACL "log": ACCEPT ->>> accept: condition test succeeded in ACL "connect" ->>> end of ACL "connect": ACCEPT +>>> accept: condition test succeeded in ACL log +>>> end of ACL log: ACCEPT +>>> accept: condition test succeeded in ACL connect +>>> end of ACL connect: ACCEPT >>> list element: * >>> host in limits_advertise_hosts? yes (matched "*") >>> host in dsn_advertise_hosts? no (option unset) @@ -95,10 +95,10 @@ LOG: sender_ident=ident >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL mail "accept" (TESTSUITE/test-config 27) >>> check acl = log >>> using ACL "log" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> processing ACL log "accept" (TESTSUITE/test-config 31) >>> check logwrite = =========================================================== LOG: =========================================================== >>> check logwrite = sender_ip_address=[$sender_host_address] @@ -125,26 +125,26 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded in ACL "log" ->>> end of ACL "log": ACCEPT +>>> accept: condition test succeeded in ACL log +>>> end of ACL log: ACCEPT >>> check acl = auth >>> using ACL "auth" ->>> processing "accept" (TESTSUITE/test-config 42) +>>> processing ACL auth "accept" (TESTSUITE/test-config 42) >>> check authenticated = * >>> authname in "*"? >>> list element: * >>> authname in "*"? yes (matched "*") >>> check logwrite = +++ host is authenticated +++ LOG: +++ host is authenticated +++ ->>> accept: condition test succeeded in ACL "auth" ->>> end of ACL "auth": ACCEPT ->>> accept: condition test succeeded in ACL "mail" ->>> end of ACL "mail": ACCEPT +>>> accept: condition test succeeded in ACL auth +>>> end of ACL auth: ACCEPT +>>> accept: condition test succeeded in ACL mail +>>> end of ACL mail: ACCEPT >>> using ACL "mail" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL mail "accept" (TESTSUITE/test-config 27) >>> check acl = log >>> using ACL "log" ->>> processing "accept" (TESTSUITE/test-config 31) +>>> processing ACL log "accept" (TESTSUITE/test-config 31) >>> check logwrite = =========================================================== LOG: =========================================================== >>> check logwrite = sender_ip_address=[$sender_host_address] @@ -171,18 +171,18 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded in ACL "log" ->>> end of ACL "log": ACCEPT +>>> accept: condition test succeeded in ACL log +>>> end of ACL log: ACCEPT >>> check acl = auth >>> using ACL "auth" ->>> processing "accept" (TESTSUITE/test-config 42) +>>> processing ACL auth "accept" (TESTSUITE/test-config 42) >>> check authenticated = * >>> authname in "*"? >>> list element: * >>> authname in "*"? yes (matched "*") >>> check logwrite = +++ host is authenticated +++ LOG: +++ host is authenticated +++ ->>> accept: condition test succeeded in ACL "auth" ->>> end of ACL "auth": ACCEPT ->>> accept: condition test succeeded in ACL "mail" ->>> end of ACL "mail": ACCEPT +>>> accept: condition test succeeded in ACL auth +>>> end of ACL auth: ACCEPT +>>> accept: condition test succeeded in ACL mail +>>> end of ACL mail: ACCEPT diff --git a/test/stderr/0569 b/test/stderr/0569 index 8c41999d9..f98721cda 100644 --- a/test/stderr/0569 +++ b/test/stderr/0569 @@ -13,28 +13,28 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 22) ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_from +>>> processing ACL check_from "accept" (TESTSUITE/test-config 22) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 qualify/rewrite: '>' missing at end of address >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaX-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -51,25 +51,25 @@ LOG: 10HmaX-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.10] P=s >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 22) ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_from +>>> processing ACL check_from "accept" (TESTSUITE/test-config 22) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: Invalid character in header "Received" found >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -86,7 +86,7 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> usery@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex @@ -95,18 +95,18 @@ LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> usery@exim.test.ex in "usery@exim.test.ex"? yes (matched "usery@exim.test.ex") >>> check set acl_m_message = I do not like your message ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: Invalid character in header "Subjec⍅" found >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -123,25 +123,25 @@ LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 22) ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_from +>>> processing ACL check_from "accept" (TESTSUITE/test-config 22) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test failed in ACL "check_message" ->>> end of ACL "check_message": not OK +>>> require: condition test failed in ACL check_message +>>> end of ACL check_message: not OK LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.10.10.10] F= rejected after DATA: Invalid character in header "Subjec⍅" found >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -158,27 +158,27 @@ LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.10.10.10] F= re >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 22) ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_from +>>> processing ACL check_from "accept" (TESTSUITE/test-config 22) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaY-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -195,25 +195,25 @@ LOG: 10HmaY-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.10] P=s >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_from "accept" (TESTSUITE/test-config 20) >>> check senders = usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? >>> list element: usery@exim.test.ex >>> userx@exim.test.ex in "usery@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_from" ->>> processing "accept" (TESTSUITE/test-config 22) ->>> accept: condition test succeeded in ACL "check_from" ->>> end of ACL "check_from": ACCEPT ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_from +>>> processing ACL check_from "accept" (TESTSUITE/test-config 22) +>>> accept: condition test succeeded in ACL check_from +>>> end of ACL check_from: ACCEPT +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_message" ->>> processing "require" (TESTSUITE/test-config 25) +>>> processing ACL check_message "require" (TESTSUITE/test-config 25) >>> message: ${if def:acl_m_message {$acl_m_message}} >>> check verify = header_names_ascii ->>> require: condition test succeeded in ACL "check_message" ->>> processing "accept" (TESTSUITE/test-config 27) ->>> accept: condition test succeeded in ACL "check_message" ->>> end of ACL "check_message": ACCEPT +>>> require: condition test succeeded in ACL check_message +>>> processing ACL check_message "accept" (TESTSUITE/test-config 27) +>>> accept: condition test succeeded in ACL check_message +>>> end of ACL check_message: ACCEPT LOG: 10HmaZ-000000005vi-0000 <= userx@exim.test.ex H=(test) [V4NET.10.10.10] P=smtp S=sss diff --git a/test/stderr/0575 b/test/stderr/0575 index ad89f09be..ef23ff943 100644 --- a/test/stderr/0575 +++ b/test/stderr/0575 @@ -37,7 +37,7 @@ spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: -processing "accept" (TESTSUITE/test-config 13) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> 250 Accepted diff --git a/test/stderr/0584 b/test/stderr/0584 index a15f0f048..c2b1959f8 100644 --- a/test/stderr/0584 +++ b/test/stderr/0584 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 20) >>> check verify = sender=userx@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex @@ -21,10 +21,10 @@ >>> calling goodroute router >>> routed by goodroute router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [127.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -40,7 +40,7 @@ LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [127.0.0.1] P=smtp S=sss >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 20) >>> check verify = sender=fail@test.ex >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing fail@test.ex @@ -49,8 +49,8 @@ LOG: 10HmaX-000000005vi-0000 <= userx@test.ex H=(test) [127.0.0.1] P=smtp S=sss >>> fail in local_parts? no (end of list) >>> no more routers >>> ----------- end verify ------------ ->>> require: condition test failed in ACL "check_recipient" ->>> end of ACL "check_recipient": not OK +>>> require: condition test failed in ACL check_recipient +>>> end of ACL check_recipient: not OK LOG: H=(test) [127.0.0.1] sender verify fail for : Unrouteable address LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sender verify failed >>> host in hosts_connection_nolog? no (option unset) @@ -66,7 +66,7 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sende >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 20) +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 20) >>> check verify = sender=$sender_address/defer_ok >>> = sender=userx@test.ex/defer_ok >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -77,9 +77,9 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT : Sende >>> calling goodroute router >>> routed by goodroute router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= userx@test.ex H=(test) [127.0.0.1] P=smtp S=sss diff --git a/test/stderr/0587 b/test/stderr/0587 index 3f9d2b5d6..5be211ca7 100644 --- a/test/stderr/0587 +++ b/test/stderr/0587 @@ -10,7 +10,7 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 14) +>>> processing inline ACL "accept" >>> check hosts = test.again.dns >>> host in "test.again.dns"? >>> list element: test.again.dns diff --git a/test/stderr/0588 b/test/stderr/0588 index 0be237c7e..5477627f5 100644 --- a/test/stderr/0588 +++ b/test/stderr/0588 @@ -10,7 +10,7 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing inline ACL "accept" >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing should_log@delay1500.test.ex @@ -39,7 +39,7 @@ LOG: Long A lookup for 'delay1500.test.ex': ssss msec >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing inline ACL "accept" >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing should_not_log@delay500.test.ex diff --git a/test/stderr/0609 b/test/stderr/0609 index 6a801a299..f80f28895 100644 --- a/test/stderr/0609 +++ b/test/stderr/0609 @@ -22,13 +22,13 @@ p1235 Process p1235 is handling incoming connection from [127.0.0.1] p1235 Process p1235 is ready for new message p1235 test in helo_lookup_domains? no (end of list) p1235 using ACL "delay4_accept" -p1235 processing "accept" (TESTSUITE/test-config 24) +p1235 processing ACL delay4_accept "accept" (TESTSUITE/test-config 24) p1235 check delay = 4s p1235 delay modifier requests 4-second delay 1 SMTP accept process running Listening... -p1235 accept: condition test succeeded in ACL "delay4_accept" -p1235 end of ACL "delay4_accept": ACCEPT +p1235 accept: condition test succeeded in ACL delay4_accept +p1235 end of ACL delay4_accept: ACCEPT p1235 LOG: smtp_connection MAIN p1235 SMTP connection from (test) [127.0.0.1] D=qqs closed by QUIT p1235 >>>>>>>>>>>>>>>> Exim pid=p1235 (daemon-accept) terminating with rc=0 >>>>>>>>>>>>>>>> @@ -43,12 +43,12 @@ p1236 Process p1236 is handling incoming connection from [127.0.0.1] p1236 Process p1236 is ready for new message p1236 test in helo_lookup_domains? no (end of list) p1236 using ACL "delay4_accept" -p1236 processing "accept" (TESTSUITE/test-config 24) +p1236 processing ACL delay4_accept "accept" (TESTSUITE/test-config 24) p1236 check delay = 4s p1236 delay modifier requests 4-second delay p1236 delay cancelled by peer close -p1236 accept: condition test succeeded in ACL "delay4_accept" -p1236 end of ACL "delay4_accept": ACCEPT +p1236 accept: condition test succeeded in ACL delay4_accept +p1236 end of ACL delay4_accept: ACCEPT p1236 LOG: lost_incoming_connection MAIN p1236 unexpected disconnection while reading SMTP command from (test) [127.0.0.1] D=qqs p1236 >>>>>>>>>>>>>>>> Exim pid=p1236 (daemon-accept) terminating with rc=1 >>>>>>>>>>>>>>>> diff --git a/test/stderr/0618 b/test/stderr/0618 index 7efaf8a8e..ddc3d06c2 100644 --- a/test/stderr/0618 +++ b/test/stderr/0618 @@ -11,7 +11,7 @@ >>> list element: @[] >>> tester in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 20) >>> check local_parts = lsearch;TESTSUITE/aux-fixed/0618.list >>> fred in "lsearch;TESTSUITE/aux-fixed/0618.list"? >>> list element: lsearch;TESTSUITE/aux-fixed/0618.list @@ -20,11 +20,11 @@ >>> good1.ex in "lsearch;TESTSUITE/aux-fixed/0618.list"? >>> list element: lsearch;TESTSUITE/aux-fixed/0618.list >>> good1.ex in "lsearch;TESTSUITE/aux-fixed/0618.list"? yes (matched "lsearch;TESTSUITE/aux-fixed/0618.list") ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT LOG: 10HmbA-000000005vi-0000 <= a@test.ex H=(tester) [99.99.99.99] P=smtp S=sss >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 20) >>> check local_parts = lsearch;TESTSUITE/aux-fixed/0618.list >>> jim in "lsearch;TESTSUITE/aux-fixed/0618.list"? >>> list element: lsearch;TESTSUITE/aux-fixed/0618.list @@ -33,8 +33,8 @@ LOG: 10HmbA-000000005vi-0000 <= a@test.ex H=(tester) [99.99.99.99] P=smtp S=sss >>> good2.ex in "lsearch;TESTSUITE/aux-fixed/0618.list"? >>> list element: lsearch;TESTSUITE/aux-fixed/0618.list >>> good2.ex in "lsearch;TESTSUITE/aux-fixed/0618.list"? yes (matched "lsearch;TESTSUITE/aux-fixed/0618.list") ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT LOG: 10HmbB-000000005vi-0000 <= b@test.ex H=(tester) [99.99.99.99] P=smtp S=sss ******** SERVER ******** diff --git a/test/stderr/0626 b/test/stderr/0626 index 025f190a7..a8954f01c 100644 --- a/test/stderr/0626 +++ b/test/stderr/0626 @@ -11,11 +11,11 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s >>> seen db written (create) ->>> accept: condition test failed in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": implicit DENY +>>> accept: condition test failed in ACL chk_rcpt +>>> end of ACL chk_rcpt: implicit DENY LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -30,10 +30,10 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -47,11 +47,11 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s / write >>> seen db written (update) ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -65,11 +65,11 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s >>> seen db written (create) ->>> accept: condition test failed in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": implicit DENY +>>> accept: condition test failed in ACL chk_rcpt +>>> end of ACL chk_rcpt: implicit DENY LOG: H=(test) [ip4.ip4.ip4.ip4] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -84,12 +84,12 @@ LOG: H=(test) [ip4.ip4.ip4.ip4] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s / key=${sender_host_address}_foo >>> = -1s / key=127.0.0.1_foo >>> seen db written (create) ->>> accept: condition test failed in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": implicit DENY +>>> accept: condition test failed in ACL chk_rcpt +>>> end of ACL chk_rcpt: implicit DENY LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -104,11 +104,11 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = -1s / refresh=1s >>> seen db written (refresh) ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -122,12 +122,12 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = 5s/key=${sender_host_address}_foo/readonly >>> = 5s/key=127.0.0.1_foo/readonly >>> seen db not written (readonly) ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -141,12 +141,12 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = 1s / key=${sender_host_address}_foo >>> = 1s / key=127.0.0.1_foo >>> seen db written (update) ->>> accept: condition test failed in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": implicit DENY +>>> accept: condition test failed in ACL chk_rcpt +>>> end of ACL chk_rcpt: implicit DENY LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -161,9 +161,9 @@ LOG: H=(test) [127.0.0.1] F= rejected RCPT >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "chk_rcpt" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL chk_rcpt "accept" (TESTSUITE/test-config 19) >>> check seen = 1s / key=${sender_host_address}_foo >>> = 1s / key=127.0.0.1_foo >>> seen db written (update) ->>> accept: condition test succeeded in ACL "chk_rcpt" ->>> end of ACL "chk_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL chk_rcpt +>>> end of ACL chk_rcpt: ACCEPT diff --git a/test/stderr/0628 b/test/stderr/0628 index 225347acc..7b1459f1b 100644 --- a/test/stderr/0628 +++ b/test/stderr/0628 @@ -1,7 +1,7 @@ -01:01:01 p1237 warn: condition test succeeded in ACL "chk_data" -01:01:01 p1237 processing "accept" (TESTSUITE/test-config 28) -01:01:01 p1237 accept: condition test succeeded in ACL "chk_data" -01:01:01 p1237 end of ACL "chk_data": ACCEPT +01:01:01 p1237 warn: condition test succeeded in ACL chk_data +01:01:01 p1237 processing ACL chk_data "accept" (TESTSUITE/test-config 28) +01:01:01 p1237 accept: condition test succeeded in ACL chk_data +01:01:01 p1237 end of ACL chk_data: ACCEPT 01:01:01 p1237 ╭considering: ${tod_full} 01:01:01 p1237 ├───expanded: ${tod_full} 01:01:01 p1237 ╰─────result: Tue,░2░Mar░1999░09:44:33░+0000 @@ -112,10 +112,10 @@ 01:01:01 p1237 SMTP>>(close on process exit) 01:01:01 p1237 >>>>>>>>>>>>>>>> Exim pid=p1237 (daemon-accept) terminating with rc=0 >>>>>>>>>>>>>>>> 01:01:01 p1240 check control = queue_only -01:01:01 p1240 warn: condition test succeeded in ACL "chk_data" -01:01:01 p1240 processing "accept" (TESTSUITE/test-config 28) -01:01:01 p1240 accept: condition test succeeded in ACL "chk_data" -01:01:01 p1240 end of ACL "chk_data": ACCEPT +01:01:01 p1240 warn: condition test succeeded in ACL chk_data +01:01:01 p1240 processing ACL chk_data "accept" (TESTSUITE/test-config 28) +01:01:01 p1240 accept: condition test succeeded in ACL chk_data +01:01:01 p1240 end of ACL chk_data: ACCEPT 01:01:01 p1240 ╭considering: ${tod_full} 01:01:01 p1240 ├───expanded: ${tod_full} 01:01:01 p1240 ╰─────result: Tue,░2░Mar░1999░09:44:33░+0000 diff --git a/test/stderr/0629 b/test/stderr/0629 index 96fdb14f3..09712bde7 100644 --- a/test/stderr/0629 +++ b/test/stderr/0629 @@ -1,12 +1,12 @@ -accept: condition test succeeded in ACL "chk_mail" -end of ACL "chk_mail": ACCEPT +accept: condition test succeeded in ACL chk_mail +end of ACL chk_mail: ACCEPT SMTP>> 250 OK SMTP<< RCPT TO: using ACL "chk_rcpt" -processing "deny" (TESTSUITE/test-config 20) +processing ACL chk_rcpt "deny" (TESTSUITE/test-config 20) check log_reject_target = panic -deny: condition test succeeded in ACL "chk_rcpt" -end of ACL "chk_rcpt": DENY +deny: condition test succeeded in ACL chk_rcpt +end of ACL chk_rcpt: DENY SMTP>> 550 Administrative prohibition LOG: PANIC H=(test.ex) [127.0.0.1] F= rejected RCPT diff --git a/test/stderr/0631 b/test/stderr/0631 index 40a39d277..e49624c05 100644 --- a/test/stderr/0631 +++ b/test/stderr/0631 @@ -1,15 +1,15 @@ message: yes1 message: yes2 message: yes3 -accept: condition test succeeded in ACL "chk_mail" -end of ACL "chk_mail": ACCEPT +accept: condition test succeeded in ACL chk_mail +end of ACL chk_mail: ACCEPT using ACL "chk_rcpt" -processing "accept" (TESTSUITE/test-config 27) +processing ACL chk_rcpt "accept" (TESTSUITE/test-config 27) check control = debug/trigger=now -accept: condition test succeeded in ACL "chk_rcpt" -end of ACL "chk_rcpt": ACCEPT +accept: condition test succeeded in ACL chk_rcpt +end of ACL chk_rcpt: ACCEPT using ACL "chk_data" -processing "accept" (TESTSUITE/test-config 30) +processing ACL chk_data "accept" (TESTSUITE/test-config 30) check control = debug/stop debug terminated by stop diff --git a/test/stderr/0633 b/test/stderr/0633 index 74415ceca..6b87d4105 100644 --- a/test/stderr/0633 +++ b/test/stderr/0633 @@ -10,11 +10,11 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 17) >>> check set acl_m0 = ${sg{${sg{${sg{aaa}{a}{bbbbbbbbbbb}}}{b}{cccccccccccc}}}{c}{ddddddddddddddddddd}} >>> = dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd **** debug string too long - truncated **** @@ -34,8 +34,8 @@ LOG: 10HmaX-000000005vi-0000 ddddddddddddddddddddddddddddddddddddddddddddddddddd >>> = dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd **** debug string too long - truncated **** LOG: 10HmaX-000000005vi-0000 ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddeeeeeeeeeeeeeeeaaa ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT LOG: 10HmaX-000000005vi-0000 <= <> H=(test) [V4NET.0.0.0] P=smtp S=sss for some@body >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -49,2828 +49,2828 @@ LOG: 10HmaX-000000005vi-0000 <= <> H=(test) [V4NET.0.0.0] P=smtp S=sss for some@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 17) >>> check set acl_m0 = ${sg{${sg{${sg{aaa}{a}{bbbbbbbbbbb}}}{b}{cccccccccccc}}}{c}{ddddddddddddddddddd}} >>> = dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd **** debug string too long - truncated **** @@ -2890,6 +2890,6 @@ LOG: 10HmaY-000000005vi-0000 ddddddddddddddddddddddddddddddddddddddddddddddddddd >>> = dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd **** debug string too long - truncated **** LOG: 10HmaY-000000005vi-0000 ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddeeeeeeeeeeeeeeeaaa ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT LOG: 10HmaY-000000005vi-0000 <= <> H=(test) [V4NET.0.0.0] P=smtp S=sss for some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body some@body som diff --git a/test/stderr/0634 b/test/stderr/0634 index bb6334468..9d50751ff 100644 --- a/test/stderr/0634 +++ b/test/stderr/0634 @@ -19,12 +19,12 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_acl_smtp_rcpt" ->>> processing "accept" (TESTSUITE/test-config 11) +>>> processing ACL check_acl_smtp_rcpt "accept" (TESTSUITE/test-config 11) >>> check set acl_m_empty = >>> check set acl_m0 = $acl_c_empty >>> = ->>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" ->>> end of ACL "check_acl_smtp_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL check_acl_smtp_rcpt +>>> end of ACL check_acl_smtp_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -46,12 +46,12 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_acl_smtp_rcpt" ->>> processing "accept" (TESTSUITE/test-config 11) +>>> processing ACL check_acl_smtp_rcpt "accept" (TESTSUITE/test-config 11) >>> check set acl_m_empty = >>> check set acl_m0 = $acl_c_empty${hexquote:A} >>> = A ->>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" ->>> end of ACL "check_acl_smtp_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL check_acl_smtp_rcpt +>>> end of ACL check_acl_smtp_rcpt: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -73,9 +73,9 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_acl_smtp_rcpt" ->>> processing "accept" (TESTSUITE/test-config 11) +>>> processing ACL check_acl_smtp_rcpt "accept" (TESTSUITE/test-config 11) >>> check set acl_m_empty = >>> check set acl_m0 = $acl_c_empty${listquote{:}{A}} >>> = A ->>> accept: condition test succeeded in ACL "check_acl_smtp_rcpt" ->>> end of ACL "check_acl_smtp_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL check_acl_smtp_rcpt +>>> end of ACL check_acl_smtp_rcpt: ACCEPT diff --git a/test/stderr/1000 b/test/stderr/1000 index 4d20918e4..b30bdb1ed 100644 --- a/test/stderr/1000 +++ b/test/stderr/1000 @@ -7,19 +7,19 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 21) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? >>> list element: 2001:ab8:37f:20:0:0:0:1 >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "2001:ab8:37f:20:0:0:0:1") ->>> warn: condition test succeeded in ACL "check_connect" +>>> warn: condition test succeeded in ACL check_connect LOG: H=[2001:ab8:37f:20::1] Warning: matched hostlist ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 24) >>> check condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}} >>> = ->>> accept: condition test failed in ACL "check_connect" ->>> end of ACL "check_connect": implicit DENY +>>> accept: condition test failed in ACL check_connect +>>> end of ACL check_connect: implicit DENY LOG: H=[2001:ab8:37f:20::1] rejected connection in "connect" ACL >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? @@ -40,7 +40,7 @@ LOG: H=[2001:ab8:37f:20::1] rejected connection in "connect" ACL >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 21) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? @@ -50,12 +50,12 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=v6.test.ex address=V6NET:ffff:836f:a00:a:800:200a:c032 >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? no (end of list) ->>> warn: condition test failed in ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> warn: condition test failed in ACL check_connect +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 24) >>> check condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}} >>> = ->>> accept: condition test failed in ACL "check_connect" ->>> end of ACL "check_connect": implicit DENY +>>> accept: condition test failed in ACL check_connect +>>> end of ACL check_connect: implicit DENY LOG: H=test3.ipv6.test.ex [V6NET:1234:5:6:7:8:abc:d] rejected connection in "connect" ACL >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -66,7 +66,7 @@ LOG: H=test3.ipv6.test.ex [V6NET:1234:5:6:7:8:abc:d] rejected connection in "con >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 21) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 21) >>> l_message: matched hostlist >>> check hosts = <; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? @@ -76,11 +76,11 @@ MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=v6.test.ex address=V6NET:ffff:836f:a00:a:800:200a:c032 >>> host in "<; 2001:ab8:37f:20:0:0:0:1 ; v6.test.ex"? yes (matched "v6.test.ex") ->>> warn: condition test succeeded in ACL "check_connect" +>>> warn: condition test succeeded in ACL check_connect LOG: H=[V6NET:ffff:836f:a00:a:800:200a:c032] Warning: matched hostlist ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 24) >>> check condition = ${if eq{$sender_host_address}{2001:0ab8:037f:0020:0000:0000:0000:0001}} >>> = ->>> accept: condition test failed in ACL "check_connect" ->>> end of ACL "check_connect": implicit DENY +>>> accept: condition test failed in ACL check_connect +>>> end of ACL check_connect: implicit DENY LOG: H=[V6NET:ffff:836f:a00:a:800:200a:c032] rejected connection in "connect" ACL diff --git a/test/stderr/1002 b/test/stderr/1002 index 7dba773b5..efaeb0e17 100644 --- a/test/stderr/1002 +++ b/test/stderr/1002 @@ -11,19 +11,19 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_rcpt_1" ->>> processing "require" (TESTSUITE/test-config 19) +>>> processing ACL acl_rcpt_1 "require" (TESTSUITE/test-config 19) >>> message: domain doesn't match @ or @[] >>> check domains = @ : @[] >>> [::1] in "@ : @[]"? >>> list element: @ >>> list element: @[] >>> [::1] in "@ : @[]"? yes (matched "@[]") ->>> require: condition test succeeded in ACL "acl_rcpt_1" ->>> processing "accept" (TESTSUITE/test-config 21) ->>> accept: condition test succeeded in ACL "acl_rcpt_1" ->>> end of ACL "acl_rcpt_1": ACCEPT +>>> require: condition test succeeded in ACL acl_rcpt_1 +>>> processing ACL acl_rcpt_1 "accept" (TESTSUITE/test-config 21) +>>> accept: condition test succeeded in ACL acl_rcpt_1 +>>> end of ACL acl_rcpt_1: ACCEPT >>> using ACL "acl_rcpt_6" ->>> processing "require" (TESTSUITE/test-config 44) +>>> processing ACL acl_rcpt_6 "require" (TESTSUITE/test-config 44) >>> message: domain doesn't match @mx_any/ignore=<;127.0.0.1;::1 >>> check domains = <+ @mx_any/ignore=<;127.0.0.1;::1 >>> mxt11a.test.ex in "<+ @mx_any/ignore=<;127.0.0.1;::1"? @@ -45,6 +45,6 @@ >>> list element: other1.test.ex >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) >>> mxt11a.test.ex in "<+ @mx_any/ignore=<;127.0.0.1;::1"? no (end of list) ->>> require: condition test failed in ACL "acl_rcpt_6" ->>> end of ACL "acl_rcpt_6": not OK +>>> require: condition test failed in ACL acl_rcpt_6 +>>> end of ACL acl_rcpt_6: not OK LOG: H=(test) [V4NET.1.1.1] F= rejected RCPT <6@mxt11a.test.ex>: domain doesn't match @mx_any/ignore=<;127.0.0.1;::1 diff --git a/test/stderr/2202 b/test/stderr/2202 index f9c7704ca..4eb705f03 100644 --- a/test/stderr/2202 +++ b/test/stderr/2202 @@ -38,7 +38,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "rcpt" -processing "accept" (TESTSUITE/test-config 35) +processing ACL rcpt "accept" (TESTSUITE/test-config 35) check hosts = +ignore_unknown : *.$sender_address_domain : $sender_address_domain : ${lookup dnsdb{>:defer_never,mxh=$sender_address_domain}} search_open: dnsdb "NULL" search_find: file="NULL" @@ -98,8 +98,8 @@ LOG: host_lookup_failed MAIN no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name (test) [ip4.ip4.ip4.ip4]) failed to find IP address for cioce.test.again.dns: item ignored by +ignore_unknown host in "+ignore_unknown : *.cioce.test.again.dns : cioce.test.again.dns : "? no (end of list) -accept: condition test failed in ACL "rcpt" -end of ACL "rcpt": implicit DENY +accept: condition test failed in ACL rcpt +end of ACL rcpt: implicit DENY SMTP>> 550 Administrative prohibition LOG: MAIN REJECT H=the.local.host.name (test) [ip4.ip4.ip4.ip4] F= rejected RCPT @@ -139,7 +139,7 @@ host in smtp_accept_max_nonmail_hosts? list element: * host in smtp_accept_max_nonmail_hosts? yes (matched "*") using ACL "vrfy" -processing "warn" (TESTSUITE/test-config 28) +processing ACL vrfy "warn" (TESTSUITE/test-config 28) check domains = +try_again_dns_list test.again.dns in "+try_again_dns_list"? list element: +try_again_dns_list @@ -174,8 +174,8 @@ LOG: MAIN PANIC test.again.dns in "@mx_any"? no (end of list) end sublist try_again_dns_list test.again.dns in "+try_again_dns_list"? no (end of list) -warn: condition test failed in ACL "vrfy" -end of ACL "vrfy": implicit DENY +warn: condition test failed in ACL vrfy +end of ACL vrfy: implicit DENY SMTP>> 252 Administrative prohibition LOG: MAIN REJECT H=[ip4.ip4.ip4.ip4] rejected VRFY a@test.again.dns diff --git a/test/stderr/2600 b/test/stderr/2600 index dee2ef5c7..592eb9711 100644 --- a/test/stderr/2600 +++ b/test/stderr/2600 @@ -178,7 +178,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -188,8 +188,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -209,17 +209,17 @@ host in "+relay_hosts"? host in "sqlite,file=TESTSUITE/aux-fixed/sqlitedb; select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 34) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 34) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -229,8 +229,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -251,11 +251,11 @@ host in "+relay_hosts"? host in "sqlite,file=TESTSUITE/aux-fixed/sqlitedb; select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 34) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 34) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted @@ -307,7 +307,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -317,8 +317,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -338,17 +338,17 @@ host in "+relay_hosts"? host in "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 34) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 34) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -358,8 +358,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -380,11 +380,11 @@ host in "+relay_hosts"? host in "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 34) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 34) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted @@ -436,7 +436,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -446,8 +446,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -467,12 +467,12 @@ host in "+relay_hosts"? ╎host in "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.10.10.10'"? yes (matched "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.10.10.10'") end sublist relay_hosts host in "+relay_hosts"? yes (matched "+relay_hosts") -accept: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": ACCEPT +accept: condition test succeeded in ACL check_recipient +end of ACL check_recipient: ACCEPT SMTP>> 250 Accepted SMTP<< rcpt to: using ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 32) +processing ACL check_recipient "accept" (TESTSUITE/test-config 32) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -482,8 +482,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 33) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 33) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -503,8 +503,8 @@ host in "+relay_hosts"? ╎host in "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.10.10.10'"? yes (matched "sqlite;TESTSUITE/aux-fixed/sqlitedb select * from them where id='10.10.10.10'") end sublist relay_hosts host in "+relay_hosts"? yes (matched "+relay_hosts") -accept: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": ACCEPT +accept: condition test succeeded in ACL check_recipient +end of ACL check_recipient: ACCEPT SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 myhost.test.ex closing connection diff --git a/test/stderr/2610 b/test/stderr/2610 index f66ff8eae..e964a6fba 100644 --- a/test/stderr/2610 +++ b/test/stderr/2610 @@ -314,7 +314,7 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 SMTP<< rcpt to: 01:01:01 p1235 try option acl_smtp_rcpt 01:01:01 p1235 using ACL "check_recipient" -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 26) +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 26) 01:01:01 p1235 ╭considering: ok:░░░░${lookup░mysql░░░░░░░░░░░░░░░░░░░░{select░name░from░them░where░id░=░'${quote_mysql:$local_part}'}} 01:01:01 p1235 ├───────text: ok:░░░░ 01:01:01 p1235 ├considering: ${lookup░mysql░░░░░░░░░░░░░░░░░░░░{select░name░from░them░where░id░=░'${quote_mysql:$local_part}'}} @@ -391,8 +391,8 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 ╰─────result: FAIL1:░ 01:01:01 p1235 check set acl_m0 = FAIL1: ${lookup mysql,no_rd {select name from them where id = '$local_part'}} 01:01:01 p1235 = FAIL1: -01:01:01 p1235 warn: condition test succeeded in ACL "check_recipient" -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 31) +01:01:01 p1235 warn: condition test succeeded in ACL check_recipient +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 31) 01:01:01 p1235 ╭considering: ok:░░░░${lookup░mysql,servers=127.0.0.1::PORT_N/test/root/pass░░░░░░{select░name░from░them░where░id░=░'${quote_mysql:$local_part}'}} 01:01:01 p1235 ├───────text: ok:░░░░ 01:01:01 p1235 ├considering: ${lookup░mysql,servers=127.0.0.1::PORT_N/test/root/pass░░░░░░{select░name░from░them░where░id░=░'${quote_mysql:$local_part}'}} @@ -510,10 +510,10 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 lookup deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted 01:01:01 p1235 ├failed to expand: FAIL2: ${lookup mysql {servers=127.0.0.1::PORT_N/test/root/pass; select name from them where id = '${quote_mysql:$local_part}'}} 01:01:01 p1235 ╰───error message: lookup of "servers=127.0.0.1::PORT_N/test/root/pass; select name from them where id = 'c'" gave DEFER: MySQL server "127.0.0.1:1223/test" is tainted -01:01:01 p1235 warn: condition test deferred in ACL "check_recipient" +01:01:01 p1235 warn: condition test deferred in ACL check_recipient 01:01:01 p1235 LOG: MAIN 01:01:01 p1235 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 39) +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 39) 01:01:01 p1235 ╭considering: FAIL3:░${lookup░mysql░░░░░{servers=127.0.0.1::PORT_N;░select░name░from░them░where░id░=░'$local_part'}} 01:01:01 p1235 ├───────text: FAIL3:░ 01:01:01 p1235 ├considering: ${lookup░mysql░░░░░{servers=127.0.0.1::PORT_N;░select░name░from░them░where░id░=░'$local_part'}} @@ -554,8 +554,8 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 ╰─────result: FAIL3:░ 01:01:01 p1235 check set acl_m0 = FAIL3: ${lookup mysql {servers=127.0.0.1::PORT_N; select name from them where id = '$local_part'}} 01:01:01 p1235 = FAIL3: -01:01:01 p1235 warn: condition test succeeded in ACL "check_recipient" -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 42) +01:01:01 p1235 warn: condition test succeeded in ACL check_recipient +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 42) 01:01:01 p1235 check set acl_m0 = ok: hostlist 01:01:01 p1235 check hosts = net-mysql;select * from them where id='${quote_mysql:$local_part}' 01:01:01 p1235 ╭considering: net-mysql;select░*░from░them░where░id='${quote_mysql:$local_part}' @@ -592,8 +592,8 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 creating new cache entry 01:01:01 p1235 lookup failed 01:01:01 p1235 host in "net-mysql;select * from them where id='c'"? no (end of list) -01:01:01 p1235 warn: condition test failed in ACL "check_recipient" -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 45) +01:01:01 p1235 warn: condition test failed in ACL check_recipient +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 45) 01:01:01 p1235 check set acl_m0 = FAIL4: hostlist 01:01:01 p1235 check hosts = <& net-mysql;servers=127.0.0.1::PORT_N/test/root/pass; select * from them where id='${quote_mysql:$local_part}' 01:01:01 p1235 ╭considering: <&░net-mysql;servers=127.0.0.1::PORT_N/test/root/pass;░select░*░from░them░where░id='${quote_mysql:$local_part}' @@ -630,10 +630,10 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 WARNING: obsolete syntax used for lookup 01:01:01 p1235 lookup deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted 01:01:01 p1235 host in "<& net-mysql;servers=127.0.0.1::PORT_N/test/root/pass; select * from them where id='c'"? list match deferred for net-mysql;servers=127.0.0.1::1223/test/root/pass; select * from them where id='c' -01:01:01 p1235 warn: condition test deferred in ACL "check_recipient" +01:01:01 p1235 warn: condition test deferred in ACL check_recipient 01:01:01 p1235 LOG: MAIN 01:01:01 p1235 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted -01:01:01 p1235 processing "warn" (TESTSUITE/test-config 50) +01:01:01 p1235 processing ACL check_recipient "warn" (TESTSUITE/test-config 50) 01:01:01 p1235 check set acl_m0 = FAIL5: hostlist 01:01:01 p1235 check hosts = <& net-mysql,servers=127.0.0.1::PORT_N/test/root/pass; select * from them where id='${quote_mysql:$local_part}' 01:01:01 p1235 ╭considering: <&░net-mysql,servers=127.0.0.1::PORT_N/test/root/pass;░select░*░from░them░where░id='${quote_mysql:$local_part}' @@ -667,10 +667,10 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 MySQL query: " select * from them where id='c'" opts 'servers=127.0.0.1::PORT_N/test/root/pass' 01:01:01 p1235 lookup deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted 01:01:01 p1235 host in "<& net-mysql,servers=127.0.0.1::PORT_N/test/root/pass; select * from them where id='c'"? list match deferred for net-mysql,servers=127.0.0.1::1223/test/root/pass; select * from them where id='c' -01:01:01 p1235 warn: condition test deferred in ACL "check_recipient" +01:01:01 p1235 warn: condition test deferred in ACL check_recipient 01:01:01 p1235 LOG: MAIN 01:01:01 p1235 H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: MySQL server "127.0.0.1:PORT_N/test" is tainted -01:01:01 p1235 processing "accept" (TESTSUITE/test-config 53) +01:01:01 p1235 processing ACL check_recipient "accept" (TESTSUITE/test-config 53) 01:01:01 p1235 check domains = +local_domains 01:01:01 p1235 d in "+local_domains"? 01:01:01 p1235 list element: +local_domains @@ -680,8 +680,8 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 d in "@"? no (end of list) 01:01:01 p1235 end sublist local_domains 01:01:01 p1235 d in "+local_domains"? no (end of list) -01:01:01 p1235 accept: condition test failed in ACL "check_recipient" -01:01:01 p1235 processing "accept" (TESTSUITE/test-config 56) +01:01:01 p1235 accept: condition test failed in ACL check_recipient +01:01:01 p1235 processing ACL check_recipient "accept" (TESTSUITE/test-config 56) 01:01:01 p1235 check hosts = +relay_hosts 01:01:01 p1235 host in "+relay_hosts"? 01:01:01 p1235 list element: +relay_hosts @@ -712,11 +712,11 @@ close MYSQL connection: 127.0.0.1:PORT_N/test/root 01:01:01 p1235 host in "net-mysql;select * from them where id='10.0.0.0'"? no (end of list) 01:01:01 p1235 end sublist relay_hosts 01:01:01 p1235 host in "+relay_hosts"? no (end of list) -01:01:01 p1235 accept: condition test failed in ACL "check_recipient" -01:01:01 p1235 processing "deny" (TESTSUITE/test-config 57) +01:01:01 p1235 accept: condition test failed in ACL check_recipient +01:01:01 p1235 processing ACL check_recipient "deny" (TESTSUITE/test-config 57) 01:01:01 p1235 message: relay not permitted -01:01:01 p1235 deny: condition test succeeded in ACL "check_recipient" -01:01:01 p1235 end of ACL "check_recipient": DENY +01:01:01 p1235 deny: condition test succeeded in ACL check_recipient +01:01:01 p1235 end of ACL check_recipient: DENY 01:01:01 p1235 SMTP>> 550 relay not permitted 01:01:01 p1235 LOG: MAIN REJECT 01:01:01 p1235 H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted @@ -769,11 +769,11 @@ P Received: from CALLER by myhost.test.ex with local (Exim x.yz) for ph10@myhost.test.ex; Tue, 2 Mar 1999 09:44:33 +0000 using ACL "check_notsmtp" -processing "accept" (TESTSUITE/test-config 60) +processing ACL check_notsmtp "accept" (TESTSUITE/test-config 60) check set acl_m_qtest = ${quote_mysql:$recipients} = ph10@myhost.test.ex -accept: condition test succeeded in ACL "check_notsmtp" -end of ACL "check_notsmtp": ACCEPT +accept: condition test succeeded in ACL check_notsmtp +end of ACL check_notsmtp: ACCEPT Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-000000005vi-0000 DSN: **** SPOOL_OUT - address: errorsto: orcpt: dsn_flags: 0x0 Renaming spool header file: TESTSUITE/spool//input//10HmaX-000000005vi-0000-H diff --git a/test/stderr/2620 b/test/stderr/2620 index b770a6267..dd6466bc4 100644 --- a/test/stderr/2620 +++ b/test/stderr/2620 @@ -268,7 +268,7 @@ log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 SMTP>> 250 OK SMTP<< rcpt to: using ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 27) +processing ACL check_recipient "warn" (TESTSUITE/test-config 27) search_open: pgsql "NULL" search_find: file="NULL" key="select name from them where id = 'c'" partial=-1 affix=NULL starflags=0 opts=NULL @@ -304,8 +304,8 @@ LOG: MAIN PANIC lookup failed check set acl_m0 = FAIL: ${lookup pgsql,cache=no_rd {select name from them where id = '$local_part'}} = FAIL: -warn: condition test succeeded in ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 32) +warn: condition test succeeded in ACL check_recipient +processing ACL check_recipient "warn" (TESTSUITE/test-config 32) search_open: pgsql "NULL" cached open search_find: file="NULL" @@ -352,10 +352,10 @@ LOG: MAIN Exim configuration error in ACL verb at line 32 of TESTSUITE/test-config: WARNING: obsolete syntax used for lookup lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "warn" (TESTSUITE/test-config 41) +processing ACL check_recipient "warn" (TESTSUITE/test-config 41) check set acl_m0 = ok: hostlist check hosts = net-pgsql;select * from them where id='${quote_pgsql:$local_part}' host in "net-pgsql;select * from them where id='c'"? @@ -375,8 +375,8 @@ host in "net-pgsql;select * from them where id='c'"? creating new cache entry lookup failed host in "net-pgsql;select * from them where id='c'"? no (end of list) -warn: condition test failed in ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 44) +warn: condition test failed in ACL check_recipient +processing ACL check_recipient "warn" (TESTSUITE/test-config 44) check set acl_m0 = FAIL: hostlist check hosts = <& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='${quote_pgsql:$local_part}' host in "<& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? @@ -396,10 +396,10 @@ LOG: MAIN WARNING: obsolete syntax used for lookup lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted host in "<& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? list match deferred for net-pgsql;servers=localhost::1223/test/CALLER/; select * from them where id='c' -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "warn" (TESTSUITE/test-config 49) +processing ACL check_recipient "warn" (TESTSUITE/test-config 49) check set acl_m0 = FAIL: hostlist check hosts = <& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='${quote_pgsql:$local_part}' host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? @@ -416,10 +416,10 @@ host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them PostgreSQL query: " select * from them where id='c'" opts 'servers=localhost::PORT_N/test/CALLER/' lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? list match deferred for net-pgsql,servers=localhost::1223/test/CALLER/; select * from them where id='c' -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "accept" (TESTSUITE/test-config 52) +processing ACL check_recipient "accept" (TESTSUITE/test-config 52) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -429,8 +429,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 53) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 53) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -453,17 +453,17 @@ host in "+relay_hosts"? host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 54) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 54) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted SMTP<< rcpt to: using ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 27) +processing ACL check_recipient "warn" (TESTSUITE/test-config 27) search_open: pgsql "NULL" cached open search_find: file="NULL" @@ -500,8 +500,8 @@ LOG: MAIN PANIC lookup failed check set acl_m0 = FAIL: ${lookup pgsql,cache=no_rd {select name from them where id = '$local_part'}} = FAIL: -warn: condition test succeeded in ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 32) +warn: condition test succeeded in ACL check_recipient +processing ACL check_recipient "warn" (TESTSUITE/test-config 32) search_open: pgsql "NULL" cached open search_find: file="NULL" @@ -548,10 +548,10 @@ LOG: MAIN Exim configuration error in ACL verb at line 32 of TESTSUITE/test-config: WARNING: obsolete syntax used for lookup lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "warn" (TESTSUITE/test-config 41) +processing ACL check_recipient "warn" (TESTSUITE/test-config 41) check set acl_m0 = ok: hostlist check hosts = net-pgsql;select * from them where id='${quote_pgsql:$local_part}' host in "net-pgsql;select * from them where id='c'"? @@ -566,8 +566,8 @@ host in "net-pgsql;select * from them where id='c'"? cached data used for lookup of select * from them where id='c' lookup failed host in "net-pgsql;select * from them where id='c'"? no (end of list) -warn: condition test failed in ACL "check_recipient" -processing "warn" (TESTSUITE/test-config 44) +warn: condition test failed in ACL check_recipient +processing ACL check_recipient "warn" (TESTSUITE/test-config 44) check set acl_m0 = FAIL: hostlist check hosts = <& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='${quote_pgsql:$local_part}' host in "<& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? @@ -587,10 +587,10 @@ LOG: MAIN WARNING: obsolete syntax used for lookup lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted host in "<& net-pgsql;servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? list match deferred for net-pgsql;servers=localhost::1223/test/CALLER/; select * from them where id='c' -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "warn" (TESTSUITE/test-config 49) +processing ACL check_recipient "warn" (TESTSUITE/test-config 49) check set acl_m0 = FAIL: hostlist check hosts = <& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='${quote_pgsql:$local_part}' host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? @@ -607,10 +607,10 @@ host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them PostgreSQL query: " select * from them where id='c'" opts 'servers=localhost::PORT_N/test/CALLER/' lookup deferred: PostgreSQL server "localhost:PORT_N/test" is tainted host in "<& net-pgsql,servers=localhost::PORT_N/test/CALLER/; select * from them where id='c'"? list match deferred for net-pgsql,servers=localhost::1223/test/CALLER/; select * from them where id='c' -warn: condition test deferred in ACL "check_recipient" +warn: condition test deferred in ACL check_recipient LOG: MAIN H=(test) [10.0.0.0] Warning: ACL "warn" statement skipped: condition test deferred: PostgreSQL server "localhost:PORT_N/test" is tainted -processing "accept" (TESTSUITE/test-config 52) +processing ACL check_recipient "accept" (TESTSUITE/test-config 52) check domains = +local_domains d in "+local_domains"? list element: +local_domains @@ -620,8 +620,8 @@ d in "+local_domains"? d in "@"? no (end of list) end sublist local_domains d in "+local_domains"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "accept" (TESTSUITE/test-config 53) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "accept" (TESTSUITE/test-config 53) check hosts = +relay_hosts host in "+relay_hosts"? list element: +relay_hosts @@ -640,11 +640,11 @@ host in "+relay_hosts"? host in "net-pgsql;select * from them where id='10.0.0.0'"? no (end of list) end sublist relay_hosts host in "+relay_hosts"? no (end of list) -accept: condition test failed in ACL "check_recipient" -processing "deny" (TESTSUITE/test-config 54) +accept: condition test failed in ACL check_recipient +processing ACL check_recipient "deny" (TESTSUITE/test-config 54) message: relay not permitted -deny: condition test succeeded in ACL "check_recipient" -end of ACL "check_recipient": DENY +deny: condition test succeeded in ACL check_recipient +end of ACL check_recipient: DENY SMTP>> 550 relay not permitted LOG: MAIN REJECT H=(test) [10.0.0.0] F= rejected RCPT : relay not permitted diff --git a/test/stderr/3000 b/test/stderr/3000 index b04a15086..cda513207 100644 --- a/test/stderr/3000 +++ b/test/stderr/3000 @@ -93,11 +93,11 @@ LOG: smtp_connection MAIN >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_rcpt" ->>> processing "accept" (TESTSUITE/test-config 20) +>>> processing ACL check_rcpt "accept" (TESTSUITE/test-config 20) LOG: this is a warning at TESTSUITE/aux-fixed/3000.pl line 25. >>> check condition = ${if !eq {${perl{foo_warn}}}{}} >>> = true ->>> accept: condition test succeeded in ACL "check_rcpt" ->>> end of ACL "check_rcpt": ACCEPT +>>> accept: condition test succeeded in ACL check_rcpt +>>> end of ACL check_rcpt: ACCEPT ******** SERVER ******** diff --git a/test/stderr/3201 b/test/stderr/3201 index 70d48576b..417c67fe1 100644 --- a/test/stderr/3201 +++ b/test/stderr/3201 @@ -22,7 +22,7 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect1" -processing "deny" (TESTSUITE/test-config 18) +processing ACL connect1 "deny" (TESTSUITE/test-config 18) check hosts = testdb;fail host in "testdb;fail"? list element: testdb;fail @@ -37,8 +37,8 @@ host in "testdb;fail"? creating new cache entry lookup failed host in "testdb;fail"? no (end of list) -deny: condition test failed in ACL "connect1" -end of ACL "connect1": implicit DENY +deny: condition test failed in ACL connect1 +end of ACL connect1: implicit DENY SMTP>> 550 Administrative prohibition LOG: connection_reject MAIN REJECT H=[10.0.0.1] rejected connection in "connect" ACL @@ -68,7 +68,7 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "connect2" -processing "deny" (TESTSUITE/test-config 21) +processing ACL connect2 "deny" (TESTSUITE/test-config 21) check hosts = net-testdb;fail host in "net-testdb;fail"? list element: net-testdb;fail @@ -83,8 +83,8 @@ host in "net-testdb;fail"? creating new cache entry lookup failed host in "net-testdb;fail"? no (end of list) -deny: condition test failed in ACL "connect2" -end of ACL "connect2": implicit DENY +deny: condition test failed in ACL connect2 +end of ACL connect2: implicit DENY SMTP>> 550 Administrative prohibition LOG: connection_reject MAIN REJECT H=[10.0.0.2] rejected connection in "connect" ACL diff --git a/test/stderr/3202 b/test/stderr/3202 index 35d861b31..c2f454e51 100644 --- a/test/stderr/3202 +++ b/test/stderr/3202 @@ -11,12 +11,12 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_1_1_1" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL acl_1_1_1 "accept" (TESTSUITE/test-config 17) >>> check hosts = net-testdb;defer >>> host in "net-testdb;defer"? >>> list element: net-testdb;defer >>> host in "net-testdb;defer"? list match deferred for net-testdb;defer ->>> accept: condition test deferred in ACL "acl_1_1_1" +>>> accept: condition test deferred in ACL acl_1_1_1 LOG: H=(test) [1.1.1.1] F= temporarily rejected RCPT : testdb lookup forced DEFER >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -31,12 +31,12 @@ LOG: H=(test) [1.1.1.1] F= temporarily rejected RCPT : testdb lookup f >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_1_1_2" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> processing ACL acl_1_1_2 "deny" (TESTSUITE/test-config 20) >>> check domains = testdb;defer >>> y in "testdb;defer"? >>> list element: testdb;defer >>> y in "testdb;defer"? list match deferred for testdb;defer ->>> deny: condition test deferred in ACL "acl_1_1_2" +>>> deny: condition test deferred in ACL acl_1_1_2 LOG: H=(test) [1.1.2.1] F= temporarily rejected RCPT : testdb lookup forced DEFER >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -51,10 +51,10 @@ LOG: H=(test) [1.1.2.1] F= temporarily rejected RCPT : testdb lookup f >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_1_1_3" ->>> processing "require" (TESTSUITE/test-config 23) +>>> processing ACL acl_1_1_3 "require" (TESTSUITE/test-config 23) >>> check local_parts = testdb;defer >>> x in "testdb;defer"? >>> list element: testdb;defer >>> x in "testdb;defer"? list match deferred for testdb;defer ->>> require: condition test deferred in ACL "acl_1_1_3" +>>> require: condition test deferred in ACL acl_1_1_3 LOG: H=(test) [1.1.3.1] F= temporarily rejected RCPT : testdb lookup forced DEFER diff --git a/test/stderr/3204 b/test/stderr/3204 index a0c1916be..250a296e2 100644 --- a/test/stderr/3204 +++ b/test/stderr/3204 @@ -11,10 +11,10 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 17) >>> check senders = testdb;defer >>> userx@somehost.example.com in "testdb;defer"? >>> list element: testdb;defer >>> userx@somehost.example.com in "testdb;defer"? list match deferred for testdb;defer ->>> deny: condition test deferred in ACL "check_recipient" +>>> deny: condition test deferred in ACL check_recipient LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT : testdb lookup forced DEFER diff --git a/test/stderr/3205 b/test/stderr/3205 index 3bbbec06d..edad2aaa0 100644 --- a/test/stderr/3205 +++ b/test/stderr/3205 @@ -11,12 +11,12 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_1_2_3_4" ->>> processing "deny" (TESTSUITE/test-config 17) +>>> processing ACL acl_1_2_3_4 "deny" (TESTSUITE/test-config 17) >>> check senders = testdb;defer >>> userx@external.test.ex in "testdb;defer"? >>> list element: testdb;defer >>> userx@external.test.ex in "testdb;defer"? list match deferred for testdb;defer ->>> deny: condition test deferred in ACL "acl_1_2_3_4" +>>> deny: condition test deferred in ACL acl_1_2_3_4 LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT : testdb lookup forced DEFER >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -31,16 +31,16 @@ LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT >> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_4_3_2_1" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL acl_4_3_2_1 "accept" (TESTSUITE/test-config 23) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "acl_4_3_2_1" ->>> processing "deny" (TESTSUITE/test-config 24) +>>> accept: condition test failed in ACL acl_4_3_2_1 +>>> processing ACL acl_4_3_2_1 "deny" (TESTSUITE/test-config 24) >>> check hosts = testdb;defer >>> host in "testdb;defer"? >>> list element: testdb;defer >>> host in "testdb;defer"? list match deferred for testdb;defer ->>> deny: condition test deferred in ACL "acl_4_3_2_1" +>>> deny: condition test deferred in ACL acl_4_3_2_1 LOG: H=(test) [4.3.2.1] F= temporarily rejected RCPT : testdb lookup forced DEFER diff --git a/test/stderr/3208 b/test/stderr/3208 index 7e9e4c3a6..deaf5c233 100644 --- a/test/stderr/3208 +++ b/test/stderr/3208 @@ -23,13 +23,13 @@ >>> list element: !test.ex >>> test.ex in percent_hack_domains? no (matched "!test.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -41,8 +41,8 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> other.ex in percent_hack_domains? >>> list element: !*relay.ex >>> list element: !test.ex @@ -67,13 +67,13 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> list element: !test.ex >>> test.ex in percent_hack_domains? no (matched "!test.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -85,8 +85,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> testhack2.ex in percent_hack_domains? >>> list element: !*relay.ex >>> list element: !test.ex @@ -98,13 +98,13 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> list element: !*relay.ex >>> yesrelay.ex in percent_hack_domains? no (matched "!*relay.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> yesrelay.ex in "+local_domains"? >>> list element: +local_domains @@ -115,8 +115,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'yesrelay.ex' value '*relay.ex' >>> yesrelay.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 29) >>> check domains = +relay_domains >>> yesrelay.ex in "+relay_domains"? >>> list element: +relay_domains @@ -130,19 +130,19 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'yesrelay.ex' value 'yesrelay.ex' >>> yesrelay.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> norelay.ex in percent_hack_domains? >>> list element: !*relay.ex >>> norelay.ex in percent_hack_domains? no (matched "!*relay.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> norelay.ex in "+local_domains"? >>> list element: +local_domains @@ -153,8 +153,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'norelay.ex' value '*relay.ex' >>> norelay.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 29) >>> check domains = +relay_domains >>> norelay.ex in "+relay_domains"? >>> list element: +relay_domains @@ -168,7 +168,7 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> norelay.ex in "test.ex : testhack.ex : testhack2.ex : yesrelay.ex : testdb;defer"? list match deferred for testdb;defer >>> end sublist relay_domains >>> norelay.ex in "+relay_domains"? list match deferred for +relay_domains ->>> accept: condition test deferred in ACL "check_recipient" +>>> accept: condition test deferred in ACL check_recipient LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCPT : testdb lookup forced DEFER >>> testhack.ex in percent_hack_domains? >>> list element: !*relay.ex @@ -179,13 +179,13 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> list element: !*relay.ex >>> yesrelay.ex in percent_hack_domains? no (matched "!*relay.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> yesrelay.ex in "+local_domains"? >>> list element: +local_domains @@ -196,8 +196,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'yesrelay.ex' value '*relay.ex' >>> yesrelay.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 29) >>> check domains = +relay_domains >>> yesrelay.ex in "+relay_domains"? >>> list element: +relay_domains @@ -211,8 +211,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist relay_domains >>> data from lookup saved for cache for +relay_domains: key 'yesrelay.ex' value 'yesrelay.ex' >>> yesrelay.ex in "+relay_domains"? yes (matched "+relay_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> testhack.ex in percent_hack_domains? >>> list element: !*relay.ex >>> list element: !test.ex @@ -222,13 +222,13 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> list element: !*relay.ex >>> norelay.ex in percent_hack_domains? no (matched "!*relay.ex") >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 27) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 27) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 28) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 28) >>> check domains = +local_domains >>> norelay.ex in "+local_domains"? >>> list element: +local_domains @@ -239,8 +239,8 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'norelay.ex' value '*relay.ex' >>> norelay.ex in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 29) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 29) >>> check domains = +relay_domains >>> norelay.ex in "+relay_domains"? >>> list element: +relay_domains @@ -254,5 +254,5 @@ LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCP >>> norelay.ex in "test.ex : testhack.ex : testhack2.ex : yesrelay.ex : testdb;defer"? list match deferred for testdb;defer >>> end sublist relay_domains >>> norelay.ex in "+relay_domains"? list match deferred for +relay_domains ->>> accept: condition test deferred in ACL "check_recipient" +>>> accept: condition test deferred in ACL check_recipient LOG: H=(remote.host) [V4NET.0.0.1] F= temporarily rejected RCPT : testdb lookup forced DEFER diff --git a/test/stderr/3211 b/test/stderr/3211 index d6d923d6b..610aff6bb 100644 --- a/test/stderr/3211 +++ b/test/stderr/3211 @@ -11,7 +11,7 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 17) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.again.dns @@ -30,7 +30,7 @@ >>> temp router: defer for userx@test.again.dns >>> message: host lookup did not complete >>> ----------- end verify ------------ ->>> accept: condition test deferred in ACL "check_recipient" +>>> accept: condition test deferred in ACL check_recipient LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT : host lookup did not complete >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -45,7 +45,7 @@ LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT >> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 17) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 17) >>> check verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing r1-userx@test.again.dns @@ -64,5 +64,5 @@ LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT >> r1 router: defer for r1-userx@test.again.dns >>> message: host lookup did not complete >>> ----------- end verify ------------ ->>> accept: condition test deferred in ACL "check_recipient" +>>> accept: condition test deferred in ACL check_recipient LOG: H=(test) [1.2.3.4] F= temporarily rejected RCPT : host lookup did not complete diff --git a/test/stderr/3400 b/test/stderr/3400 index e9b3221c8..fdca54908 100644 --- a/test/stderr/3400 +++ b/test/stderr/3400 @@ -7,15 +7,15 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 32) >>> check hosts = 10.0.0.6 >>> host in "10.0.0.6"? >>> list element: 10.0.0.6 >>> host in "10.0.0.6"? no (end of list) ->>> warn: condition test failed in ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 34) ->>> accept: condition test succeeded in ACL "check_connect" ->>> end of ACL "check_connect": ACCEPT +>>> warn: condition test failed in ACL check_connect +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 34) +>>> accept: condition test succeeded in ACL check_connect +>>> end of ACL check_connect: ACCEPT >>> test in helo_lookup_domains? >>> list element: @ >>> list element: @[] @@ -24,7 +24,7 @@ >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 67) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 67) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -34,10 +34,10 @@ >>> host in "10.0.0.1"? no (end of list) >>> end sublist auth_hosts >>> host in "+auth_hosts"? no (end of list) ->>> deny: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 70) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> deny: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 70) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex >>> test.ex in domains? @@ -55,7 +55,7 @@ >>> calling localuser router >>> routed by localuser router >>> using ACL "check_expn" ->>> processing "deny" (TESTSUITE/test-config 61) +>>> processing ACL check_expn "deny" (TESTSUITE/test-config 61) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -63,14 +63,14 @@ >>> cached no match for +auth_hosts >>> cached lookup data = NULL >>> host in "+auth_hosts"? no (end of list) ->>> deny: condition test failed in ACL "check_expn" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> deny: condition test failed in ACL check_expn +>>> processing ACL check_expn "accept" (TESTSUITE/test-config 64) >>> check hosts = 10.0.0.0/24 >>> host in "10.0.0.0/24"? >>> list element: 10.0.0.0/24 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24") ->>> accept: condition test succeeded in ACL "check_expn" ->>> end of ACL "check_expn": ACCEPT +>>> accept: condition test succeeded in ACL check_expn +>>> end of ACL check_expn: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list@test.ex >>> test.ex in domains? @@ -88,7 +88,7 @@ >>> no more routers LOG: ETRN #abcd received from (test) [10.0.0.2] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 53) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 53) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -96,20 +96,20 @@ LOG: ETRN #abcd received from (test) [10.0.0.2] >>> cached no match for +auth_hosts >>> cached lookup data = NULL >>> host in "+auth_hosts"? no (end of list) ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "require" (TESTSUITE/test-config 56) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "require" (TESTSUITE/test-config 56) >>> check hosts = 10.0.0.0/24 >>> host in "10.0.0.0/24"? >>> list element: 10.0.0.0/24 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24") ->>> require: condition test succeeded in ACL "check_etrn" ->>> processing "warn" (TESTSUITE/test-config 57) +>>> require: condition test succeeded in ACL check_etrn +>>> processing ACL check_etrn "warn" (TESTSUITE/test-config 57) >>> l_message: accepted ETRN $smtp_command_argument ->>> warn: condition test succeeded in ACL "check_etrn" +>>> warn: condition test succeeded in ACL check_etrn LOG: H=(test) [10.0.0.2] Warning: accepted ETRN #abcd ->>> processing "accept" (TESTSUITE/test-config 58) ->>> accept: condition test succeeded in ACL "check_etrn" ->>> end of ACL "check_etrn": ACCEPT +>>> processing ACL check_etrn "accept" (TESTSUITE/test-config 58) +>>> accept: condition test succeeded in ACL check_etrn +>>> end of ACL check_etrn: ACCEPT >>> ETRN command is: exim -R >>> ETRN command execution skipped >>> host in hosts_connection_nolog? no (option unset) @@ -121,15 +121,15 @@ LOG: H=(test) [10.0.0.2] Warning: accepted ETRN #abcd >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 32) >>> check hosts = 10.0.0.6 >>> host in "10.0.0.6"? >>> list element: 10.0.0.6 >>> host in "10.0.0.6"? no (end of list) ->>> warn: condition test failed in ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 34) ->>> accept: condition test succeeded in ACL "check_connect" ->>> end of ACL "check_connect": ACCEPT +>>> warn: condition test failed in ACL check_connect +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 34) +>>> accept: condition test succeeded in ACL check_connect +>>> end of ACL check_connect: ACCEPT >>> test.host in helo_lookup_domains? >>> list element: @ >>> list element: @[] @@ -154,7 +154,7 @@ LOG: H=(test) [10.0.0.2] Warning: accepted ETRN #abcd >>> list element: * >>> host in smtp_accept_max_nonmail_hosts? yes (matched "*") >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 67) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 67) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -164,11 +164,11 @@ LOG: H=(test) [10.0.0.2] Warning: accepted ETRN #abcd >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached) >>> message: authentication required >>> check !authenticated = * ->>> deny: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": DENY +>>> deny: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: DENY LOG: H=(test.host) [10.0.0.1] rejected VRFY userx@test.ex: authentication required >>> using ACL "check_expn" ->>> processing "deny" (TESTSUITE/test-config 61) +>>> processing ACL check_expn "deny" (TESTSUITE/test-config 61) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -178,12 +178,12 @@ LOG: H=(test.host) [10.0.0.1] rejected VRFY userx@test.ex: authentication requir >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached) >>> message: authentication required >>> check !authenticated = * ->>> deny: condition test succeeded in ACL "check_expn" ->>> end of ACL "check_expn": DENY +>>> deny: condition test succeeded in ACL check_expn +>>> end of ACL check_expn: DENY LOG: H=(test.host) [10.0.0.1] rejected EXPN list@test.ex: authentication required LOG: ETRN abcd received from (test.host) [10.0.0.1] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 53) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 53) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -193,29 +193,29 @@ LOG: ETRN abcd received from (test.host) [10.0.0.1] >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached) >>> message: authentication required >>> check !authenticated = * ->>> deny: condition test succeeded in ACL "check_etrn" ->>> end of ACL "check_etrn": DENY +>>> deny: condition test succeeded in ACL check_etrn +>>> end of ACL check_etrn: DENY LOG: H=(test.host) [10.0.0.1] rejected ETRN abcd: authentication required >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 37) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 39) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 40) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 40) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 41) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 41) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -225,8 +225,8 @@ LOG: H=(test.host) [10.0.0.1] rejected ETRN abcd: authentication required >>> host in "+auth_hosts"? yes (matched "+auth_hosts" - cached) >>> message: authentication required >>> check !authenticated = * ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test.host) [10.0.0.1] F= rejected RCPT : authentication required >>> mylogin authenticator server_condition: >>> $auth1 = userx secret @@ -234,25 +234,25 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> +++MYLOGIN $1="userx secret" $2="" $3="" >>> expanded string: yes >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 37) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 39) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 40) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 40) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 41) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 41) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -265,8 +265,8 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 44) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 44) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -277,28 +277,28 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 37) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 39) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 40) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 40) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 41) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 41) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -311,8 +311,8 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 44) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 44) >>> check domains = +local_domains >>> cus.cam.ac.uk in "+local_domains"? >>> list element: +local_domains @@ -323,8 +323,8 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> cus.cam.ac.uk in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 45) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 45) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -334,8 +334,8 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> host in "10.0.0.4"? no (end of list) >>> end sublist relay_hosts >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 46) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 46) >>> check hosts = +auth_relay_hosts >>> host in "+auth_relay_hosts"? >>> list element: +auth_relay_hosts @@ -346,14 +346,14 @@ LOG: H=(test.host) [10.0.0.1] F= rejected RCPT >> host in "10.0.0.3 : 10.0.0.4"? no (end of list) >>> end sublist auth_relay_hosts >>> host in "+auth_relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 50) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 50) >>> message: relay not permitted ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(test.host) [10.0.0.1] F= A=mylogin rejected RCPT : relay not permitted >>> using ACL "check_vrfy" ->>> processing "deny" (TESTSUITE/test-config 67) +>>> processing ACL check_vrfy "deny" (TESTSUITE/test-config 67) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -366,10 +366,10 @@ LOG: H=(test.host) [10.0.0.1] F= A=mylogin rejected RCPT >>> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_vrfy" ->>> processing "accept" (TESTSUITE/test-config 70) ->>> accept: condition test succeeded in ACL "check_vrfy" ->>> end of ACL "check_vrfy": ACCEPT +>>> deny: condition test failed in ACL check_vrfy +>>> processing ACL check_vrfy "accept" (TESTSUITE/test-config 70) +>>> accept: condition test succeeded in ACL check_vrfy +>>> end of ACL check_vrfy: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing userx@test.ex >>> test.ex in domains? @@ -387,7 +387,7 @@ LOG: H=(test.host) [10.0.0.1] F= A=mylogin rejected RCPT >>> calling localuser router >>> routed by localuser router >>> using ACL "check_expn" ->>> processing "deny" (TESTSUITE/test-config 61) +>>> processing ACL check_expn "deny" (TESTSUITE/test-config 61) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -400,14 +400,14 @@ LOG: H=(test.host) [10.0.0.1] F= A=mylogin rejected RCPT >>> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_expn" ->>> processing "accept" (TESTSUITE/test-config 64) +>>> deny: condition test failed in ACL check_expn +>>> processing ACL check_expn "accept" (TESTSUITE/test-config 64) >>> check hosts = 10.0.0.0/24 >>> host in "10.0.0.0/24"? >>> list element: 10.0.0.0/24 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24") ->>> accept: condition test succeeded in ACL "check_expn" ->>> end of ACL "check_expn": ACCEPT +>>> accept: condition test succeeded in ACL check_expn +>>> end of ACL check_expn: ACCEPT >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing list@test.ex >>> test.ex in domains? @@ -425,7 +425,7 @@ LOG: H=(test.host) [10.0.0.1] F= A=mylogin rejected RCPT >>> no more routers LOG: ETRN #abcd received from (test.host) [10.0.0.1] >>> using ACL "check_etrn" ->>> processing "deny" (TESTSUITE/test-config 53) +>>> processing ACL check_etrn "deny" (TESTSUITE/test-config 53) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -438,20 +438,20 @@ LOG: ETRN #abcd received from (test.host) [10.0.0.1] >>> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_etrn" ->>> processing "require" (TESTSUITE/test-config 56) +>>> deny: condition test failed in ACL check_etrn +>>> processing ACL check_etrn "require" (TESTSUITE/test-config 56) >>> check hosts = 10.0.0.0/24 >>> host in "10.0.0.0/24"? >>> list element: 10.0.0.0/24 >>> host in "10.0.0.0/24"? yes (matched "10.0.0.0/24") ->>> require: condition test succeeded in ACL "check_etrn" ->>> processing "warn" (TESTSUITE/test-config 57) +>>> require: condition test succeeded in ACL check_etrn +>>> processing ACL check_etrn "warn" (TESTSUITE/test-config 57) >>> l_message: accepted ETRN $smtp_command_argument ->>> warn: condition test succeeded in ACL "check_etrn" +>>> warn: condition test succeeded in ACL check_etrn LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd ->>> processing "accept" (TESTSUITE/test-config 58) ->>> accept: condition test succeeded in ACL "check_etrn" ->>> end of ACL "check_etrn": ACCEPT +>>> processing ACL check_etrn "accept" (TESTSUITE/test-config 58) +>>> accept: condition test succeeded in ACL check_etrn +>>> end of ACL check_etrn: ACCEPT >>> ETRN command is: exim -R >>> ETRN command execution skipped >>> host in hosts_connection_nolog? no (option unset) @@ -463,15 +463,15 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 32) >>> check hosts = 10.0.0.6 >>> host in "10.0.0.6"? >>> list element: 10.0.0.6 >>> host in "10.0.0.6"? no (end of list) ->>> warn: condition test failed in ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 34) ->>> accept: condition test succeeded in ACL "check_connect" ->>> end of ACL "check_connect": ACCEPT +>>> warn: condition test failed in ACL check_connect +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 34) +>>> accept: condition test succeeded in ACL check_connect +>>> end of ACL check_connect: ACCEPT >>> test.host in helo_lookup_domains? >>> list element: @ >>> list element: @[] @@ -505,25 +505,25 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 37) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 39) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 40) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 40) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 41) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 41) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -531,8 +531,8 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> cached no match for +auth_hosts >>> cached lookup data = NULL >>> host in "+auth_hosts"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 44) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 44) >>> check domains = +local_domains >>> cus.cam.ac.uk in "+local_domains"? >>> list element: +local_domains @@ -543,8 +543,8 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> cus.cam.ac.uk in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 45) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 45) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -552,8 +552,8 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> cached no match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 46) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 46) >>> check hosts = +auth_relay_hosts >>> host in "+auth_relay_hosts"? >>> list element: +auth_relay_hosts @@ -563,7 +563,7 @@ LOG: H=(test.host) [10.0.0.1] Warning: accepted ETRN #abcd >>> host in "+auth_relay_hosts"? yes (matched "+auth_relay_hosts" - cached) >>> message: authentication required >>> check authenticated = * ->>> accept: condition test failed in ACL "check_recipient" +>>> accept: condition test failed in ACL check_recipient >>> accept: endpass encountered - denying access LOG: H=(test.host) [10.0.0.3] F= rejected RCPT : authentication required >>> mylogin authenticator server_condition: @@ -572,25 +572,25 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> +++MYLOGIN $1="userx secret" $2="" $3="" >>> expanded string: yes >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 37) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 37) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 39) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 39) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 40) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 40) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 41) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 41) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -598,8 +598,8 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> cached no match for +auth_hosts >>> cached lookup data = NULL >>> host in "+auth_hosts"? no (end of list) ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 44) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 44) >>> check domains = +local_domains >>> cus.cam.ac.uk in "+local_domains"? >>> list element: +local_domains @@ -610,8 +610,8 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> cus.cam.ac.uk in "test.ex : *.test.ex"? no (end of list) >>> end sublist local_domains >>> cus.cam.ac.uk in "+local_domains"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 45) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 45) >>> check hosts = +relay_hosts >>> host in "+relay_hosts"? >>> list element: +relay_hosts @@ -619,8 +619,8 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> cached no match for +relay_hosts >>> cached lookup data = NULL >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 46) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 46) >>> check hosts = +auth_relay_hosts >>> host in "+auth_relay_hosts"? >>> list element: +auth_relay_hosts @@ -633,8 +633,8 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> mylogin in "*"? >>> list element: * >>> mylogin in "*"? yes (matched "*") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -644,15 +644,15 @@ LOG: H=(test.host) [10.0.0.3] F= rejected RCPT >> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> using ACL "check_connect" ->>> processing "warn" (TESTSUITE/test-config 32) +>>> processing ACL check_connect "warn" (TESTSUITE/test-config 32) >>> check hosts = 10.0.0.6 >>> host in "10.0.0.6"? >>> list element: 10.0.0.6 >>> host in "10.0.0.6"? no (end of list) ->>> warn: condition test failed in ACL "check_connect" ->>> processing "accept" (TESTSUITE/test-config 34) ->>> accept: condition test succeeded in ACL "check_connect" ->>> end of ACL "check_connect": ACCEPT +>>> warn: condition test failed in ACL check_connect +>>> processing ACL check_connect "accept" (TESTSUITE/test-config 34) +>>> accept: condition test succeeded in ACL check_connect +>>> end of ACL check_connect: ACCEPT >>> test.host in helo_lookup_domains? >>> list element: @ >>> list element: @[] @@ -710,15 +710,15 @@ host in helo_verify_hosts? no (option unset) host in helo_try_verify_hosts? no (option unset) host in helo_accept_junk_hosts? no (option unset) using ACL "check_connect" -processing "warn" (TESTSUITE/test-config 32) +processing ACL check_connect "warn" (TESTSUITE/test-config 32) check hosts = 10.0.0.6 host in "10.0.0.6"? list element: 10.0.0.6 host in "10.0.0.6"? no (end of list) -warn: condition test failed in ACL "check_connect" -processing "accept" (TESTSUITE/test-config 34) -accept: condition test succeeded in ACL "check_connect" -end of ACL "check_connect": ACCEPT +warn: condition test failed in ACL check_connect +processing ACL check_connect "accept" (TESTSUITE/test-config 34) +accept: condition test succeeded in ACL check_connect +end of ACL check_connect: ACCEPT SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 smtp_setup_msg entered SMTP<< ehlo testing.testing diff --git a/test/stderr/3408 b/test/stderr/3408 index 9ba9b2e1f..617e84097 100644 --- a/test/stderr/3408 +++ b/test/stderr/3408 @@ -22,13 +22,13 @@ >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex @@ -36,22 +36,22 @@ >>> list element: exim.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: host is listed in $dnslist_domain >>> check !authenticated = * >>> check dnslists = rbl.test.ex @@ -60,8 +60,8 @@ >>> dnslists: wrote cache entry, ttl=2 >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex ->>> deny: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": DENY +>>> deny: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: DENY LOG: H=(exim.test.ex) [V4NET.11.12.14] F= rejected RCPT userx@exim.test.ex: host is listed in rbl.test.ex >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtp S=sss @@ -97,13 +97,13 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> $3 = secret >>> expanded string: yes >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex @@ -111,29 +111,29 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> list element: exim.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> using ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 18) +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 18) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 19) >>> check recipients = postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? >>> list element: postmaster@exim.test.ex >>> userx@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 20) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 20) >>> message: host is listed in $dnslist_domain >>> check !authenticated = * >>> plain in "*"? >>> list element: * >>> plain in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "require" (TESTSUITE/test-config 23) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "require" (TESTSUITE/test-config 23) >>> check verify = sender >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing postmaster@exim.test.ex @@ -146,8 +146,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> calling localuser router >>> routed by localuser router >>> ----------- end verify ------------ ->>> require: condition test succeeded in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 24) +>>> require: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 24) >>> message: unrouteable address >>> check !verify = recipient >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -160,8 +160,8 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> calling list router >>> routed by list router >>> ----------- end verify ------------ ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 26) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 26) >>> check domains = +local_domains >>> exim.test.ex in "+local_domains"? >>> list element: +local_domains @@ -172,7 +172,7 @@ LOG: 10HmaX-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET. >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'exim.test.ex' value 'exim.test.ex' >>> exim.test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtpa A=plain:userx S=sss diff --git a/test/stderr/3410 b/test/stderr/3410 index 926b7dd19..21a8c014b 100644 --- a/test/stderr/3410 +++ b/test/stderr/3410 @@ -11,10 +11,10 @@ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_9" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL acl_5_6_9 "accept" (TESTSUITE/test-config 19) >>> message: You must authenticate >>> check authenticated = * ->>> accept: condition test failed in ACL "acl_5_6_9" +>>> accept: condition test failed in ACL acl_5_6_9 >>> accept: endpass encountered - denying access LOG: H=(test) [5.6.9.1] F= rejected RCPT : You must authenticate >>> host in smtp_accept_max_nonmail_hosts? @@ -44,14 +44,14 @@ LOG: H=(test) [5.6.9.1] F= rejected RCPT : You must authenticate >>> $3 = secret >>> expanded string: yes >>> using ACL "acl_5_6_9" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL acl_5_6_9 "accept" (TESTSUITE/test-config 19) >>> message: You must authenticate >>> check authenticated = * >>> auth1 in "*"? >>> list element: * >>> auth1 in "*"? yes (matched "*") ->>> accept: condition test succeeded in ACL "acl_5_6_9" ->>> end of ACL "acl_5_6_9": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_9 +>>> end of ACL acl_5_6_9: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -65,10 +65,10 @@ LOG: H=(test) [5.6.9.1] F= rejected RCPT : You must authenticate >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) >>> using ACL "acl_5_6_10" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL acl_5_6_10 "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 ->>> accept: condition test failed in ACL "acl_5_6_10" ->>> end of ACL "acl_5_6_10": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_10 +>>> end of ACL acl_5_6_10: implicit DENY LOG: H=(test) [5.6.10.1] F= rejected RCPT >>> host in smtp_accept_max_nonmail_hosts? >>> list element: * @@ -97,13 +97,13 @@ LOG: H=(test) [5.6.10.1] F= rejected RCPT >>> $3 = secret >>> expanded string: yes >>> using ACL "acl_5_6_10" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL acl_5_6_10 "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 >>> auth1 in "auth1"? >>> list element: auth1 >>> auth1 in "auth1"? yes (matched "auth1") ->>> accept: condition test succeeded in ACL "acl_5_6_10" ->>> end of ACL "acl_5_6_10": ACCEPT +>>> accept: condition test succeeded in ACL acl_5_6_10 +>>> end of ACL acl_5_6_10: ACCEPT >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -134,11 +134,11 @@ LOG: H=(test) [5.6.10.1] F= rejected RCPT >>> $2 = secret >>> expanded string: yes >>> using ACL "acl_5_6_10" ->>> processing "accept" (TESTSUITE/test-config 24) +>>> processing ACL acl_5_6_10 "accept" (TESTSUITE/test-config 24) >>> check authenticated = auth1 >>> auth2 in "auth1"? >>> list element: auth1 >>> auth2 in "auth1"? no (end of list) ->>> accept: condition test failed in ACL "acl_5_6_10" ->>> end of ACL "acl_5_6_10": implicit DENY +>>> accept: condition test failed in ACL acl_5_6_10 +>>> end of ACL acl_5_6_10: implicit DENY LOG: H=(rhu.barb) [5.6.10.1] F= A=auth2 rejected RCPT diff --git a/test/stderr/3500 b/test/stderr/3500 index 997fd6090..e1c87df4c 100644 --- a/test/stderr/3500 +++ b/test/stderr/3500 @@ -72,25 +72,25 @@ >>> +++CRAM-MD5 $auth1="tim" $auth2="" $auth3="" >>> expanded string: true >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 31) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> warn: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 33) +>>> warn: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 33) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 34) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 34) >>> check hosts = : >>> host in ":"? >>> list element: >>> host in ":"? no (end of list) ->>> accept: condition test failed in ACL "check_recipient" ->>> processing "deny" (TESTSUITE/test-config 35) +>>> accept: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "deny" (TESTSUITE/test-config 35) >>> check hosts = +auth_hosts >>> host in "+auth_hosts"? >>> list element: +auth_hosts @@ -103,8 +103,8 @@ >>> cram_md5 in "*"? >>> list element: * >>> cram_md5 in "*"? yes (matched "*") ->>> deny: condition test failed in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 38) +>>> deny: condition test failed in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 38) >>> check domains = +local_domains >>> test.ex in "+local_domains"? >>> list element: +local_domains @@ -115,8 +115,8 @@ >>> end sublist local_domains >>> data from lookup saved for cache for +local_domains: key 'test.ex' value 'test.ex' >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= userx@some.domain H=(test.host) [10.0.0.1] P=esmtpa A=cram_md5:tim S=sss >>> host in hosts_connection_nolog? no (option unset) @@ -160,19 +160,19 @@ LOG: 10HmaY-000000005vi-0000 <= userx@some.domain H=(test.host) [10.0.0.1] P=esm >>> expanded string: LOG: cram_md5 authenticator failed for (test.host) [10.0.0.5]: 535 Incorrect authentication data (set_id=tim) >>> using ACL "check_recipient" ->>> processing "warn" (TESTSUITE/test-config 31) +>>> processing ACL check_recipient "warn" (TESTSUITE/test-config 31) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? yes (matched "10.0.0.5") >>> message: authentication-failed: $authentication_failed ->>> warn: condition test succeeded in ACL "check_recipient" ->>> processing "accept" (TESTSUITE/test-config 33) +>>> warn: condition test succeeded in ACL check_recipient +>>> processing ACL check_recipient "accept" (TESTSUITE/test-config 33) >>> check hosts = 10.0.0.5 >>> host in "10.0.0.5"? >>> list element: 10.0.0.5 >>> host in "10.0.0.5"? yes (matched "10.0.0.5") ->>> accept: condition test succeeded in ACL "check_recipient" ->>> end of ACL "check_recipient": ACCEPT +>>> accept: condition test succeeded in ACL check_recipient +>>> end of ACL check_recipient: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaZ-000000005vi-0000 <= userx@some.domain H=(test.host) [10.0.0.5] P=esmtp S=sss diff --git a/test/stderr/4001 b/test/stderr/4001 index e34bdfde1..f13aef47d 100644 --- a/test/stderr/4001 +++ b/test/stderr/4001 @@ -18,107 +18,107 @@ >>> host in pipelining_advertise_hosts? yes (matched "*") >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 25) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 23) >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count -1 LOG: 10HmaX-000000005vi-0000 mime_acl: mime_part_count -1 ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT LOG: 10HmaX-000000005vi-0000 <= sender@test.ex H=(mailserver.test) [127.0.0.1] P=esmtp S=sss ->>> processing "accept" (TESTSUITE/test-config 25) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 0 LOG: 10HmaY-000000005vi-0000 mime_acl: mime_part_count 0 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 1 LOG: 10HmaY-000000005vi-0000 mime_acl: mime_part_count 1 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 2 LOG: 10HmaY-000000005vi-0000 mime_acl: mime_part_count 2 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 23) >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 2 LOG: 10HmaY-000000005vi-0000 mime_acl: mime_part_count 2 ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaY-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaY-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaY-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaY-000000005vi-0000/FFFFFFFFF' LOG: 10HmaY-000000005vi-0000 <= sender@test.ex H=(mailserver.test) [127.0.0.1] P=esmtp S=sss ->>> processing "accept" (TESTSUITE/test-config 25) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 0 LOG: 10HmaZ-000000005vi-0000 mime_acl: mime_part_count 0 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 1 LOG: 10HmaZ-000000005vi-0000 mime_acl: mime_part_count 1 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_mime" ->>> processing "accept" (TESTSUITE/test-config 19) +>>> processing ACL check_mime "accept" (TESTSUITE/test-config 19) >>> check decode = default >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 2 LOG: 10HmaZ-000000005vi-0000 mime_acl: mime_part_count 2 ->>> accept: condition test succeeded in ACL "check_mime" ->>> end of ACL "check_mime": ACCEPT +>>> accept: condition test succeeded in ACL check_mime +>>> end of ACL check_mime: ACCEPT >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 23) >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count 2 LOG: 10HmaZ-000000005vi-0000 mime_acl: mime_part_count 2 ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaZ-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaZ-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaZ-000000005vi-0000/FFFFFFFFF' >>> unspool_mbox(): unlinking 'TESTSUITE/spool/scan/10HmaZ-000000005vi-0000/FFFFFFFFF' LOG: 10HmaZ-000000005vi-0000 <= sender@test.ex H=(mailserver.test) [127.0.0.1] P=esmtp S=sss ->>> processing "accept" (TESTSUITE/test-config 25) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 23) +>>> processing ACL check_data "accept" (TESTSUITE/test-config 23) >>> check logwrite = mime_acl: mime_part_count $mime_part_count >>> = mime_acl: mime_part_count -1 LOG: 10HmbA-000000005vi-0000 mime_acl: mime_part_count -1 ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT LOG: 10HmbA-000000005vi-0000 <= sender@test.ex H=(mailserver.test) [127.0.0.1] P=esmtp S=sss diff --git a/test/stderr/4031 b/test/stderr/4031 index 0bf58bede..046df300a 100644 --- a/test/stderr/4031 +++ b/test/stderr/4031 @@ -13,7 +13,7 @@ >>> list element: @[] >>> clientname in helo_lookup_domains? no (end of list) >>> using ACL "r_acl" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL r_acl "accept" (TESTSUITE/test-config 22) >>> check logwrite = proxy session: $proxy_session >>> = proxy session: no LOG: proxy session: no @@ -29,8 +29,8 @@ LOG: proxy external []:0 >>> check logwrite = remote [$sender_host_address]:$sender_host_port >>> = remote [127.0.0.2]:1111 LOG: remote [127.0.0.2]:1111 ->>> accept: condition test succeeded in ACL "r_acl" ->>> end of ACL "r_acl": ACCEPT +>>> accept: condition test succeeded in ACL r_acl +>>> end of ACL r_acl: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-000000005vi-0000 <= a@test.ex H=(clientname) [127.0.0.2] P=smtp S=sss ### protocol v1 receive @@ -50,7 +50,7 @@ LOG: no host name found for IP address 127.0.0.2 >>> list element: @[] >>> clientname in helo_lookup_domains? no (end of list) >>> using ACL "r_acl" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL r_acl "accept" (TESTSUITE/test-config 22) >>> check logwrite = proxy session: $proxy_session >>> = proxy session: yes LOG: proxy session: yes @@ -66,8 +66,8 @@ LOG: proxy external [127.42.42.42]:1112 >>> check logwrite = remote [$sender_host_address]:$sender_host_port >>> = remote [127.0.0.2]:1113 LOG: remote [127.0.0.2]:1113 ->>> accept: condition test succeeded in ACL "r_acl" ->>> end of ACL "r_acl": ACCEPT +>>> accept: condition test succeeded in ACL r_acl +>>> end of ACL r_acl: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaY-000000005vi-0000 <= a@test.ex H=(clientname) [127.0.0.2]:1113 P=smtp PRX=ip4.ip4.ip4.ip4 S=sss ### protocol v2 receive @@ -87,7 +87,7 @@ LOG: no host name found for IP address 127.0.0.2 >>> list element: @[] >>> clientname in helo_lookup_domains? no (end of list) >>> using ACL "r_acl" ->>> processing "accept" (TESTSUITE/test-config 22) +>>> processing ACL r_acl "accept" (TESTSUITE/test-config 22) >>> check logwrite = proxy session: $proxy_session >>> = proxy session: yes LOG: proxy session: yes @@ -103,8 +103,8 @@ LOG: proxy external [127.42.42.42]:1114 >>> check logwrite = remote [$sender_host_address]:$sender_host_port >>> = remote [127.0.0.2]:1115 LOG: remote [127.0.0.2]:1115 ->>> accept: condition test succeeded in ACL "r_acl" ->>> end of ACL "r_acl": ACCEPT +>>> accept: condition test succeeded in ACL r_acl +>>> end of ACL r_acl: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaZ-000000005vi-0000 <= a@test.ex H=(clientname) [127.0.0.2]:1115 P=smtp PRX=ip4.ip4.ip4.ip4 S=sss ### proxy timeout diff --git a/test/stderr/4507 b/test/stderr/4507 index d82f5d95e..e38680c4d 100644 --- a/test/stderr/4507 +++ b/test/stderr/4507 @@ -12,34 +12,34 @@ >>> list element: @ >>> list element: @[] >>> xxx in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 50) +>>> processing inline ACL "accept" >>> accept: condition test succeeded in inline ACL >>> end of inline ACL: ACCEPT >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "check_dkim" ->>> processing "warn" (TESTSUITE/test-config 38) +>>> processing ACL check_dkim "warn" (TESTSUITE/test-config 38) >>> check logwrite = signer: $dkim_cur_signer bits: $dkim_key_length >>> = signer: test.ex bits: 1024 LOG: 10HmaX-000000005vi-0000 signer: test.ex bits: 1024 ->>> warn: condition test succeeded in ACL "check_dkim" ->>> processing "accept" (TESTSUITE/test-config 41) ->>> accept: condition test succeeded in ACL "check_dkim" ->>> end of ACL "check_dkim": ACCEPT +>>> warn: condition test succeeded in ACL check_dkim +>>> processing ACL check_dkim "accept" (TESTSUITE/test-config 41) +>>> accept: condition test succeeded in ACL check_dkim +>>> end of ACL check_dkim: ACCEPT LOG: 10HmaX-000000005vi-0000 DKIM: d=test.ex s=sel c=simple/simple a=rsa-sha1 b=1024 [verification succeeded] >>> using ACL "check_data" ->>> processing "warn" (TESTSUITE/test-config 45) +>>> processing ACL check_data "warn" (TESTSUITE/test-config 45) >>> check logwrite = ${authresults {$primary_hostname}} >>> = Authentication-Results: myhost.test.ex; >>> dkim=pass header.d=test.ex header.s=sel header.a=rsa-sha1 LOG: 10HmaX-000000005vi-0000 Authentication-Results: myhost.test.ex;\n dkim=pass header.d=test.ex header.s=sel header.a=rsa-sha1 ->>> warn: condition test succeeded in ACL "check_data" ->>> processing "accept" (TESTSUITE/test-config 46) +>>> warn: condition test succeeded in ACL check_data +>>> processing ACL check_data "accept" (TESTSUITE/test-config 46) >>> check dkim_status = pass >>> pass in "pass"? >>> list element: pass >>> pass in "pass"? yes (matched "pass") >>> check logwrite = dkim_status includes pass LOG: 10HmaX-000000005vi-0000 dkim_status includes pass ->>> accept: condition test succeeded in ACL "check_data" ->>> end of ACL "check_data": ACCEPT +>>> accept: condition test succeeded in ACL check_data +>>> end of ACL check_data: ACCEPT LOG: 10HmaX-000000005vi-0000 <= CALLER@bloggs.com H=(xxx) [127.0.0.1] P=smtp S=sss DKIM=test.ex id=qwerty1234@disco-zombie.net diff --git a/test/stderr/5204 b/test/stderr/5204 index d2f548258..a21d2edfd 100644 --- a/test/stderr/5204 +++ b/test/stderr/5204 @@ -294,7 +294,7 @@ host in pipelining_advertise_hosts? host in pipelining_advertise_hosts? yes (matched "*") host in chunking_advertise_hosts? host in chunking_advertise_hosts? no (end of list) -processing "accept" (TESTSUITE/test-config 79) +processing inline ACL "accept" check verify = recipient >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> routing "FAIL cannot route this one (FAIL)"@some.host diff --git a/test/stderr/5403 b/test/stderr/5403 index b173280d1..f76156797 100644 --- a/test/stderr/5403 +++ b/test/stderr/5403 @@ -20,19 +20,19 @@ LOG: no host name found for IP address 1.2.3.4 >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "ar" ->>> processing "warn" (TESTSUITE/test-config 21) +>>> processing ACL ar "warn" (TESTSUITE/test-config 21) >>> check control = cutthrough_delivery >>> check logwrite = rcpt for $local_part@$domain >>> = rcpt for plain@domain.com LOG: rcpt for plain@domain.com ->>> warn: condition test succeeded in ACL "ar" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> warn: condition test succeeded in ACL ar +>>> processing ACL ar "warn" (TESTSUITE/test-config 23) >>> check condition = ${if eq {verify}{$local_part}} >>> = ->>> warn: condition test failed in ACL "ar" ->>> processing "accept" (TESTSUITE/test-config 25) ->>> accept: condition test succeeded in ACL "ar" ->>> end of ACL "ar": ACCEPT +>>> warn: condition test failed in ACL ar +>>> processing ACL ar "accept" (TESTSUITE/test-config 25) +>>> accept: condition test succeeded in ACL ar +>>> end of ACL ar: ACCEPT LOG: 10HmaX-000000005vi-0000 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for plain@domain.com >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -56,13 +56,13 @@ LOG: no host name found for IP address 1.2.3.4 >>> host in chunking_advertise_hosts? >>> host in chunking_advertise_hosts? no (end of list) >>> using ACL "ar" ->>> processing "warn" (TESTSUITE/test-config 21) +>>> processing ACL ar "warn" (TESTSUITE/test-config 21) >>> check control = cutthrough_delivery >>> check logwrite = rcpt for $local_part@$domain >>> = rcpt for verify@domain.com LOG: rcpt for verify@domain.com ->>> warn: condition test succeeded in ACL "ar" ->>> processing "warn" (TESTSUITE/test-config 23) +>>> warn: condition test succeeded in ACL ar +>>> processing ACL ar "warn" (TESTSUITE/test-config 23) >>> check condition = ${if eq {verify}{$local_part}} >>> = true >>> check verify = recipient/callout=use_sender @@ -116,10 +116,10 @@ MUNGED: ::1 will be omitted in what follows >>> SMTP<< 250 OK >>> holding verify callout open for cutthrough delivery >>> ----------- end verify ------------ ->>> warn: condition test succeeded in ACL "ar" ->>> processing "accept" (TESTSUITE/test-config 25) ->>> accept: condition test succeeded in ACL "ar" ->>> end of ACL "ar": ACCEPT +>>> warn: condition test succeeded in ACL ar +>>> processing ACL ar "accept" (TESTSUITE/test-config 25) +>>> accept: condition test succeeded in ACL ar +>>> end of ACL ar: ACCEPT >>> SMTP>> QUIT >>> SMTP<< 220 OK >>> SMTP(close)>> diff --git a/test/stderr/5410 b/test/stderr/5410 index 471e04156..c263d3415 100644 --- a/test/stderr/5410 +++ b/test/stderr/5410 @@ -71,7 +71,7 @@ try option acl_smtp_rcpt ├───expanded: ${if░eq░{SERVER}{server}{queue}{cutthrough}} ╰─────result: cutthrough using ACL "cutthrough" -processing "accept" (TESTSUITE/test-config 22) +processing ACL cutthrough "accept" (TESTSUITE/test-config 22) check control = cutthrough_delivery check verify = recipient domain.com in domains? @@ -101,8 +101,8 @@ try option headers_remove try option transport try option unseen ----------- end verify ------------ -accept: condition test succeeded in ACL "cutthrough" -end of ACL "cutthrough": ACCEPT +accept: condition test succeeded in ACL cutthrough +end of ACL cutthrough: ACCEPT ----------- start cutthrough setup ------------ domain.com in domains? list element: !░+local_domains @@ -288,7 +288,7 @@ sync_responses expect rcpt for userx@domain.com holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ try option acl_smtp_predata -processing "accept" (TESTSUITE/test-config 57) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> DATA @@ -748,7 +748,7 @@ try option acl_smtp_rcpt ├───expanded: ${if░eq░{SERVER}{server}{queue}{cutthrough}} ╰─────result: cutthrough using ACL "cutthrough" -processing "accept" (TESTSUITE/test-config 22) +processing ACL cutthrough "accept" (TESTSUITE/test-config 22) check control = cutthrough_delivery check verify = recipient domain.com in domains? @@ -778,8 +778,8 @@ try option headers_remove try option transport try option unseen ----------- end verify ------------ -accept: condition test succeeded in ACL "cutthrough" -end of ACL "cutthrough": ACCEPT +accept: condition test succeeded in ACL cutthrough +end of ACL cutthrough: ACCEPT ----------- start cutthrough setup ------------ domain.com in domains? list element: !░+local_domains @@ -914,7 +914,7 @@ sync_responses expect rcpt for usery@domain.com holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ try option acl_smtp_predata -processing "accept" (TESTSUITE/test-config 57) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> DATA @@ -1374,7 +1374,7 @@ try option acl_smtp_rcpt ├───expanded: ${if░eq░{SERVER}{server}{queue}{cutthrough}} ╰─────result: cutthrough using ACL "cutthrough" -processing "accept" (TESTSUITE/test-config 22) +processing ACL cutthrough "accept" (TESTSUITE/test-config 22) check control = cutthrough_delivery check verify = recipient domain.com in domains? @@ -1404,8 +1404,8 @@ try option headers_remove try option transport try option unseen ----------- end verify ------------ -accept: condition test succeeded in ACL "cutthrough" -end of ACL "cutthrough": ACCEPT +accept: condition test succeeded in ACL cutthrough +end of ACL cutthrough: ACCEPT ----------- start cutthrough setup ------------ domain.com in domains? list element: !░+local_domains @@ -1540,7 +1540,7 @@ sync_responses expect rcpt for usery@domain.com holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ try option acl_smtp_predata -processing "accept" (TESTSUITE/test-config 57) +processing inline ACL "accept" accept: condition test succeeded in inline ACL end of inline ACL: ACCEPT SMTP>> DATA diff --git a/test/stderr/5840 b/test/stderr/5840 index 8da93ab49..e2ac7d62e 100644 --- a/test/stderr/5840 +++ b/test/stderr/5840 @@ -13,7 +13,7 @@ >>> list element: @ >>> list element: @[] >>> test in helo_lookup_domains? no (end of list) ->>> processing "accept" (TESTSUITE/test-config 88) +>>> processing inline ACL "accept" >>> check verify = recipient/callout >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing rcptuser@dane256ee.test.ex