X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2Fdnslookup.h;h=3979ef23149e4dc1574e5abe001cc5b8d428770e;hb=459fca581ce9f1215a96885852b912558cdc9c63;hp=b0c384367e69f3b6d743079d357669715dd2a3ec;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/dnslookup.h b/src/src/routers/dnslookup.h index b0c384367..3979ef231 100644 --- a/src/src/routers/dnslookup.h +++ b/src/src/routers/dnslookup.h @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ /* Private structure for the private options. */ @@ -17,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. */