Additions to dnsdb lookups: (a) list of domains (b) change output
[users/heiko/exim.git] / doc / doc-misc / WishList
index 3863f1bdd1c1cc54573022657b5ef46c644aed3d..aa9fb7b2bbffce94c3e4f26bfb4e06333ae16475 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.5 2004/11/02 09:39:44 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.7 2004/11/19 15:18:57 ph10 Exp $
 
 EXIM 4 WISH LIST
 ----------------
@@ -1413,13 +1413,6 @@ be able to set variables in routers like in acl's." This is effectively a
 radical suggestion for a complete re-design, and is therefore BIG.
 ------------------------------------------------------------------------------
 
-(222) 19-Dec-03 S  Iterative option for dnsdb
-
-A way of getting a dnsdb lookup to chop off components until something is
-found: e.g. ${lookup dndsb-i{ns=a.b.c.d}} would look for nameservers for
-a.b.c.d, then b.c.d, etc.
-------------------------------------------------------------------------------
-
 (223) 22-Dec-03 S  Support SOA lookup in dnsdb lookups
 ------------------------------------------------------------------------------
 
@@ -1783,5 +1776,19 @@ doing the delivery. I am not at all keen on this. One way of doing it would be
 to implement (244), which provides an "on success" string expansion. Then
 anyone who wants this could run that on a transport that does nothing.
 ------------------------------------------------------------------------------
---- HWM 305 ------------------------------------------------------------------
+
+(306) 09-Nov-04 M Make the search type partial-lsearch*@ be useful
+
+At present, it treats the whole key as a domain for the partial search, then
+does the *@ thing. A more sensible plan would be something like:
+
+  user@company.com
+  *@company.com
+  user@*.company.com
+  *@*.company.com
+  *
+
+That is, try the local part and * at each of the partial domain values.
+------------------------------------------------------------------------------
+--- HWM 306 ------------------------------------------------------------------
 ---------------------------- End of WishList ---------------------------------