SPF: split library init from per-connection init
[exim.git] / src / src / daemon.c
index 21ce2f03e89102cd0628fe56e9710c89de2ca80c..1ef28a156bb1001a580e5c06f23cfc0f33c2f86f 100644 (file)
@@ -1744,6 +1744,9 @@ dns_pattern_init();
 #ifdef WITH_CONTENT_SCAN
 malware_init();
 #endif
+#ifdef SUPPORT_SPF
+spf_init();
+#endif
 
 /* Close the log so it can be renamed and moved. In the few cases below where
 this long-running process writes to the log (always exceptional conditions), it