$ 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
…
>>> accept: condition test succeeded in ACL "acl_check_rcpt"
<-  250 Accepted
 -> RCPT TO:<office@example.org>
…
<-  250 Accepted
 -> QUIT
<-  221 jumper.Speedport_W_724V_Typ_A_05011602_00_001 closing connection
