X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/adf73d3717be93cdbbb38c7e2e4bb0531d1cca27..c11d665dab975691024f9231ad93c65bef7e5df4:/src/src/macro_predef.c diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c index d13248ce4..08028bf5b 100644 --- a/src/src/macro_predef.c +++ b/src/src/macro_predef.c @@ -43,6 +43,7 @@ builtin_macro_create_var(name, US"y"); } +/* restricted snprintf */ void spf(uschar * buf, int len, const uschar * fmt, ...) { @@ -261,6 +262,10 @@ due to conflicts with other common macros. */ builtin_macro_create(US"_HAVE_TRANSPORT_APPEND_MBX"); # endif #endif + +#ifdef WITH_CONTENT_SCAN +features_malware(); +#endif }