The use of forbid_filter_existstest now also locks out ${stat:
[users/jgh/exim.git] / doc / doc-misc / WishList
index 7624940c42aecb7124dc303291130392fcdc4792..12ec0577037bf9550dbb3f5f5dd56ccf62a722d6 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.40 2005/06/21 14:14:55 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.45 2005/07/28 08:04:56 ph10 Exp $
 
 EXIM 4 WISH LIST
 ----------------
@@ -591,10 +591,6 @@ May be tricky, because at the higher levels, the format of the query is not
 understood.
 ------------------------------------------------------------------------------
 
-(8)  01-Jan-02  S  Expand once_repeat in autoreply
-John Jetmore
-------------------------------------------------------------------------------
-
 (9)  01-Jan-02  S  Headers as well as body in file for autoreply
 Florian Laws
 ------------------------------------------------------------------------------
@@ -864,24 +860,6 @@ So as to avoid duplication problems when sending multiple addresses in multiple
 copies to the same address.
 ------------------------------------------------------------------------------
 
-(73)  17-Jul-02 M  Match a list from within a condition
-
-e.g.  ${if matchdomain {$domain}{+domainlist} ...
-      ${if matchhost {$sender_host_address}{1.2.3.4/10:2.3.4.5/16}...
-
-Thought needed about how to handle host names. This may be too messy to specify
-cleanly.
-
-22-Apr-04: Implemented for domains, addresses, and local parts. Hosts are
-too messy!
-
-The only sensible approach seems to be to allow IP address arguments only.
-Anything else should be diagnosed as an error. However, if a name appears in
-the list, a PTR lookup should be done. This may require a lot of refactoring
-in the code, because of the current assumption that were are (almost) always
-dealing with THE sending host.
-------------------------------------------------------------------------------
-
 (74)  22-Jul-02 M  Extend -bV to do more semantic checking
 
 For example, diagnose "local_hosts" that should probably be "+local_hosts".
@@ -1997,5 +1975,27 @@ log selector, and it must have a cutoff maximum number of recipients. NOTE: the
 data in the reject log does show the envelope recipients as part of its
 additional data.
 ------------------------------------------------------------------------------
---- HWM 336 ------------------------------------------------------------------
+
+(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.
+------------------------------------------------------------------------------
+
+(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.
+------------------------------------------------------------------------------
+
+(339) 28-Jul-05 S Log name of maildir file
+
+This wish is for an option to log the name of the file that is written in
+maildir format (e.g. time.pid.host).
+------------------------------------------------------------------------------
+--- HWM 339 ------------------------------------------------------------------
 ---------------------------- End of WishList ---------------------------------