X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=exim_463_dsn_1_3.patch;h=f765da519b05bfb473506789076aef470f3bea43;hb=63d05f39e55771d78fe082142cf741c7e692bafc;hp=1d5ba896ab5210a73c713158c043ce40d8abb07e;hpb=3a8fb3b3ffef38f372255176f4207e264977fa9b;p=packages%2Fexim.git diff --git a/exim_463_dsn_1_3.patch b/exim_463_dsn_1_3.patch index 1d5ba89..f765da5 100644 --- a/exim_463_dsn_1_3.patch +++ b/exim_463_dsn_1_3.patch @@ -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