summaryrefslogtreecommitdiff
path: root/doc/doc-misc/WishList
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-17 14:52:43 +0000
commitf7b639017a889d802b26b61df6b3f1ac46c6f4f0 (patch)
treefcaaa70babb6da53ac136fb815498f5c59c93902 /doc/doc-misc/WishList
parent8523533c08c018ac4b750b0e0fab6cfe611e8a49 (diff)
1. Tidies to get rid of compiler warnings from the merged Exiscan files.
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT.
Diffstat (limited to 'doc/doc-misc/WishList')
-rw-r--r--doc/doc-misc/WishList16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList
index 391bde978..1704cdbb3 100644
--- a/doc/doc-misc/WishList
+++ b/doc/doc-misc/WishList
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-misc/WishList,v 1.14 2004/12/07 14:23:56 ph10 Exp $
+$Cambridge: exim/doc/doc-misc/WishList,v 1.15 2004/12/17 14:52:43 ph10 Exp $
EXIM 4 WISH LIST
----------------
@@ -880,6 +880,11 @@ 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.
------------------------------------------------------------------------------
(74) 22-Jul-02 M Extend -bV to do more semantic checking
@@ -1826,5 +1831,12 @@ instead of 550, and also vary the defer code. The first digit, however, should
remain fixed. In addition to main codes, enhanced status codes (RFC 2034) were
requested. (As far as I can tell, they have never been highly popular.)
------------------------------------------------------------------------------
---- HWM 311 ------------------------------------------------------------------
+
+(312) 10-Dec-04 ? Shadow remote transports
+
+Unless a lot of work is done, this would be restricted to another remote
+transport. A similar effect could therefore be achieved with "shadow_hosts"
+which are like fallback_hosts but which operate on success.
+------------------------------------------------------------------------------
+--- HWM 312 ------------------------------------------------------------------
---------------------------- End of WishList ---------------------------------