diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-17 10:20:30 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-06-17 10:20:30 +0000 |
commit | 90e9ce597d563d233e6623a8cb59b67d55a91d03 (patch) | |
tree | 91ad1dbfdf687b92052e1e892451ae6c85ad56d4 /doc/doc-txt | |
parent | 5bd022fe5bf43d79ed34753f637775defbad16a1 (diff) |
Verify recipient with use_postmaster and random was losing
use_postmaster after the random test.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ffcb6e17b..e1992752f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.160 2005/06/17 09:02:40 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.161 2005/06/17 10:20:30 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -143,6 +143,11 @@ TK/09 Added "prvs" and "prvscheck" expansion items. These help a lot with PH/17 Applied Michael Haardt's patch for HP-UX, affecting only the os.h and Makefile that are specific to HP-UX. +PH/18 If the "use_postmaster" option was set for a recipient callout together + with the "random" option, the postmaster address was used as the MAIL + FROM address for the random test, but not for the subsequent recipient + test. It is now used for both. + Exim version 4.51 ----------------- |