Merge remote-tracking branch 'exim_github/pr/16'
[exim.git] / test / stderr / 0304
CommitLineData
54c5ebb1
PH
1>>> host in hosts_connection_nolog? no (option unset)
2>>> host in host_lookup? no (option unset)
3>>> host in host_reject_connection? no (option unset)
4>>> host in sender_unqualified_hosts? no (option unset)
5>>> host in recipient_unqualified_hosts? no (option unset)
6>>> host in helo_verify_hosts? no (option unset)
7>>> host in helo_try_verify_hosts? no (option unset)
8>>> host in helo_accept_junk_hosts? no (option unset)
9>>> using ACL "acl1"
10>>> processing "deny"
187bc588 11>>> message: failed 1
54c5ebb1
PH
12>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
13>>> b1@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 14>>> deny: condition test failed in ACL "acl1"
54c5ebb1 15>>> processing "deny"
187bc588 16>>> message: failed 2
54c5ebb1
PH
17>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
18>>> b1@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 19>>> deny: condition test failed in ACL "acl1"
54c5ebb1 20>>> processing "deny"
187bc588 21>>> message: failed 3
54c5ebb1
PH
22>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
23>>> b1@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 24>>> deny: condition test failed in ACL "acl1"
54c5ebb1 25>>> processing "deny"
187bc588 26>>> message: failed 4
54c5ebb1
PH
27>>> check recipients = domain.only : *.domain2.only
28>>> x in "domain.only"? no (end of list)
29>>> x in "*.domain2.only"? no (end of list)
30>>> b1@x in "domain.only : *.domain2.only"? no (end of list)
6968512f 31>>> deny: condition test failed in ACL "acl1"
54c5ebb1 32>>> processing "deny"
187bc588 33>>> message: failed 5
54c5ebb1
PH
34>>> check recipients = abc@domain3 : xyz@*.domain4
35>>> b1@x in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 36>>> deny: condition test failed in ACL "acl1"
54c5ebb1 37>>> processing "deny"
187bc588 38>>> message: failed 6
54c5ebb1
PH
39>>> check recipients = pqr@@
40>>> b1@x in "pqr@@"? no (end of list)
6968512f 41>>> deny: condition test failed in ACL "acl1"
54c5ebb1 42>>> processing "deny"
187bc588 43>>> message: failed 7
54c5ebb1
PH
44>>> check senders = :
45>>> in ":"? yes (matched "")
46>>> check recipients = b1@x
47>>> x in "x"? yes (matched "x")
48>>> b1@x in "b1@x"? yes (matched "b1@x")
6968512f 49>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
50LOG: H=[1.2.3.4] F=<> rejected RCPT <b1@x>: failed 7
51>>> using ACL "acl1"
52>>> processing "deny"
187bc588 53>>> message: failed 1
54c5ebb1
PH
54>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
55>>> b2@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 56>>> deny: condition test failed in ACL "acl1"
54c5ebb1 57>>> processing "deny"
187bc588 58>>> message: failed 2
54c5ebb1
PH
59>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
60>>> b2@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 61>>> deny: condition test failed in ACL "acl1"
54c5ebb1 62>>> processing "deny"
187bc588 63>>> message: failed 3
54c5ebb1
PH
64>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
65>>> b2@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 66>>> deny: condition test failed in ACL "acl1"
54c5ebb1 67>>> processing "deny"
187bc588 68>>> message: failed 4
54c5ebb1
PH
69>>> check recipients = domain.only : *.domain2.only
70>>> x in "domain.only"? no (end of list)
71>>> x in "*.domain2.only"? no (end of list)
72>>> b2@x in "domain.only : *.domain2.only"? no (end of list)
6968512f 73>>> deny: condition test failed in ACL "acl1"
54c5ebb1 74>>> processing "deny"
187bc588 75>>> message: failed 5
54c5ebb1
PH
76>>> check recipients = abc@domain3 : xyz@*.domain4
77>>> b2@x in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 78>>> deny: condition test failed in ACL "acl1"
54c5ebb1 79>>> processing "deny"
187bc588 80>>> message: failed 6
54c5ebb1
PH
81>>> check recipients = pqr@@
82>>> b2@x in "pqr@@"? no (end of list)
6968512f 83>>> deny: condition test failed in ACL "acl1"
54c5ebb1 84>>> processing "deny"
187bc588 85>>> message: failed 7
54c5ebb1
PH
86>>> check senders = :
87>>> in ":"? yes (matched "")
88>>> check recipients = b1@x
89>>> b2@x in "b1@x"? no (end of list)
6968512f 90>>> deny: condition test failed in ACL "acl1"
54c5ebb1 91>>> processing "deny"
187bc588 92>>> message: failed 8
54c5ebb1
PH
93>>> check senders = ^\$
94>>> in "^$"? yes (matched "^$")
95>>> check recipients = b2@x
96>>> x in "x"? yes (matched "x")
97>>> b2@x in "b2@x"? yes (matched "b2@x")
6968512f 98>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
99LOG: H=[1.2.3.4] F=<> rejected RCPT <b2@x>: failed 8
100>>> using ACL "acl1"
101>>> processing "deny"
187bc588 102>>> message: failed 1
54c5ebb1
PH
103>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
104>>> b9@x in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 105>>> deny: condition test failed in ACL "acl1"
54c5ebb1 106>>> processing "deny"
187bc588 107>>> message: failed 2
54c5ebb1
PH
108>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
109>>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 110>>> deny: condition test failed in ACL "acl1"
54c5ebb1 111>>> processing "deny"
187bc588 112>>> message: failed 3
54c5ebb1
PH
113>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
114>>> b9@x in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 115>>> deny: condition test failed in ACL "acl1"
54c5ebb1 116>>> processing "deny"
187bc588 117>>> message: failed 4
54c5ebb1
PH
118>>> check recipients = domain.only : *.domain2.only
119>>> x in "domain.only"? no (end of list)
120>>> x in "*.domain2.only"? no (end of list)
121>>> b9@x in "domain.only : *.domain2.only"? no (end of list)
6968512f 122>>> deny: condition test failed in ACL "acl1"
54c5ebb1 123>>> processing "deny"
187bc588 124>>> message: failed 5
54c5ebb1
PH
125>>> check recipients = abc@domain3 : xyz@*.domain4
126>>> b9@x in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 127>>> deny: condition test failed in ACL "acl1"
54c5ebb1 128>>> processing "deny"
187bc588 129>>> message: failed 6
54c5ebb1
PH
130>>> check recipients = pqr@@
131>>> b9@x in "pqr@@"? no (end of list)
6968512f 132>>> deny: condition test failed in ACL "acl1"
54c5ebb1 133>>> processing "deny"
187bc588 134>>> message: failed 7
54c5ebb1
PH
135>>> check senders = :
136>>> in ":"? yes (matched "")
137>>> check recipients = b1@x
138>>> b9@x in "b1@x"? no (end of list)
6968512f 139>>> deny: condition test failed in ACL "acl1"
54c5ebb1 140>>> processing "deny"
187bc588 141>>> message: failed 8
54c5ebb1
PH
142>>> check senders = ^\$
143>>> in "^$"? yes (matched "^$")
144>>> check recipients = b2@x
145>>> b9@x in "b2@x"? no (end of list)
6968512f 146>>> deny: condition test failed in ACL "acl1"
54c5ebb1 147>>> processing "deny"
187bc588 148>>> message: failed 9
54c5ebb1
PH
149>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
150>>> x in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
151>>> b9@x in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 152>>> deny: condition test failed in ACL "acl1"
54c5ebb1 153>>> processing "deny"
187bc588 154>>> message: failed 10
54c5ebb1
PH
155>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
156>>> b9@x in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 157>>> deny: condition test failed in ACL "acl1"
54c5ebb1 158>>> processing "deny"
187bc588 159>>> message: failed 11
54c5ebb1
PH
160>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
161>>> b9@x in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 162>>> deny: condition test failed in ACL "acl1"
54c5ebb1 163>>> processing "accept"
6968512f 164>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
165>>> using ACL "acl1"
166>>> processing "deny"
187bc588 167>>> message: failed 1
54c5ebb1
PH
168>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
169>>> abc@w.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "^abc.*@.*\.x\.y\.z")
6968512f 170>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
171LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abc@w.x.y.z>: failed 1
172>>> using ACL "acl1"
173>>> processing "deny"
187bc588 174>>> message: failed 1
54c5ebb1
PH
175>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
176>>> abcdef@q.x.y.z in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "^abc.*@.*\.x\.y\.z")
6968512f 177>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
178LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abcdef@q.x.y.z>: failed 1
179>>> using ACL "acl1"
180>>> processing "deny"
187bc588 181>>> message: failed 1
54c5ebb1
PH
182>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
183>>> b in "b"? yes (matched "b")
184>>> a@b in "^abc.*@.*\.x\.y\.z : a@b"? yes (matched "a@b")
6968512f 185>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
186LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <a@b>: failed 1
187>>> using ACL "acl1"
188>>> processing "deny"
187bc588 189>>> message: failed 1
54c5ebb1
PH
190>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
191>>> ok@ok in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 192>>> deny: condition test failed in ACL "acl1"
54c5ebb1 193>>> processing "deny"
187bc588 194>>> message: failed 2
54c5ebb1
PH
195>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
196>>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 197>>> deny: condition test failed in ACL "acl1"
54c5ebb1 198>>> processing "deny"
187bc588 199>>> message: failed 3
54c5ebb1
PH
200>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
201>>> ok@ok in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 202>>> deny: condition test failed in ACL "acl1"
54c5ebb1 203>>> processing "deny"
187bc588 204>>> message: failed 4
54c5ebb1
PH
205>>> check recipients = domain.only : *.domain2.only
206>>> ok in "domain.only"? no (end of list)
207>>> ok in "*.domain2.only"? no (end of list)
208>>> ok@ok in "domain.only : *.domain2.only"? no (end of list)
6968512f 209>>> deny: condition test failed in ACL "acl1"
54c5ebb1 210>>> processing "deny"
187bc588 211>>> message: failed 5
54c5ebb1
PH
212>>> check recipients = abc@domain3 : xyz@*.domain4
213>>> ok@ok in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 214>>> deny: condition test failed in ACL "acl1"
54c5ebb1 215>>> processing "deny"
187bc588 216>>> message: failed 6
54c5ebb1
PH
217>>> check recipients = pqr@@
218>>> ok@ok in "pqr@@"? no (end of list)
6968512f 219>>> deny: condition test failed in ACL "acl1"
54c5ebb1 220>>> processing "deny"
187bc588 221>>> message: failed 7
54c5ebb1
PH
222>>> check senders = :
223>>> y in ""? no (end of list)
224>>> x@y in ":"? no (end of list)
6968512f 225>>> deny: condition test failed in ACL "acl1"
54c5ebb1 226>>> processing "deny"
187bc588 227>>> message: failed 8
54c5ebb1
PH
228>>> check senders = ^\$
229>>> x@y in "^$"? no (end of list)
6968512f 230>>> deny: condition test failed in ACL "acl1"
54c5ebb1 231>>> processing "deny"
187bc588 232>>> message: failed 9
54c5ebb1
PH
233>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
234>>> ok in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
235>>> ok@ok in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 236>>> deny: condition test failed in ACL "acl1"
54c5ebb1 237>>> processing "deny"
187bc588 238>>> message: failed 10
54c5ebb1
PH
239>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
240>>> ok@ok in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 241>>> deny: condition test failed in ACL "acl1"
54c5ebb1 242>>> processing "deny"
187bc588 243>>> message: failed 11
54c5ebb1
PH
244>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
245>>> ok@ok in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 246>>> deny: condition test failed in ACL "acl1"
54c5ebb1 247>>> processing "accept"
6968512f 248>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
249>>> using ACL "acl1"
250>>> processing "deny"
187bc588 251>>> message: failed 1
54c5ebb1
PH
252>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
253>>> x@a.b.c in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 254>>> deny: condition test failed in ACL "acl1"
54c5ebb1 255>>> processing "deny"
187bc588 256>>> message: failed 2
54c5ebb1
PH
257>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
258>>> x@a.b.c in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d1")
6968512f 259>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
260LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <x@a.b.c>: failed 2
261>>> using ACL "acl1"
262>>> processing "deny"
187bc588 263>>> message: failed 1
54c5ebb1
PH
264>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
265>>> abc@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 266>>> deny: condition test failed in ACL "acl1"
54c5ebb1 267>>> processing "deny"
187bc588 268>>> message: failed 2
54c5ebb1
PH
269>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
270>>> abc@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d1")
6968512f 271>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
272LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abc@d.e.f>: failed 2
273>>> using ACL "acl1"
274>>> processing "deny"
187bc588 275>>> message: failed 1
54c5ebb1
PH
276>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
277>>> x@d.e.f in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 278>>> deny: condition test failed in ACL "acl1"
54c5ebb1 279>>> processing "deny"
187bc588 280>>> message: failed 2
54c5ebb1
PH
281>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
282>>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 283>>> deny: condition test failed in ACL "acl1"
54c5ebb1 284>>> processing "deny"
187bc588 285>>> message: failed 3
54c5ebb1
PH
286>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
287>>> x@d.e.f in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 288>>> deny: condition test failed in ACL "acl1"
54c5ebb1 289>>> processing "deny"
187bc588 290>>> message: failed 4
54c5ebb1
PH
291>>> check recipients = domain.only : *.domain2.only
292>>> d.e.f in "domain.only"? no (end of list)
293>>> d.e.f in "*.domain2.only"? no (end of list)
294>>> x@d.e.f in "domain.only : *.domain2.only"? no (end of list)
6968512f 295>>> deny: condition test failed in ACL "acl1"
54c5ebb1 296>>> processing "deny"
187bc588 297>>> message: failed 5
54c5ebb1
PH
298>>> check recipients = abc@domain3 : xyz@*.domain4
299>>> x@d.e.f in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 300>>> deny: condition test failed in ACL "acl1"
54c5ebb1 301>>> processing "deny"
187bc588 302>>> message: failed 6
54c5ebb1
PH
303>>> check recipients = pqr@@
304>>> x@d.e.f in "pqr@@"? no (end of list)
6968512f 305>>> deny: condition test failed in ACL "acl1"
54c5ebb1 306>>> processing "deny"
187bc588 307>>> message: failed 7
54c5ebb1
PH
308>>> check senders = :
309>>> y in ""? no (end of list)
310>>> x@y in ":"? no (end of list)
6968512f 311>>> deny: condition test failed in ACL "acl1"
54c5ebb1 312>>> processing "deny"
187bc588 313>>> message: failed 8
54c5ebb1
PH
314>>> check senders = ^\$
315>>> x@y in "^$"? no (end of list)
6968512f 316>>> deny: condition test failed in ACL "acl1"
54c5ebb1 317>>> processing "deny"
187bc588 318>>> message: failed 9
54c5ebb1
PH
319>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
320>>> d.e.f in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
321>>> x@d.e.f in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 322>>> deny: condition test failed in ACL "acl1"
54c5ebb1 323>>> processing "deny"
187bc588 324>>> message: failed 10
54c5ebb1
PH
325>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
326>>> x@d.e.f in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 327>>> deny: condition test failed in ACL "acl1"
54c5ebb1 328>>> processing "deny"
187bc588 329>>> message: failed 11
54c5ebb1
PH
330>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
331>>> x@d.e.f in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 332>>> deny: condition test failed in ACL "acl1"
54c5ebb1 333>>> processing "accept"
6968512f 334>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
335>>> using ACL "acl1"
336>>> processing "deny"
187bc588 337>>> message: failed 1
54c5ebb1
PH
338>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
339>>> abc@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 340>>> deny: condition test failed in ACL "acl1"
54c5ebb1 341>>> processing "deny"
187bc588 342>>> message: failed 2
54c5ebb1
PH
343>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
344>>> abc@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 345>>> deny: condition test failed in ACL "acl1"
54c5ebb1 346>>> processing "deny"
187bc588 347>>> message: failed 3
54c5ebb1
PH
348>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
349>>> abc@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2")
6968512f 350>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
351LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abc@at.1>: failed 3
352>>> using ACL "acl1"
353>>> processing "deny"
187bc588 354>>> message: failed 1
54c5ebb1
PH
355>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
356>>> xyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 357>>> deny: condition test failed in ACL "acl1"
54c5ebb1 358>>> processing "deny"
187bc588 359>>> message: failed 2
54c5ebb1
PH
360>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
361>>> xyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 362>>> deny: condition test failed in ACL "acl1"
54c5ebb1 363>>> processing "deny"
187bc588 364>>> message: failed 3
54c5ebb1
PH
365>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
366>>> xyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2")
6968512f 367>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
368LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <xyz@at.1>: failed 3
369>>> using ACL "acl1"
370>>> processing "deny"
187bc588 371>>> message: failed 1
54c5ebb1
PH
372>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
373>>> abcxyz@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 374>>> deny: condition test failed in ACL "acl1"
54c5ebb1 375>>> processing "deny"
187bc588 376>>> message: failed 2
54c5ebb1
PH
377>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
378>>> abcxyz@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 379>>> deny: condition test failed in ACL "acl1"
54c5ebb1 380>>> processing "deny"
187bc588 381>>> message: failed 3
54c5ebb1
PH
382>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
383>>> abcxyz@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? yes (matched "@@lsearch;TESTSUITE/aux-fixed/0304.d2")
6968512f 384>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
385LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abcxyz@at.1>: failed 3
386>>> using ACL "acl1"
387>>> processing "deny"
187bc588 388>>> message: failed 1
54c5ebb1
PH
389>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
390>>> ok@at.1 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 391>>> deny: condition test failed in ACL "acl1"
54c5ebb1 392>>> processing "deny"
187bc588 393>>> message: failed 2
54c5ebb1
PH
394>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
395>>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 396>>> deny: condition test failed in ACL "acl1"
54c5ebb1 397>>> processing "deny"
187bc588 398>>> message: failed 3
54c5ebb1
PH
399>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
400>>> ok@at.1 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 401>>> deny: condition test failed in ACL "acl1"
54c5ebb1 402>>> processing "deny"
187bc588 403>>> message: failed 4
54c5ebb1
PH
404>>> check recipients = domain.only : *.domain2.only
405>>> at.1 in "domain.only"? no (end of list)
406>>> at.1 in "*.domain2.only"? no (end of list)
407>>> ok@at.1 in "domain.only : *.domain2.only"? no (end of list)
6968512f 408>>> deny: condition test failed in ACL "acl1"
54c5ebb1 409>>> processing "deny"
187bc588 410>>> message: failed 5
54c5ebb1
PH
411>>> check recipients = abc@domain3 : xyz@*.domain4
412>>> ok@at.1 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 413>>> deny: condition test failed in ACL "acl1"
54c5ebb1 414>>> processing "deny"
187bc588 415>>> message: failed 6
54c5ebb1
PH
416>>> check recipients = pqr@@
417>>> ok@at.1 in "pqr@@"? no (end of list)
6968512f 418>>> deny: condition test failed in ACL "acl1"
54c5ebb1 419>>> processing "deny"
187bc588 420>>> message: failed 7
54c5ebb1
PH
421>>> check senders = :
422>>> y in ""? no (end of list)
423>>> x@y in ":"? no (end of list)
6968512f 424>>> deny: condition test failed in ACL "acl1"
54c5ebb1 425>>> processing "deny"
187bc588 426>>> message: failed 8
54c5ebb1
PH
427>>> check senders = ^\$
428>>> x@y in "^$"? no (end of list)
6968512f 429>>> deny: condition test failed in ACL "acl1"
54c5ebb1 430>>> processing "deny"
187bc588 431>>> message: failed 9
54c5ebb1
PH
432>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
433>>> at.1 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
434>>> ok@at.1 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 435>>> deny: condition test failed in ACL "acl1"
54c5ebb1 436>>> processing "deny"
187bc588 437>>> message: failed 10
54c5ebb1
PH
438>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
439>>> ok@at.1 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 440>>> deny: condition test failed in ACL "acl1"
54c5ebb1 441>>> processing "deny"
187bc588 442>>> message: failed 11
54c5ebb1
PH
443>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
444>>> ok@at.1 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 445>>> deny: condition test failed in ACL "acl1"
54c5ebb1 446>>> processing "accept"
6968512f 447>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
448>>> using ACL "acl1"
449>>> processing "deny"
187bc588 450>>> message: failed 1
54c5ebb1
PH
451>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
452>>> x@domain.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 453>>> deny: condition test failed in ACL "acl1"
54c5ebb1 454>>> processing "deny"
187bc588 455>>> message: failed 2
54c5ebb1
PH
456>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
457>>> x@domain.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 458>>> deny: condition test failed in ACL "acl1"
54c5ebb1 459>>> processing "deny"
187bc588 460>>> message: failed 3
54c5ebb1
PH
461>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
462>>> x@domain.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 463>>> deny: condition test failed in ACL "acl1"
54c5ebb1 464>>> processing "deny"
187bc588 465>>> message: failed 4
54c5ebb1
PH
466>>> check recipients = domain.only : *.domain2.only
467>>> domain.only in "domain.only"? yes (matched "domain.only")
468>>> x@domain.only in "domain.only : *.domain2.only"? yes (matched "domain.only")
6968512f 469>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
470LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <x@domain.only>: failed 4
471>>> using ACL "acl1"
472>>> processing "deny"
187bc588 473>>> message: failed 1
54c5ebb1
PH
474>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
475>>> x@abc.domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 476>>> deny: condition test failed in ACL "acl1"
54c5ebb1 477>>> processing "deny"
187bc588 478>>> message: failed 2
54c5ebb1
PH
479>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
480>>> x@abc.domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 481>>> deny: condition test failed in ACL "acl1"
54c5ebb1 482>>> processing "deny"
187bc588 483>>> message: failed 3
54c5ebb1
PH
484>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
485>>> x@abc.domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 486>>> deny: condition test failed in ACL "acl1"
54c5ebb1 487>>> processing "deny"
187bc588 488>>> message: failed 4
54c5ebb1
PH
489>>> check recipients = domain.only : *.domain2.only
490>>> abc.domain2.only in "domain.only"? no (end of list)
491>>> abc.domain2.only in "*.domain2.only"? yes (matched "*.domain2.only")
492>>> x@abc.domain2.only in "domain.only : *.domain2.only"? yes (matched "*.domain2.only")
6968512f 493>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
494LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <x@abc.domain2.only>: failed 4
495>>> using ACL "acl1"
496>>> processing "deny"
187bc588 497>>> message: failed 1
54c5ebb1
PH
498>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
499>>> x@domain2.only in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 500>>> deny: condition test failed in ACL "acl1"
54c5ebb1 501>>> processing "deny"
187bc588 502>>> message: failed 2
54c5ebb1
PH
503>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
504>>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 505>>> deny: condition test failed in ACL "acl1"
54c5ebb1 506>>> processing "deny"
187bc588 507>>> message: failed 3
54c5ebb1
PH
508>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
509>>> x@domain2.only in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 510>>> deny: condition test failed in ACL "acl1"
54c5ebb1 511>>> processing "deny"
187bc588 512>>> message: failed 4
54c5ebb1
PH
513>>> check recipients = domain.only : *.domain2.only
514>>> domain2.only in "domain.only"? no (end of list)
515>>> domain2.only in "*.domain2.only"? no (end of list)
516>>> x@domain2.only in "domain.only : *.domain2.only"? no (end of list)
6968512f 517>>> deny: condition test failed in ACL "acl1"
54c5ebb1 518>>> processing "deny"
187bc588 519>>> message: failed 5
54c5ebb1
PH
520>>> check recipients = abc@domain3 : xyz@*.domain4
521>>> x@domain2.only in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 522>>> deny: condition test failed in ACL "acl1"
54c5ebb1 523>>> processing "deny"
187bc588 524>>> message: failed 6
54c5ebb1
PH
525>>> check recipients = pqr@@
526>>> x@domain2.only in "pqr@@"? no (end of list)
6968512f 527>>> deny: condition test failed in ACL "acl1"
54c5ebb1 528>>> processing "deny"
187bc588 529>>> message: failed 7
54c5ebb1
PH
530>>> check senders = :
531>>> y in ""? no (end of list)
532>>> x@y in ":"? no (end of list)
6968512f 533>>> deny: condition test failed in ACL "acl1"
54c5ebb1 534>>> processing "deny"
187bc588 535>>> message: failed 8
54c5ebb1
PH
536>>> check senders = ^\$
537>>> x@y in "^$"? no (end of list)
6968512f 538>>> deny: condition test failed in ACL "acl1"
54c5ebb1 539>>> processing "deny"
187bc588 540>>> message: failed 9
54c5ebb1
PH
541>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
542>>> domain2.only in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
543>>> x@domain2.only in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 544>>> deny: condition test failed in ACL "acl1"
54c5ebb1 545>>> processing "deny"
187bc588 546>>> message: failed 10
54c5ebb1
PH
547>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
548>>> x@domain2.only in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 549>>> deny: condition test failed in ACL "acl1"
54c5ebb1 550>>> processing "deny"
187bc588 551>>> message: failed 11
54c5ebb1
PH
552>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
553>>> x@domain2.only in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 554>>> deny: condition test failed in ACL "acl1"
54c5ebb1 555>>> processing "accept"
6968512f 556>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
557>>> using ACL "acl1"
558>>> processing "deny"
187bc588 559>>> message: failed 1
54c5ebb1
PH
560>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
561>>> abc@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 562>>> deny: condition test failed in ACL "acl1"
54c5ebb1 563>>> processing "deny"
187bc588 564>>> message: failed 2
54c5ebb1
PH
565>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
566>>> abc@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 567>>> deny: condition test failed in ACL "acl1"
54c5ebb1 568>>> processing "deny"
187bc588 569>>> message: failed 3
54c5ebb1
PH
570>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
571>>> abc@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 572>>> deny: condition test failed in ACL "acl1"
54c5ebb1 573>>> processing "deny"
187bc588 574>>> message: failed 4
54c5ebb1
PH
575>>> check recipients = domain.only : *.domain2.only
576>>> domain3 in "domain.only"? no (end of list)
577>>> domain3 in "*.domain2.only"? no (end of list)
578>>> abc@domain3 in "domain.only : *.domain2.only"? no (end of list)
6968512f 579>>> deny: condition test failed in ACL "acl1"
54c5ebb1 580>>> processing "deny"
187bc588 581>>> message: failed 5
54c5ebb1
PH
582>>> check recipients = abc@domain3 : xyz@*.domain4
583>>> domain3 in "domain3"? yes (matched "domain3")
584>>> abc@domain3 in "abc@domain3 : xyz@*.domain4"? yes (matched "abc@domain3")
6968512f 585>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
586LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <abc@domain3>: failed 5
587>>> using ACL "acl1"
588>>> processing "deny"
187bc588 589>>> message: failed 1
54c5ebb1
PH
590>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
591>>> xyz@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 592>>> deny: condition test failed in ACL "acl1"
54c5ebb1 593>>> processing "deny"
187bc588 594>>> message: failed 2
54c5ebb1
PH
595>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
596>>> xyz@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 597>>> deny: condition test failed in ACL "acl1"
54c5ebb1 598>>> processing "deny"
187bc588 599>>> message: failed 3
54c5ebb1
PH
600>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
601>>> xyz@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 602>>> deny: condition test failed in ACL "acl1"
54c5ebb1 603>>> processing "deny"
187bc588 604>>> message: failed 4
54c5ebb1
PH
605>>> check recipients = domain.only : *.domain2.only
606>>> x.domain4 in "domain.only"? no (end of list)
607>>> x.domain4 in "*.domain2.only"? no (end of list)
608>>> xyz@x.domain4 in "domain.only : *.domain2.only"? no (end of list)
6968512f 609>>> deny: condition test failed in ACL "acl1"
54c5ebb1 610>>> processing "deny"
187bc588 611>>> message: failed 5
54c5ebb1
PH
612>>> check recipients = abc@domain3 : xyz@*.domain4
613>>> x.domain4 in "*.domain4"? yes (matched "*.domain4")
614>>> xyz@x.domain4 in "abc@domain3 : xyz@*.domain4"? yes (matched "xyz@*.domain4")
6968512f 615>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
616LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <xyz@x.domain4>: failed 5
617>>> using ACL "acl1"
618>>> processing "deny"
187bc588 619>>> message: failed 1
54c5ebb1
PH
620>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
621>>> abc@x.domain4 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 622>>> deny: condition test failed in ACL "acl1"
54c5ebb1 623>>> processing "deny"
187bc588 624>>> message: failed 2
54c5ebb1
PH
625>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
626>>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 627>>> deny: condition test failed in ACL "acl1"
54c5ebb1 628>>> processing "deny"
187bc588 629>>> message: failed 3
54c5ebb1
PH
630>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
631>>> abc@x.domain4 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 632>>> deny: condition test failed in ACL "acl1"
54c5ebb1 633>>> processing "deny"
187bc588 634>>> message: failed 4
54c5ebb1
PH
635>>> check recipients = domain.only : *.domain2.only
636>>> x.domain4 in "domain.only"? no (end of list)
637>>> x.domain4 in "*.domain2.only"? no (end of list)
638>>> abc@x.domain4 in "domain.only : *.domain2.only"? no (end of list)
6968512f 639>>> deny: condition test failed in ACL "acl1"
54c5ebb1 640>>> processing "deny"
187bc588 641>>> message: failed 5
54c5ebb1
PH
642>>> check recipients = abc@domain3 : xyz@*.domain4
643>>> x.domain4 in "domain3"? no (end of list)
644>>> abc@x.domain4 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 645>>> deny: condition test failed in ACL "acl1"
54c5ebb1 646>>> processing "deny"
187bc588 647>>> message: failed 6
54c5ebb1
PH
648>>> check recipients = pqr@@
649>>> abc@x.domain4 in "pqr@@"? no (end of list)
6968512f 650>>> deny: condition test failed in ACL "acl1"
54c5ebb1 651>>> processing "deny"
187bc588 652>>> message: failed 7
54c5ebb1
PH
653>>> check senders = :
654>>> y in ""? no (end of list)
655>>> x@y in ":"? no (end of list)
6968512f 656>>> deny: condition test failed in ACL "acl1"
54c5ebb1 657>>> processing "deny"
187bc588 658>>> message: failed 8
54c5ebb1
PH
659>>> check senders = ^\$
660>>> x@y in "^$"? no (end of list)
6968512f 661>>> deny: condition test failed in ACL "acl1"
54c5ebb1 662>>> processing "deny"
187bc588 663>>> message: failed 9
54c5ebb1
PH
664>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
665>>> x.domain4 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
666>>> abc@x.domain4 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 667>>> deny: condition test failed in ACL "acl1"
54c5ebb1 668>>> processing "deny"
187bc588 669>>> message: failed 10
54c5ebb1
PH
670>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
671>>> abc@x.domain4 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 672>>> deny: condition test failed in ACL "acl1"
54c5ebb1 673>>> processing "deny"
187bc588 674>>> message: failed 11
54c5ebb1
PH
675>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
676>>> abc@x.domain4 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 677>>> deny: condition test failed in ACL "acl1"
54c5ebb1 678>>> processing "accept"
6968512f 679>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
680>>> using ACL "acl1"
681>>> processing "deny"
187bc588 682>>> message: failed 1
54c5ebb1
PH
683>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
684>>> xyz@domain3 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 685>>> deny: condition test failed in ACL "acl1"
54c5ebb1 686>>> processing "deny"
187bc588 687>>> message: failed 2
54c5ebb1
PH
688>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
689>>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 690>>> deny: condition test failed in ACL "acl1"
54c5ebb1 691>>> processing "deny"
187bc588 692>>> message: failed 3
54c5ebb1
PH
693>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
694>>> xyz@domain3 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 695>>> deny: condition test failed in ACL "acl1"
54c5ebb1 696>>> processing "deny"
187bc588 697>>> message: failed 4
54c5ebb1
PH
698>>> check recipients = domain.only : *.domain2.only
699>>> domain3 in "domain.only"? no (end of list)
700>>> domain3 in "*.domain2.only"? no (end of list)
701>>> xyz@domain3 in "domain.only : *.domain2.only"? no (end of list)
6968512f 702>>> deny: condition test failed in ACL "acl1"
54c5ebb1 703>>> processing "deny"
187bc588 704>>> message: failed 5
54c5ebb1
PH
705>>> check recipients = abc@domain3 : xyz@*.domain4
706>>> domain3 in "*.domain4"? no (end of list)
707>>> xyz@domain3 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 708>>> deny: condition test failed in ACL "acl1"
54c5ebb1 709>>> processing "deny"
187bc588 710>>> message: failed 6
54c5ebb1
PH
711>>> check recipients = pqr@@
712>>> xyz@domain3 in "pqr@@"? no (end of list)
6968512f 713>>> deny: condition test failed in ACL "acl1"
54c5ebb1 714>>> processing "deny"
187bc588 715>>> message: failed 7
54c5ebb1
PH
716>>> check senders = :
717>>> y in ""? no (end of list)
718>>> x@y in ":"? no (end of list)
6968512f 719>>> deny: condition test failed in ACL "acl1"
54c5ebb1 720>>> processing "deny"
187bc588 721>>> message: failed 8
54c5ebb1
PH
722>>> check senders = ^\$
723>>> x@y in "^$"? no (end of list)
6968512f 724>>> deny: condition test failed in ACL "acl1"
54c5ebb1 725>>> processing "deny"
187bc588 726>>> message: failed 9
54c5ebb1
PH
727>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
728>>> domain3 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
729>>> xyz@domain3 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 730>>> deny: condition test failed in ACL "acl1"
54c5ebb1 731>>> processing "deny"
187bc588 732>>> message: failed 10
54c5ebb1
PH
733>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
734>>> domain3 in "lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
735>>> xyz@domain3 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 736>>> deny: condition test failed in ACL "acl1"
54c5ebb1 737>>> processing "deny"
187bc588 738>>> message: failed 11
54c5ebb1
PH
739>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
740>>> xyz@domain3 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 741>>> deny: condition test failed in ACL "acl1"
54c5ebb1 742>>> processing "accept"
6968512f 743>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
744>>> using ACL "acl1"
745>>> processing "deny"
187bc588 746>>> message: failed 1
54c5ebb1
PH
747>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
748>>> pqr@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 749>>> deny: condition test failed in ACL "acl1"
54c5ebb1 750>>> processing "deny"
187bc588 751>>> message: failed 2
54c5ebb1
PH
752>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
753>>> pqr@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 754>>> deny: condition test failed in ACL "acl1"
54c5ebb1 755>>> processing "deny"
187bc588 756>>> message: failed 3
54c5ebb1
PH
757>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
758>>> pqr@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 759>>> deny: condition test failed in ACL "acl1"
54c5ebb1 760>>> processing "deny"
187bc588 761>>> message: failed 4
54c5ebb1
PH
762>>> check recipients = domain.only : *.domain2.only
763>>> myhost.test.ex in "domain.only"? no (end of list)
764>>> myhost.test.ex in "*.domain2.only"? no (end of list)
765>>> pqr@myhost.test.ex in "domain.only : *.domain2.only"? no (end of list)
6968512f 766>>> deny: condition test failed in ACL "acl1"
54c5ebb1 767>>> processing "deny"
187bc588 768>>> message: failed 5
54c5ebb1
PH
769>>> check recipients = abc@domain3 : xyz@*.domain4
770>>> pqr@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 771>>> deny: condition test failed in ACL "acl1"
54c5ebb1 772>>> processing "deny"
187bc588 773>>> message: failed 6
54c5ebb1
PH
774>>> check recipients = pqr@@
775>>> myhost.test.ex in "@"? yes (matched "@")
776>>> pqr@myhost.test.ex in "pqr@@"? yes (matched "pqr@@")
6968512f 777>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
778LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <pqr@myhost.test.ex>: failed 6
779>>> using ACL "acl1"
780>>> processing "deny"
187bc588 781>>> message: failed 1
54c5ebb1
PH
782>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
783>>> xxx@myhost.test.ex in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 784>>> deny: condition test failed in ACL "acl1"
54c5ebb1 785>>> processing "deny"
187bc588 786>>> message: failed 2
54c5ebb1
PH
787>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
788>>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 789>>> deny: condition test failed in ACL "acl1"
54c5ebb1 790>>> processing "deny"
187bc588 791>>> message: failed 3
54c5ebb1
PH
792>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
793>>> xxx@myhost.test.ex in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 794>>> deny: condition test failed in ACL "acl1"
54c5ebb1 795>>> processing "deny"
187bc588 796>>> message: failed 4
54c5ebb1
PH
797>>> check recipients = domain.only : *.domain2.only
798>>> myhost.test.ex in "domain.only"? no (end of list)
799>>> myhost.test.ex in "*.domain2.only"? no (end of list)
800>>> xxx@myhost.test.ex in "domain.only : *.domain2.only"? no (end of list)
6968512f 801>>> deny: condition test failed in ACL "acl1"
54c5ebb1 802>>> processing "deny"
187bc588 803>>> message: failed 5
54c5ebb1
PH
804>>> check recipients = abc@domain3 : xyz@*.domain4
805>>> xxx@myhost.test.ex in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 806>>> deny: condition test failed in ACL "acl1"
54c5ebb1 807>>> processing "deny"
187bc588 808>>> message: failed 6
54c5ebb1
PH
809>>> check recipients = pqr@@
810>>> xxx@myhost.test.ex in "pqr@@"? no (end of list)
6968512f 811>>> deny: condition test failed in ACL "acl1"
54c5ebb1 812>>> processing "deny"
187bc588 813>>> message: failed 7
54c5ebb1
PH
814>>> check senders = :
815>>> y in ""? no (end of list)
816>>> x@y in ":"? no (end of list)
6968512f 817>>> deny: condition test failed in ACL "acl1"
54c5ebb1 818>>> processing "deny"
187bc588 819>>> message: failed 8
54c5ebb1
PH
820>>> check senders = ^\$
821>>> x@y in "^$"? no (end of list)
6968512f 822>>> deny: condition test failed in ACL "acl1"
54c5ebb1 823>>> processing "deny"
187bc588 824>>> message: failed 9
54c5ebb1
PH
825>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
826>>> myhost.test.ex in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
827>>> xxx@myhost.test.ex in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 828>>> deny: condition test failed in ACL "acl1"
54c5ebb1 829>>> processing "deny"
187bc588 830>>> message: failed 10
54c5ebb1
PH
831>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
832>>> xxx@myhost.test.ex in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 833>>> deny: condition test failed in ACL "acl1"
54c5ebb1 834>>> processing "deny"
187bc588 835>>> message: failed 11
54c5ebb1
PH
836>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
837>>> xxx@myhost.test.ex in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 838>>> deny: condition test failed in ACL "acl1"
54c5ebb1 839>>> processing "accept"
6968512f 840>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
841>>> using ACL "acl1"
842>>> processing "deny"
187bc588 843>>> message: failed 1
54c5ebb1
PH
844>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
845>>> domain5 in "b"? no (end of list)
846>>> a@domain5 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 847>>> deny: condition test failed in ACL "acl1"
54c5ebb1 848>>> processing "deny"
187bc588 849>>> message: failed 2
54c5ebb1
PH
850>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
851>>> a@domain5 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 852>>> deny: condition test failed in ACL "acl1"
54c5ebb1 853>>> processing "deny"
187bc588 854>>> message: failed 3
54c5ebb1
PH
855>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
856>>> a@domain5 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 857>>> deny: condition test failed in ACL "acl1"
54c5ebb1 858>>> processing "deny"
187bc588 859>>> message: failed 4
54c5ebb1
PH
860>>> check recipients = domain.only : *.domain2.only
861>>> domain5 in "domain.only"? no (end of list)
862>>> domain5 in "*.domain2.only"? no (end of list)
863>>> a@domain5 in "domain.only : *.domain2.only"? no (end of list)
6968512f 864>>> deny: condition test failed in ACL "acl1"
54c5ebb1 865>>> processing "deny"
187bc588 866>>> message: failed 5
54c5ebb1
PH
867>>> check recipients = abc@domain3 : xyz@*.domain4
868>>> a@domain5 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 869>>> deny: condition test failed in ACL "acl1"
54c5ebb1 870>>> processing "deny"
187bc588 871>>> message: failed 6
54c5ebb1
PH
872>>> check recipients = pqr@@
873>>> a@domain5 in "pqr@@"? no (end of list)
6968512f 874>>> deny: condition test failed in ACL "acl1"
54c5ebb1 875>>> processing "deny"
187bc588 876>>> message: failed 7
54c5ebb1
PH
877>>> check senders = :
878>>> y in ""? no (end of list)
879>>> x@y in ":"? no (end of list)
6968512f 880>>> deny: condition test failed in ACL "acl1"
54c5ebb1 881>>> processing "deny"
187bc588 882>>> message: failed 8
54c5ebb1
PH
883>>> check senders = ^\$
884>>> x@y in "^$"? no (end of list)
6968512f 885>>> deny: condition test failed in ACL "acl1"
54c5ebb1 886>>> processing "deny"
187bc588 887>>> message: failed 9
54c5ebb1
PH
888>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
889>>> domain5 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? yes (matched "lsearch;TESTSUITE/aux-fixed/0304.d3")
890>>> a@domain5 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? yes (matched "*@lsearch;TESTSUITE/aux-fixed/0304.d3")
6968512f 891>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
892LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <a@domain5>: failed 9
893>>> using ACL "acl1"
894>>> processing "deny"
187bc588 895>>> message: failed 1
54c5ebb1
PH
896>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
897>>> xyz@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 898>>> deny: condition test failed in ACL "acl1"
54c5ebb1 899>>> processing "deny"
187bc588 900>>> message: failed 2
54c5ebb1
PH
901>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
902>>> xyz@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 903>>> deny: condition test failed in ACL "acl1"
54c5ebb1 904>>> processing "deny"
187bc588 905>>> message: failed 3
54c5ebb1
PH
906>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
907>>> xyz@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 908>>> deny: condition test failed in ACL "acl1"
54c5ebb1 909>>> processing "deny"
187bc588 910>>> message: failed 4
54c5ebb1
PH
911>>> check recipients = domain.only : *.domain2.only
912>>> domain6 in "domain.only"? no (end of list)
913>>> domain6 in "*.domain2.only"? no (end of list)
914>>> xyz@domain6 in "domain.only : *.domain2.only"? no (end of list)
6968512f 915>>> deny: condition test failed in ACL "acl1"
54c5ebb1 916>>> processing "deny"
187bc588 917>>> message: failed 5
54c5ebb1
PH
918>>> check recipients = abc@domain3 : xyz@*.domain4
919>>> domain6 in "*.domain4"? no (end of list)
920>>> xyz@domain6 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 921>>> deny: condition test failed in ACL "acl1"
54c5ebb1 922>>> processing "deny"
187bc588 923>>> message: failed 6
54c5ebb1
PH
924>>> check recipients = pqr@@
925>>> xyz@domain6 in "pqr@@"? no (end of list)
6968512f 926>>> deny: condition test failed in ACL "acl1"
54c5ebb1 927>>> processing "deny"
187bc588 928>>> message: failed 7
54c5ebb1
PH
929>>> check senders = :
930>>> y in ""? no (end of list)
931>>> x@y in ":"? no (end of list)
6968512f 932>>> deny: condition test failed in ACL "acl1"
54c5ebb1 933>>> processing "deny"
187bc588 934>>> message: failed 8
54c5ebb1
PH
935>>> check senders = ^\$
936>>> x@y in "^$"? no (end of list)
6968512f 937>>> deny: condition test failed in ACL "acl1"
54c5ebb1 938>>> processing "deny"
187bc588 939>>> message: failed 9
54c5ebb1
PH
940>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
941>>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
942>>> xyz@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 943>>> deny: condition test failed in ACL "acl1"
54c5ebb1 944>>> processing "deny"
187bc588 945>>> message: failed 10
54c5ebb1
PH
946>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
947>>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d4"? yes (matched "lsearch;TESTSUITE/aux-fixed/0304.d4")
948>>> xyz@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? yes (matched "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4")
6968512f 949>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1
PH
950LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <xyz@domain6>: failed 10
951>>> using ACL "acl1"
952>>> processing "deny"
187bc588 953>>> message: failed 1
54c5ebb1
PH
954>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
955>>> abc@domain6 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 956>>> deny: condition test failed in ACL "acl1"
54c5ebb1 957>>> processing "deny"
187bc588 958>>> message: failed 2
54c5ebb1
PH
959>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
960>>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 961>>> deny: condition test failed in ACL "acl1"
54c5ebb1 962>>> processing "deny"
187bc588 963>>> message: failed 3
54c5ebb1
PH
964>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
965>>> abc@domain6 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 966>>> deny: condition test failed in ACL "acl1"
54c5ebb1 967>>> processing "deny"
187bc588 968>>> message: failed 4
54c5ebb1
PH
969>>> check recipients = domain.only : *.domain2.only
970>>> domain6 in "domain.only"? no (end of list)
971>>> domain6 in "*.domain2.only"? no (end of list)
972>>> abc@domain6 in "domain.only : *.domain2.only"? no (end of list)
6968512f 973>>> deny: condition test failed in ACL "acl1"
54c5ebb1 974>>> processing "deny"
187bc588 975>>> message: failed 5
54c5ebb1
PH
976>>> check recipients = abc@domain3 : xyz@*.domain4
977>>> domain6 in "domain3"? no (end of list)
978>>> abc@domain6 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 979>>> deny: condition test failed in ACL "acl1"
54c5ebb1 980>>> processing "deny"
187bc588 981>>> message: failed 6
54c5ebb1
PH
982>>> check recipients = pqr@@
983>>> abc@domain6 in "pqr@@"? no (end of list)
6968512f 984>>> deny: condition test failed in ACL "acl1"
54c5ebb1 985>>> processing "deny"
187bc588 986>>> message: failed 7
54c5ebb1
PH
987>>> check senders = :
988>>> y in ""? no (end of list)
989>>> x@y in ":"? no (end of list)
6968512f 990>>> deny: condition test failed in ACL "acl1"
54c5ebb1 991>>> processing "deny"
187bc588 992>>> message: failed 8
54c5ebb1
PH
993>>> check senders = ^\$
994>>> x@y in "^$"? no (end of list)
6968512f 995>>> deny: condition test failed in ACL "acl1"
54c5ebb1 996>>> processing "deny"
187bc588 997>>> message: failed 9
54c5ebb1
PH
998>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
999>>> domain6 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
1000>>> abc@domain6 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 1001>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1002>>> processing "deny"
187bc588 1003>>> message: failed 10
54c5ebb1
PH
1004>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
1005>>> abc@domain6 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 1006>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1007>>> processing "deny"
187bc588 1008>>> message: failed 11
54c5ebb1
PH
1009>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
1010>>> abc@domain6 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? no (end of list)
6968512f 1011>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1012>>> processing "accept"
6968512f 1013>>> accept: condition test succeeded in ACL "acl1"
54c5ebb1
PH
1014>>> using ACL "acl1"
1015>>> processing "deny"
187bc588 1016>>> message: failed 1
54c5ebb1
PH
1017>>> check recipients = \N^abc.*@.*\.x\.y\.z\N : a@b
1018>>> x@domain7 in "^abc.*@.*\.x\.y\.z : a@b"? no (end of list)
6968512f 1019>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1020>>> processing "deny"
187bc588 1021>>> message: failed 2
54c5ebb1
PH
1022>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d1
1023>>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d1"? no (end of list)
6968512f 1024>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1025>>> processing "deny"
187bc588 1026>>> message: failed 3
54c5ebb1
PH
1027>>> check recipients = @@lsearch;TESTSUITE/aux-fixed/0304.d2
1028>>> x@domain7 in "@@lsearch;TESTSUITE/aux-fixed/0304.d2"? no (end of list)
6968512f 1029>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1030>>> processing "deny"
187bc588 1031>>> message: failed 4
54c5ebb1
PH
1032>>> check recipients = domain.only : *.domain2.only
1033>>> domain7 in "domain.only"? no (end of list)
1034>>> domain7 in "*.domain2.only"? no (end of list)
1035>>> x@domain7 in "domain.only : *.domain2.only"? no (end of list)
6968512f 1036>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1037>>> processing "deny"
187bc588 1038>>> message: failed 5
54c5ebb1
PH
1039>>> check recipients = abc@domain3 : xyz@*.domain4
1040>>> x@domain7 in "abc@domain3 : xyz@*.domain4"? no (end of list)
6968512f 1041>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1042>>> processing "deny"
187bc588 1043>>> message: failed 6
54c5ebb1
PH
1044>>> check recipients = pqr@@
1045>>> x@domain7 in "pqr@@"? no (end of list)
6968512f 1046>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1047>>> processing "deny"
187bc588 1048>>> message: failed 7
54c5ebb1
PH
1049>>> check senders = :
1050>>> y in ""? no (end of list)
1051>>> x@y in ":"? no (end of list)
6968512f 1052>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1053>>> processing "deny"
187bc588 1054>>> message: failed 8
54c5ebb1
PH
1055>>> check senders = ^\$
1056>>> x@y in "^$"? no (end of list)
6968512f 1057>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1058>>> processing "deny"
187bc588 1059>>> message: failed 9
54c5ebb1
PH
1060>>> check recipients = *@lsearch;TESTSUITE/aux-fixed/0304.d3
1061>>> domain7 in "lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
1062>>> x@domain7 in "*@lsearch;TESTSUITE/aux-fixed/0304.d3"? no (end of list)
6968512f 1063>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1064>>> processing "deny"
187bc588 1065>>> message: failed 10
54c5ebb1
PH
1066>>> check recipients = xyz@lsearch;TESTSUITE/aux-fixed/0304.d4
1067>>> x@domain7 in "xyz@lsearch;TESTSUITE/aux-fixed/0304.d4"? no (end of list)
6968512f 1068>>> deny: condition test failed in ACL "acl1"
54c5ebb1 1069>>> processing "deny"
187bc588 1070>>> message: failed 11
54c5ebb1
PH
1071>>> check recipients = lsearch*@;TESTSUITE/aux-fixed/0304.d5
1072>>> x@domain7 in "lsearch*@;TESTSUITE/aux-fixed/0304.d5"? yes (matched "lsearch*@;TESTSUITE/aux-fixed/0304.d5")
6968512f 1073>>> deny: condition test succeeded in ACL "acl1"
54c5ebb1 1074LOG: H=[1.2.3.4] F=<x@y> rejected RCPT <x@domain7>: failed 11