Check query strings of query-style lookups for quoting. Bug 2850
[exim.git] / src / src / routers / redirect.c
index 7d24737586d104e6c2b5532dbba87f13885b3ba0..bcad394027fc231154bd721d3b517b5cc1b27eaf 100644 (file)
@@ -676,7 +676,7 @@ switch (frc)
 
     if (filtertype != FILTER_FORWARD && ob->skip_syntax_errors)
       {
-      eblock = store_get(sizeof(error_block), FALSE);
+      eblock = store_get(sizeof(error_block), GET_UNTAINTED);
       eblock->next = NULL;
       eblock->text1 = addr->message;
       eblock->text2 = NULL;