setsa: enable spam checking on admin mail nodes
[hcoop/domtool2.git] / src / mail / setsa.sml
index 32fa0ab..ea839d5 100644 (file)
@@ -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