diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-16 15:48:58 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-16 15:48:58 +0000 |
commit | 4aac9b498bbfcbb07d23e0ad836d80b06a0d87e0 (patch) | |
tree | 2457452983dd358372e9c107b029d812397bb6b5 /doc | |
parent | b1c749bb7f147e7f9215fe6067c848cf02938b92 (diff) |
(1) Applied Matthew Newton's exicyclog patch. (2) Another wish.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-misc/WishList | 14 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 |
2 files changed, 22 insertions, 3 deletions
diff --git a/doc/doc-misc/WishList b/doc/doc-misc/WishList index cbe95d569..adc8b0bba 100644 --- a/doc/doc-misc/WishList +++ b/doc/doc-misc/WishList @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-misc/WishList,v 1.38 2005/06/14 10:40:41 ph10 Exp $ +$Cambridge: exim/doc/doc-misc/WishList,v 1.39 2005/06/16 15:48:58 ph10 Exp $ EXIM 4 WISH LIST ---------------- @@ -1993,5 +1993,15 @@ 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. ------------------------------------------------------------------------------ ---- HWM 335 ------------------------------------------------------------------ + +(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 --------------------------------- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index c377b9394..8f78919c8 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.157 2005/06/16 14:10:13 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.158 2005/06/16 15:48:58 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -127,6 +127,15 @@ PH/15 The code I had for printing potentially long long variables in PH/11 LONG_LONG_SUPPORT if the length is greater than 4. This is needed for the internal formatting function string_vformat(). +PH/16 Applied Matthew Newton's patch to exicyclog: "If log_file_path is set in + the configuration file to be ":syslog", then the script "guesses" where + the logs files are, rather than using the compiled in default. In our + case the guess is not the same as the compiled default, so the script + suddenly stopped working when I started to use syslog. The patch checks + to see if log_file_path is "". If so, it attempts to read it from exim + with no configuration file to get the compiled in version, before it + falls back to the previous guessing code." + Exim version 4.51 ----------------- |