X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/6758c78097c25c5bd05c9feb7d2c6c12b013b6c2..c2c19e9d1770ce26d595d9300f1f2e8c68125ba4:/doc/doc-misc/WishList diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList index ee59eb37c..4d25700c3 100644 --- a/doc/doc-misc/WishList +++ b/doc/doc-misc/WishList @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-misc/WishList,v 1.23 2005/03/03 09:04:26 ph10 Exp $ +$Cambridge: exim/doc/doc-misc/WishList,v 1.28 2005/04/04 08:27:28 ph10 Exp $ EXIM 4 WISH LIST ---------------- @@ -301,7 +301,8 @@ This would allow special handling of certain errors from certain hosts. In particular, it would allow failing of certain 4xx codes. This is now available for 4xx responses to RCPT commands. Is anything more -needed? +needed? Apparently, yes; there's been a request for a similar feature for MAIL +commands. ------------------------------------------------------------------------------ (148) 15-May-2000 S Warn recipient if message rejected for quota excession. @@ -1714,7 +1715,7 @@ include sockets as well as TCP/IP connections. Also, people want to make use of AUTH during the callout checking, on all types of connection. I suppose that means making TLS available as well. This probably means a rewrite of the code that actually does the callout. Should we use the relevant transport in a new -"callout" mode instead of keeping things separate? See also 253. +"callout" mode instead of keeping things separate? See also 253 and 323. And here's another submitted idea: "My actual suggestion is that if this model is followed, the parent process doesn't have to stop the callout process if it @@ -1879,5 +1880,25 @@ solutions with a similar requirement." Currently the daemon tries 10 times at 30-second intervals to listen on an IP address. The wish is for options to control these numbers. ------------------------------------------------------------------------------ ---- HWM 320 ------------------------------------------------------------------ + +(321) 07-Mar-05 S Run an ACL on a sync error + +... and possibly "accept" or "deny" it. +------------------------------------------------------------------------------ + +(322) 15-Mar-05 M Add a /defer_ok option to verify=reverse_host_lookup +------------------------------------------------------------------------------ + +(323) 15-Mar-05 M Make callouts use smtp_data from the smtp transport + +This is yet another problem caused by duplicating the SMTP code between the +transport and the callout verification. See item 294 above. Merging the +transport and the callout code could prevent this kind of thing from happening. +------------------------------------------------------------------------------ + +(324) 04-Apr-05 ? Make -bP show ACLs + +This is in the Bugzilla as #10. +------------------------------------------------------------------------------ +--- HWM 324 ------------------------------------------------------------------ ---------------------------- End of WishList ---------------------------------