Hello, I just got a new snapshot and eximon no longer builds. Perhaps someone is just working on the source, so I don't want to commit the fix silently. Here it is:
--- exim_monitor/em_globals.c.orig 2008-12-18 14:29:03.000000000 +0100 +++ exim_monitor/em_globals.c 2008-12-18 14:29:37.000000000 +0100 @@ -166,6 +166,9 @@ BOOL log_timezone = FALSE; #ifdef WITH_CONTENT_SCAN +uschar *spam_bar = NULL; +uschar *spam_report = NULL; +uschar *spam_score = NULL; uschar *spam_score_int = NULL; #endif Since src/spool_in.c accesses these globals, eximon needs to have them in its own globals, too. Shouldn't that ring a bell for somebody, I will commit it in a couple days. Michael -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
