X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/d3a538c8fee9f31b29947ad73445f50902140899..9eed571fd7c3236326cc6ea74f1455b027df7604:/src/src/acl.c diff --git a/src/src/acl.c b/src/src/acl.c index 2a52ce7b2..297489b3f 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -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;