out/acl2
branchclt2015
changeset 30 ac1700753eea
parent 17 823b583c7f72
--- a/out/acl2	Wed Mar 18 12:01:27 2015 +0100
+++ b/out/acl2	Wed Mar 18 23:23:21 2015 +0100
@@ -1,21 +1,33 @@
 $ 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 15:16:37 +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_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"
+…
 <-  250 Accepted
  -> RCPT TO:<office@example.com>
-<** 451 multiple recipients for differend domains
- -> QUIT
-<-  221 jumper.Speedport_W_724V_Typ_A_05011602_00_001 closing connection
+>>> using ACL "acl_check_recipient"
+>>> processing "defer"
+>>> using ACL "same_domain"
+>>> check condition = ${if !def:acl_m_domain}
+>>>                 = 
+>>> accept: condition test failed in ACL "same_domain"
+>>> processing "accept"
+>>> check domains = $acl_m_domain
+>>> example.com in "example.org"? no (end of list)
+>>> accept: condition test failed in ACL "same_domain"
+>>> processing "deny"
+>>> deny: condition test succeeded in ACL "same_domain"
+>>> defer: condition test succeeded in ACL "acl_check_recipient"
+…
+<** 451 multiple recipient with same domain only