X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d7d7b7b91dd75cec636fc144da7e27eed860f971..99c1bb4ed9d99c7b0f615750c37884d7a7f9aa0d:/src/src/routers/dnslookup.h diff --git a/src/src/routers/dnslookup.h b/src/src/routers/dnslookup.h index 6b098131f..af01d5611 100644 --- a/src/src/routers/dnslookup.h +++ b/src/src/routers/dnslookup.h @@ -1,10 +1,8 @@ -/* $Cambridge: exim/src/src/routers/dnslookup.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2006 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -19,6 +17,7 @@ typedef struct { uschar *mx_fail_domains; uschar *srv_fail_domains; uschar *check_srv; + uschar *fail_defer_domains; } dnslookup_router_options_block; /* Data for reading the private options. */