summaryrefslogtreecommitdiff
path: root/doc/doc-misc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-07-14 17:17:25 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-07-14 17:17:25 +0000
commit128376c1c674c5cbf06135f7c9ae3d7cfe41be87 (patch)
treef0004d3c8b78ce4ecb3381d7233d0d6300cd3b7d /doc/doc-misc
parentc58b88df956cd5f2b2febc6c447d8549928b454b (diff)
downloadexim4-128376c1c674c5cbf06135f7c9ae3d7cfe41be87.tar.gz
A wish about moving to a new name resolver API.
Diffstat (limited to 'doc/doc-misc')
-rw-r--r--doc/doc-misc/WishList16
1 files changed, 13 insertions, 3 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList
index 80c8c6370..066ebd079 100644
--- a/doc/doc-misc/WishList
+++ b/doc/doc-misc/WishList
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.42 2005/06/29 14:19:28 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.43 2005/07/14 17:17:25 ph10 Exp $
EXIM 4 WISH LIST
----------------
@@ -1980,10 +1980,20 @@ data in the reject log does show the envelope recipients as part of its
additional data.
------------------------------------------------------------------------------
-(337) 29-Jun-06 S Add "defer" to $recipient_verify_failure
+(337) 29-Jun-05 S Add "defer" to $recipient_verify_failure
This is for when defer_ok was set when verifying recipients. Since this isn't
for a failure, we probably also need "ok" for the non-fail case.
------------------------------------------------------------------------------
---- HWM 337 ------------------------------------------------------------------
+
+(338) 14-Jul-05 M Change to Bind 9 API
+
+Exim uses the original API for calling the DNS resolver. There is a newer API
+available, and noises are being made in some OS that compatibility with the old
+API is going to be dropped. Nevertheless, there are sure to be systems about
+for ages that require the use of the old API. Therefore, we will have to
+implement not only an interface to the new API, but a backwards compatibility
+feature. It would be nice if this was automatic.
+------------------------------------------------------------------------------
+--- HWM 338 ------------------------------------------------------------------
---------------------------- End of WishList ---------------------------------