diff --git a/ctrl/dnsbl_exempt.cfg b/ctrl/dnsbl_exempt.cfg
index d213120059413946406d5df37cc2b110b34784f9..b5be0b0cb55f73c0831a2f0c1266686d57fc4aa9 100644
--- a/ctrl/dnsbl_exempt.cfg
+++ b/ctrl/dnsbl_exempt.cfg
@@ -1,4 +1,7 @@
-; List IP address or hostnames (one per line) of SMTP servers
-; which are exempt from DNS-Blacklist checking
+; DNS-Blacklist Exemptions (a.k.a. "whitelist")
+; List of IP addresses or hostnames of SMTP servers
+; or e-mail addresses in <user@domain> format
+; which are exempt from positive DNS-Blacklist results
 *.synchro.net
-64.148.159.*
\ No newline at end of file
+64.148.159.*
+<rob@synchro.net>
\ No newline at end of file