--- 1.22/check_rcpt.conf	2019-02-18 22:41:23.021423772 -0700
+++ 1.23/check_rcpt.conf	2019-03-28 23:48:51.943083510 -0600
@@ -1,6 +1,6 @@
   warn
     recipients = +esf_skip_recipients
-    set acl_m_esf_skip = 1
+    set acl_c_esf_skip = 1
     logwrite = $local_part@$domain skipped via esf_skip_recipients
 
   warn 
@@ -12,7 +12,7 @@
 
   warn
        !authenticated = *
-       condition = ${if !eq{$acl_m_esf_skip}{1}}
+       condition = ${if !eq{$acl_c_esf_skip}{1}}
        hosts    = !+relay_hosts
        domains  = !+skip_rbl_domains
        dnslists = RBL_DNS_LIST
@@ -29,14 +29,14 @@
 
   drop
     !authenticated = *
-    condition = ${if !eq{$acl_m_esf_skip}{1}}
+    condition = ${if !eq{$acl_c_esf_skip}{1}}
     condition = ${if >={EASY_SPF_FAIL}{EASY_HIGH_SCORE_DROP}}
     spf = fail
     message = SPF: $sender_host_address is not allowed to send mail from $sender_address_domain: $spf_smtp_comment
 
   warn
     !authenticated = *
-    condition = ${if !eq{$acl_m_esf_skip}{1}}
+    condition = ${if !eq{$acl_c_esf_skip}{1}}
     condition = ${if !eq{EASY_SPF_FAIL}{0}}
     spf = fail
 	set acl_m_slow1 = 1
@@ -45,7 +45,7 @@
 
   warn
     !authenticated = *
-    condition = ${if !eq{$acl_m_esf_skip}{1}}
+    condition = ${if !eq{$acl_c_esf_skip}{1}}
     condition = ${if !eq{EASY_SPF_PASS}{0}}
     spf	= pass
     set acl_m_easy69 = ${eval:$acl_m_easy69+EASY_SPF_PASS}
@@ -53,7 +53,7 @@
 
   warn
     !authenticated = *
-    condition = ${if !eq{$acl_m_esf_skip}{1}}
+    condition = ${if !eq{$acl_c_esf_skip}{1}}
     condition = ${if !eq{EASY_SPF_SOFT_FAIL}{0}}
     spf = softfail
 	set acl_m_slow1 = 1
