Taint: fix verify. Bug 2598
[users/heiko/exim.git] / src / src / acl.c
index 2a52ce7b25bb00bc2fae9fcd3a53efa5cad04219..297489b3f432c22fcb5865321ca22ba065861b23 100644 (file)
@@ -1789,7 +1789,7 @@ switch(vp->value)
 /* Remaining items are optional; they apply to sender and recipient
 verification, including "header sender" verification. */
 
-while ((ss = string_nextinlist(&list, &sep, big_buffer, big_buffer_size)))
+while ((ss = string_nextinlist(&list, &sep, NULL, 0)))
   {
   if (strcmpic(ss, US"defer_ok") == 0) defer_ok = TRUE;
   else if (strcmpic(ss, US"no_details") == 0) no_details = TRUE;