X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/23c7ff99864ed699b3c6e547c1396a02eb6e4b73..4deaf07d6cdd04468e4bc383945b9e19d7d55aa3:/src/src/exim.c diff --git a/src/src/exim.c b/src/src/exim.c index 8f51e66fa..e22fd2308 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.c,v 1.6 2004/10/19 11:40:52 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.c,v 1.7 2004/11/04 12:19:48 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -640,7 +640,7 @@ if (address == NULL) else { int rc = verify_address(deliver_make_addr(address,TRUE), stdout, flags, -1, - -1, NULL, NULL, NULL); + -1, -1, NULL, NULL, NULL); if (rc == FAIL) *exit_value = 2; else if (rc == DEFER && *exit_value == 0) *exit_value = 1; }