--- a/out/acl1 Wed Mar 18 12:01:27 2015 +0100
+++ b/out/acl1 Wed Mar 18 23:23:21 2015 +0100
@@ -1,30 +1,32 @@
$ swaks --pipe 'exim -bh 8.8.8.8' -f … -t info@example.org,office@example.org -q rcpt
-<-
<- **** SMTP testing session as if from host 8.8.8.8
-<- **** but without any ident (RFC 1413) callback.
<- **** This is not for real!
-<-
-<- 220 jumper.Speedport_W_724V_Typ_A_05011602_00_001 ESMTP Exim 4.80 Sun, 11 May 2014 14:55:35 +0200
- -> EHLO jumper.schlittermann.de
-<- 250-jumper.Speedport_W_724V_Typ_A_05011602_00_001 Hello jumper.schlittermann.de [8.8.8.8]
-<- 250-SIZE 52428800
-<- 250-8BITMIME
-<- 250-PIPELINING
-<- 250 HELP
- -> MAIL FROM:<hs@schlittermann.de>
-<- 250 OK
+…
-> RCPT TO:<info@example.org>
->>> using ACL "acl_check_rcpt"
->>> processing "require"
->>> check domains = +local_domains
->>> example.org in "example.com : example.org"? yes (matched "example.org")
->>> example.org in "+local_domains"? yes (matched "+local_domains")
->>> check verify = recipient
+>>> using ACL "acl_check_recipient"
+>>> processing "defer"
+>>> check !acl = same_domain
+>>> using ACL "same_domain"
+>>> processing "accept"
+>>> check condition = ${if !def:acl_m_domain}
+>>> = true
+>>> check set acl_m_domain = $domain
+>>> = example.org
+>>> accept: condition test succeeded in ACL "same_domain"
…
->>> accept: condition test succeeded in ACL "acl_check_rcpt"
<- 250 Accepted
-> RCPT TO:<office@example.org>
+>>> using ACL "acl_check_recipient"
+>>> processing "defer"
+>>> check !acl = same_domain
+>>> using ACL "same_domain"
+>>> processing "accept"
+>>> check condition = ${if !def:acl_m_domain}
+>>> =
+>>> accept: condition test failed in ACL "same_domain"
+>>> processing "accept"
+>>> check domains = $acl_m_domain
+>>> example.org in "example.org"? yes (matched "example.org")
+>>> accept: condition test succeeded in ACL "same_domain"
…
<- 250 Accepted
- -> QUIT
-<- 221 jumper.Speedport_W_724V_Typ_A_05011602_00_001 closing connection