From: Clinton Ebadi Date: Mon, 23 Apr 2018 04:38:58 +0000 (-0400) Subject: setsa: enable spam checking on admin mail nodes X-Git-Tag: release_20180423~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/97b4d188a6cb9af6f2e53c85c9124c861ca691fc setsa: enable spam checking on admin mail nodes No reason not to generate the addrs file, if spamassassin is not installed it has no effect, and we want spam checking if it is. --- diff --git a/src/mail/setsa.sml b/src/mail/setsa.sml index 32fa0ab..ea839d5 100644 --- a/src/mail/setsa.sml +++ b/src/mail/setsa.sml @@ -47,7 +47,7 @@ fun rebuild () = (print ("New spamassassin data for node " ^ site ^ "\n"); Connect.commandWorker (Domain.get_context (), site, MsgSaChanged)) in - foldl doNode true Config.mailNodes_all + foldl doNode true (Config.mailNodes_all @ Config.mailNodes_admin) end end