Hints DB interface: convert from macros to inlinable functions.
[exim.git] / src / src / spam.c
index e3316ed968f4912e04dc253c1d2ac18570b7dd9d..614c9ecc702e8062d60c14143233f81fd2f26f6f 100644 (file)
@@ -269,7 +269,7 @@ start = time(NULL);
     uschar * s;
 
     DEBUG(D_acl) debug_printf_indent("spamd: addr entry '%s'\n", address);
-    sd = store_get(sizeof(spamd_address_container), FALSE);
+    sd = store_get(sizeof(spamd_address_container), GET_UNTAINTED);
 
     for (sublist = address, args = 0, spamd_param_init(sd);
         (s = string_nextinlist(&sublist, &sublist_sep, NULL, 0));