--- 4.5.12/exim.conf-SpamBlockerTechnology-v4.5.12.txt	2019-04-01 13:35:56.126482472 -0600
+++ 4.5.13/exim.conf-SpamBlockerTechnology-v4.5.13.txt	2019-04-17 17:16:43.140280070 -0600
@@ -1,5 +1,5 @@
-# SpamBlockerTechnology* powered exim.conf, Version 4.5.12
-# August 15, 2018
+# SpamBlockerTechnology* powered exim.conf, Version 4.5.13
+# April 17, 2019
 # Exim configuration file for DirectAdmin
 # Requires exim.pl as distributed by DirectAdmin here:
 # http://files.directadmin.com/services/exim.pl version 21 or higher
@@ -198,6 +198,7 @@
 acl_connect:
   warn set acl_m_spam_assassin_has_run = 0
   warn set acl_m_is_whitelisted = 0
+  warn set acl_m_accept_recipient_if_whitelisted = 1
   .include_if_exists /etc/exim.easy_spam_fighter/connect.conf
   accept hosts = *
 
@@ -353,7 +354,8 @@
         message = USER_ON_BLACKLIST_SMTP
         logwrite = User account $acl_m_username is blocked via BLACKLIST_SMTP_USERNAMES
 
-  accept  condition = ${if eq{$acl_m_is_whitelisted}{1}{1}{0}}
+  accept  condition = ${if eq{$acl_m_is_whitelisted}{1}}
+		  condition = ${if eq{$acl_m_accept_recipient_if_whitelisted}{1}}
 
   .include_if_exists /etc/exim.acl_check_recipient.mid.conf
 
