X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/4990831e0e254577797f04b2b939be2870a0841a..c6c2dc1dfc3928a5f6c61024b68e011db41884ad:/doc/doc-misc/WishList diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList index 79c4a0e65..adc8b0bba 100644 --- a/doc/doc-misc/WishList +++ b/doc/doc-misc/WishList @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-misc/WishList,v 1.36 2005/06/06 08:37:17 ph10 Exp $ +$Cambridge: exim/doc/doc-misc/WishList,v 1.39 2005/06/16 15:48:58 ph10 Exp $ EXIM 4 WISH LIST ---------------- @@ -1907,11 +1907,6 @@ transport and the callout code could prevent this kind of thing from happening. This is in the Bugzilla as #10. ------------------------------------------------------------------------------ -(325) 28-Apr-05 ? Support for quotas over 2G in appendfile. - -Things get bigger far more quickly than I ever imagine... ------------------------------------------------------------------------------- - (326) 03-May-05 ? Queue-only on memory shortage This is bugzilla #17. The idea is to have something like queue_only_load that @@ -1984,5 +1979,29 @@ These are the main previous items: Exim 3 Wish List: 41, 85, 149, 187. Exim 4 Wish List: 55, 62, 63, 160, 212, 237, 270, 314, 328. ------------------------------------------------------------------------------ ---- HWM 333 ------------------------------------------------------------------ + +(334) 07-Jun-05 M Support for messages larger than 2G + +This is probably a longish-term thing at the moment. Quotas over 2G are now +supported, but not individual messages; no doubt one day this will be wanted. +------------------------------------------------------------------------------ + +(335) 14-Jun-05 T Re-arrange default configuration + +A small niggle which might be worth fixing is the ordering of the ACL in the +default configuration file. The relay_from_hosts and authenticated clauses +would be better off before the dnslists examples. However, this should be left +until a x.x0 release, because of the documentation implications. +------------------------------------------------------------------------------ + +(336) 16-Jun-05 M Show recipient(s) after header check failure + +The mainlog line for "There is no valid sender in any header line" shows the +sending host and the envelope sender, but does not show any recipients. There +has been a request to show recipients. Presumably this should be on some new +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 ------------------------------------------------------------------ ---------------------------- End of WishList ---------------------------------