X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fstderr%2F0079;h=9e4b559bb17f84c778f377b02475c53f94709cbf;hb=26831938fd6653134941738b5b048c5cf20ca070;hp=d4d5293abb2797ddd5b2f23ceff74f326d782986;hpb=897024f1b30dfde19f8ed9477c49b7cd5a1f5512;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/stderr/0079 b/test/stderr/0079 index d4d5293ab..9e4b559bb 100644 --- a/test/stderr/0079 +++ b/test/stderr/0079 @@ -19,8 +19,9 @@ >>> 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 ->>> DNS list check: rbl.test.ex +>>> dnslists check: rbl.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl.test.ex +>>> 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" @@ -32,8 +33,9 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: V4NET.11.12.14 is in rbl.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") >>> check dnslists = rbl2.test.ex ->>> DNS list check: rbl2.test.ex +>>> dnslists check: rbl2.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl2.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" @@ -53,8 +55,8 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> 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 ->>> DNS list check: rbl.test.ex ->>> using result of previous DNS lookup +>>> dnslists check: rbl.test.ex +>>> 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" @@ -71,8 +73,8 @@ LOG: H=(exim.test.ex) [V4NET.11.12.14] Warning: accepting postmaster from host i >>> processing "deny" (TESTSUITE/test-config 33) >>> message: host is listed in $dnslist_domain >>> check dnslists = rbl2.test.ex ->>> DNS list check: rbl2.test.ex ->>> using result of previous DNS lookup +>>> 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"