summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-08 13:00:55 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-08 13:03:39 +0100
commit59eee1bc902f106d20f507ba16f37cb8ab5a5e8d (patch)
tree1fca597c31d0234a1c35638978a5cda3c4881198 /doc
parent3510ce5f0447a13ee2a5e882cee2a9ce9d1280af (diff)
Filters: fix "vacation" in Exim filter. Bug 2593
Broken-by: cfb9cf20cb (4.90)
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2c3335856..6c8349df4 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -25,6 +25,11 @@ JH/04 Bug 2590: Fix -bi (newaliases). A previous code rearrangement had
broken the (no-op) support for this sendmail command. Restore it
to doing nothing, silently, and returning good status.
+JH/05 Bug 2593: Fix "vacation" in Exim filter. Previously, when a "once"
+ record path was given (or the default used) without a leading directory
+ path, an error occurred on trying to open it. Use the transport's working
+ directory.
+
Exim version 4.94
-----------------