Index: etc/daily
===================================================================
RCS file: /cvsroot/src/etc/daily,v
retrieving revision 1.93
diff -u -r1.93 daily
--- etc/daily	23 Sep 2018 23:16:34 -0000	1.93
+++ etc/daily	22 Sep 2023 02:40:24 -0000
@@ -314,6 +314,12 @@
 	fi
 fi
 
+if checkyesno report_blocklist && [ -f /etc/blocklistd.conf ]; then
+	echo ""
+	echo "Reporting blocklisted hosts:"
+	blocklistctl dump ${blocklistctl_flags}
+fi
+
 if [ -f /etc/daily.local ]; then
 	( . /etc/daily.local ) > $TMP 2>&1
 	if [ -s $TMP ] ; then
Index: etc/defaults/daily.conf
===================================================================
RCS file: /cvsroot/src/etc/defaults/daily.conf,v
retrieving revision 1.18
diff -u -r1.18 daily.conf
--- etc/defaults/daily.conf	30 Jul 2012 17:09:34 -0000	1.18
+++ etc/defaults/daily.conf	22 Sep 2023 02:40:24 -0000
@@ -32,5 +32,7 @@
 separate_security_email=YES
 run_skeyaudit=YES
 fetch_pkg_vulnerabilities="" # set to NO to disable and not be warned about
+report_blocklist=NO
+blocklistctl_flags=""
 
 send_empty_security=NO
