]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim_463_dsn_1_3.patch
Follow upstream (where rfc1413 calls are disabled by default)
[packages/exim.git] / exim_463_dsn_1_3.patch
index 1d5ba896ab5210a73c713158c043ce40d8abb07e..f765da519b05bfb473506789076aef470f3bea43 100644 (file)
@@ -516,16 +516,16 @@ diff -urN exim-4.64.org/src/macros.h exim-4.64/src/macros.h
 +#define dsn_ret_full            1
 +#define dsn_ret_hdrs            2
 +
- /* Codes for the host_find_failed option. */
+ /* Codes for the host_find_failed and host_all_ignored options. */
  
  #define hff_freeze   0
 diff -urN exim-4.64.org/src/readconf.c exim-4.64/src/readconf.c
 --- exim-4.64.org/src/readconf.c       2006-12-20 10:46:04.000000000 +0100
 +++ exim-4.64/src/readconf.c   2006-12-21 16:43:20.820509000 +0100
 @@ -203,6 +203,9 @@
-   { "dns_ipv4_lookup",          opt_stringptr,   &dns_ipv4_lookup },
    { "dns_retrans",              opt_time,        &dns_retrans },
    { "dns_retry",                opt_int,         &dns_retry },
+   { "dns_use_edns0",            opt_int,         &dns_use_edns0 },
 +#ifdef SUPPORT_DSN
 +  { "dsn",                      opt_bool,        &dsn },
 +#endif
This page took 0.058856 seconds and 4 git commands to generate.