diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-13 15:32:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-13 15:32:47 +0000 |
commit | c456d9bb38922c3e5ff511b934a1b7a282935f75 (patch) | |
tree | 1f9484eb4987a420ed0e8ca32df38faaab467ea0 /doc/doc-txt/NewStuff | |
parent | 79749a79c6e24778bcd27236a2846f39ccf18b2a (diff) |
Add host_find_failed=ignore and host_all_ignored to manualroute.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 37368ac4d..bd43aecf8 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.144 2007/03/13 11:06:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.145 2007/03/13 15:32:47 ph10 Exp $ New Features in Exim -------------------- @@ -394,6 +394,13 @@ Version 4.67 19. The exigrep utility now has a -v option, which inverts the matching condition. +20. The host_find_failed option in the manualroute router can now be set to + "ignore". This causes it to completely ignore a host whose IP address + cannot be found. If all the hosts in the list are ignored, the behaviour is + controlled by the new host_all_ignored option, which takes the same values + as host_find_failed, except that it cannot be set to "ignore". Its default + is "defer". + Version 4.66 ------------ |