diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-08 13:00:55 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-08 13:03:39 +0100 |
commit | 59eee1bc902f106d20f507ba16f37cb8ab5a5e8d (patch) | |
tree | 1fca597c31d0234a1c35638978a5cda3c4881198 /doc | |
parent | 3510ce5f0447a13ee2a5e882cee2a9ce9d1280af (diff) |
Filters: fix "vacation" in Exim filter. Bug 2593
Broken-by: cfb9cf20cb (4.90)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
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 ----------------- |