--- 4.3.2/exim.conf-SpamBlockerTechnology-v4.3.2.txt	2015-03-14 17:17:56.000000000 -0500
+++ 4.3.3/exim.conf-SpamBlockerTechnology-v4.3.3.txt	2015-03-26 01:05:46.000000000 -0500
@@ -1,5 +1,5 @@
-# SpamBlockerTechnology* powered exim.conf, Version 4.3.2
-# alpha-2
+# SpamBlockerTechnology* powered exim.conf, Version 4.3.3
+# beta-1
 # September 9, 2014 03:03 (-0700)
 # Exim configuration file for DirectAdmin
 # Requires exim.pl as distributed by DirectAdmin here:
@@ -94,6 +94,14 @@
 #EDIT#8:
 local_from_check = false
 
+RBL_DNS_LIST=\
+       cbl.abuseat.org : \
+       bl.spamcop.net : \
+       combined.rbl.msrbl.net : \
+       b.barracudacentral.org : \
+       zen.spamhaus.org : \
+       hostkarma.junkemailfilter.com=127.0.0.2
+
 .include /etc/exim.variables.conf
 .include /etc/exim.strings.conf
 .include_if_exists /etc/exim.strings.conf.custom
@@ -442,13 +450,7 @@
        domains = !+skip_rbl_domains
        hosts = !+skip_rbl_hosts : !+skip_rbl_hosts_ip
        !authenticated = *
-       dnslists = \
-       cbl.abuseat.org : \
-       bl.spamcop.net : \
-       combined.rbl.msrbl.net : \
-       b.barracudacentral.org : \
-       zen.spamhaus.org : \
-       hostkarma.junkemailfilter.com=127.0.0.2
+       dnslists = RBL_DNS_LIST
 
   .include_if_exists /etc/exim.easy_spam_fighter/check_rcpt.conf
 
