From 68de0bb02fce2f8418e825f624b61db4a63eb26a Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 3 Jul 2017 13:43:54 -0700 Subject: [PATCH] Check in forgotted code to build DMARC cache --- collectinfo.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collectinfo.pl b/collectinfo.pl index da383ece6..db9eda5c3 100755 --- a/collectinfo.pl +++ b/collectinfo.pl @@ -34,6 +34,9 @@ package virtual_server; # Update IP list cache &build_local_ip_list(); +# Update SPF and DMARC caches +&build_spf_dmarc_caches(); + # Update DB of per-user last login times &update_last_login_times();